Force account creation by cart total

Force account creation at checkout if the cart total is a certain amount and the quantity…

Exclude Specific Products from Parent Category

/** * Exclude specific products from appearing in their parent category. */ add_action('woocommerce_product_query', 'exclude_specific_products_from_parent_category'); function exclude_specific_products_from_parent_category($q)…

Prevent Discounts on Upgrades

Does not allow a discount code to be applied when an license upgrade is present in…

Εμφάνιση πεδίων User Registration στη λίστα χρηστών του WordPress

/** * Save registration fields in custom user meta keys * and show them in the…

Add custom text to WooCommerce Email Templates for Wholesale Customers

If you want to place content elsewhere in the email, swap the hook: woocommerce_email_before_order_table: Above the…

WWPP – Customize the admin “New Order” email subject for wholesalers v1.1

How to apply: 1. Replace the previous snippet with this one in your functions.php or Code…

Use Full Store Address in Ships From

By default the Ships From metadata displayed under the add to cart button only shows the…

deepseek2

magazine 2

WAL HAD
<10

Add Custom Taxonomy to Woocommerce Single Product Page

add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…

Stop Lazy Load

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

<10

Untitled Snippet

i want a on off button that when press each other send logical true if press…

Add Profile ID to Subscriber

You can assign any CRM ID or your database ID to your push subscriber and then…

1 88 89 90 91 92 224