Pinned Repositories
ac-column-template-gpf
Admin Columns - Template for GPF
advanced-custom-fields-pro-woocommerce-variations
Shows fields from Advanced Custom Pro at WooCommerce Product Variations. Code snippet from https://support.advancedcustomfields.com/forums/topic/custom-fields-on-woocommerce-product-variations/.
comment-form-autofill
WordPress plugin: Autofill comment form fields by URL parameters.
core
:house_with_garden: Open source home automation that puts local control and privacy first.
discourse-sanitize-header-tag
emnl-same-taxonomy-url-post-to-post-links
This plugin checks all <a href> hyperlinks within the content of posts. It ignores external links and only proceeds with internal links to other posts. It checks if the linked posts are in the same taxonomy (Category or Tag) as detected in the current URL path. If yes, it will modifiy the wrong link to match the same URL path. This is to make sure the user stays in the same taxonomy (category or tag) URL path for navigation purposes.
emnl-url-breadcrumbs
This plugin creates breadcrumbs where its items are based on the current URL structure (and NOT based on permalinks, e.g. like Yoast SEO does). It does two things: 1) Adds schema.org breadcrumbs to the <head> for search engines, and 2) Creates the function emnl_breadcrumbs() which you can use in your theme templates to output visual breadcrumbs to the user.
emnl-woocommerce-force-login-before-checkout
This plugin redirects users to the Woocommerce register/login page if they try to access the checkout while not logged in. After logging in succesfully, it redirects to the checkout. Please note: only works if Guest Checkout is disabled in the Woocommerce Settings!
emnl-woocommerce-instore-environment
This plugin makes a public Woocommerce store suitable for placing orders in an instore environment with an dedicated instore payment method. You can set a IP address and user agent to identify the instore environment.
yith-woocommerce-advanced-reviews-premium-hide-form
This plugin adds JS to hide the comment form until user selects a rating
erikmolenaarnl's Repositories
erikmolenaarnl/yith-woocommerce-advanced-reviews-premium-hide-form
This plugin adds JS to hide the comment form until user selects a rating
erikmolenaarnl/ac-column-template-gpf
Admin Columns - Template for GPF
erikmolenaarnl/advanced-custom-fields-pro-woocommerce-variations
Shows fields from Advanced Custom Pro at WooCommerce Product Variations. Code snippet from https://support.advancedcustomfields.com/forums/topic/custom-fields-on-woocommerce-product-variations/.
erikmolenaarnl/comment-form-autofill
WordPress plugin: Autofill comment form fields by URL parameters.
erikmolenaarnl/core
:house_with_garden: Open source home automation that puts local control and privacy first.
erikmolenaarnl/discourse-sanitize-header-tag
erikmolenaarnl/emnl-same-taxonomy-url-post-to-post-links
This plugin checks all <a href> hyperlinks within the content of posts. It ignores external links and only proceeds with internal links to other posts. It checks if the linked posts are in the same taxonomy (Category or Tag) as detected in the current URL path. If yes, it will modifiy the wrong link to match the same URL path. This is to make sure the user stays in the same taxonomy (category or tag) URL path for navigation purposes.
erikmolenaarnl/emnl-url-breadcrumbs
This plugin creates breadcrumbs where its items are based on the current URL structure (and NOT based on permalinks, e.g. like Yoast SEO does). It does two things: 1) Adds schema.org breadcrumbs to the <head> for search engines, and 2) Creates the function emnl_breadcrumbs() which you can use in your theme templates to output visual breadcrumbs to the user.
erikmolenaarnl/emnl-woocommerce-force-login-before-checkout
This plugin redirects users to the Woocommerce register/login page if they try to access the checkout while not logged in. After logging in succesfully, it redirects to the checkout. Please note: only works if Guest Checkout is disabled in the Woocommerce Settings!
erikmolenaarnl/emnl-woocommerce-instore-environment
This plugin makes a public Woocommerce store suitable for placing orders in an instore environment with an dedicated instore payment method. You can set a IP address and user agent to identify the instore environment.
erikmolenaarnl/emnl-woocommerce-order-profit-datalayer
This plugin adds an the order total gross profit value to the DataLayer as a discrete event name. Cost price will be retrieved from a custom field of each product.
erikmolenaarnl/packs-shipment
Plugin voor het aanmaken/voormelden van verzendingen bij Packs.
erikmolenaarnl/emnl-woocommerce-persistent-login-customers
This plugin never logs out Woocommerce customers, which is WAY more customer-friendly. It hides the 'remember me' option and removes its functionality. The plugin does its magic by regularly replacing the native WP session cookies to a date far in the future. A custom cookie 'wordpress_logged_in_forever' is placed, which expires every 24 hours. The plugin renews the native WP session cookie as soon as this custom cookie has expired. This method works as a great fix to improve performance and prevent re-setting the native WP sessions cookies at EVERY page load, leading to strange results like: users who can't log out anymore (because the native WP cookie is set again during logout).
erikmolenaarnl/emnl-woocommerce-remove-payment-method-by-country
This plugin will remove payment methods by country code(s). You can choose wheteter do remove it for the specified country code(s) or show it only to other countries. Please note: rules are hardcoded in this plugin.
erikmolenaarnl/emnl-woocommerce-sort-by-most-sold
Registers a sorting option in WooCommerce to sort products by the number of times sold, based on the ACF 'emnl_aantal_verkocht' field.
erikmolenaarnl/menu-limit-detector
A simple WordPress plugin that attempts to detect server configurations that may limit the number of menu items a user can save.
erikmolenaarnl/show-phone-on-click
WordPress Plugin that adds a shortcode to only show phone number by clicking on the text link
erikmolenaarnl/subsku-data-import
PHP script which can be added to crontab and imports CSV to ACF fields. Provides functions which can be used in conjunction with script to show recent stock information on WooCommerce front-end single product pages.
erikmolenaarnl/woo-review-form-hide
Hides the Woocommerce review form until user selects a rating
erikmolenaarnl/woocommerce-later-delivery-on-demand
Adds an option to checkout to ask if order delivery (or pickup) should be later on demand and after which expected date.
erikmolenaarnl/woocommerce-product-lead-value
This plugin places the value of WooCommerce Products into a DataLayer variable named "ProductLeadValue" for Google Tag Manager to process.
erikmolenaarnl/woocommerce-sku-required
Make the WooCommerce SKU field required
erikmolenaarnl/woocommerce-sort-product-views
WordPress WooCommerce: Sort products by number of views
erikmolenaarnl/wp-discourse-custom-functions
Custom functions for the WP Discourse plugins to reformat the way replies are shown.