Search results for: woocommerce
WooCommerce: Hide other shipping methods when Free Shipping is available.
This function checks if the Free Shipping method is available in the cart. If it is,…
Add WooCommerce upsells below the add-to-cart button
// add upsells below add-to-cart button add_action( 'woocommerce_single_product_summary', 'woocommerce_upsell_display', 40 );
Remove Order Notes in checkout page
/** * Snippet Name: Remove the Order Notes field section from the WooCommerce checkout. * Snippet…
Custom WooCommerce Status
This is how to create a custom Woocommerce Status while being able to use the "Mark…
Elementor Store Headers
Gives support for Elementor on WC Vendor Headers
Show the products column on the WooCommerce orders list
https://snipboard.io/IF1SpU.jpg
Set a minimum order amount in WooCommerce – No Plugin used
Post More Detail Learn how to Set a minimum order amount in WooCommerce. Customer will not…
Exclude Product From Discount Coupons in WooCommerce
Exclude Product From Discount Coupons in WooCommerce
Automatically Delete Woocommerce Images After Deleting a Product
Automatically Delete Woocommerce Images After Deleting a Product
After Checkout Event In WooCommerce
This would stop sending cart abandonment campaigns to your push subscribers in the WooCommerce store as…
VDX Optimizer
// VDX Optimizer - SEO, Social Media & WooCommerce // SEO Meta Tags add_action('wp_head', function() {…
Notify if Stripe is put in Test Mode
Notification for Test mode on Update
Show Wholesale Prices Text In Single Product Page For Wholesale Role Customers
/** * First Remove The Existing Pricing Filter So That It Will Be Available To All…
Categorias pai a negrito e lembrete para nao esquecer de prencher certos campos ao adicionar um produto
/** * Validação completa para produtos WooCommerce * Verifica preço, categoria, referência (SKU) e peso */…
Add Wholesale Order Form Favourites Button Functionality To WooCommerce Single Product Pages
Works hand in hand with the WooCommerce Wholesale Order Form plugin to provide product favouriting functionality…