Allow Admin to Redeem Customer's Loyalty Points to Store Credits
1. Add it to your site using one of the following methods: - Option A: Add…
Dynamic Product Schema Markup for All WooCommerce Products
Smart setup Schema Markup
WWPP - Add custom text to the Completed Order email for non-wholesale customers only
If you want to place content elsewhere in the email, swap the hook: woocommerce_email_before_order_table: Above the…
Adsense
Adse
Force downloadable checkbox to be checked on the vendor product editor
/** * Force downloadable checkbox to be checked using MutationObserver */ function force_downloadable_checkbox_checked() { ?>
Noindexi tag 2
add_filter('wp_headers', function($headers) { unset($headers['X-Robots-Tag']); // remove noindex header return $headers; });
eKrea
E-commerce et création
Enable 'Quanity' label in woocommerce
add_action( 'woocommerce_before_add_to_cart_quantity', 'bbloomer_echo_qty_front_add_cart' ); function bbloomer_echo_qty_front_add_cart() { global $product; if ( $product->get_min_purchase_quantity() == $product->get_max_purchase_quantity() ) return;…
Fix Wholesale Product Visibility Compatibility with Bricks Page Builder
What this does: - Bricks Products widget now gets its product list filtered through WWPP_Query::pre_get_posts_arg, the…
what代码
Tiered Affiliate Rates -- Per-Group Tier Structures
Applies group-specific tiered commission rates. Each affiliate group can have its own set of tier thresholds…