Search results for: woocommerce
create woocommerce call to order button for specific product in your wordpress website
Are you looking to boost conversions on your WooCommerce website? One effective strategy is to incorporate…
Disable default WordPress image sizes
// Disable default WordPress image sizes add_filter('intermediate_image_sizes', '__return_empty_array'); // Disable large scaled image size add_filter('big_image_size_threshold', '__return_false');…
Woocommerce: How to add minimum amount for different categories with different amount per category with different notice.
WooCommerce: Display Minimum Order Amount Notices by Category This code snippet adds functionality to your WooCommerce…
Customer Order Note for WooCommerce Products
Inserts a note field next to the add-to-cart button on every WooCommerce product page. Customers can…
Boost Sales with Dynamic Pricing Strategy with Progressive Discounts in WooCommerce – No Plugin
Post Intro woocommerce tutorial -How to Boost Sales and Create a Dynamic Pricing Strategy with Progressive…
How to Allow WordPress WooCommerce Direct Order to WhatsApp Free.
Post Intro In this tutorial you will learn How to Allow WordPress WhatsApp Direct Order to…
Modify WooCommerce Coupon Message
Want to change the default WooCommerce Coupon Message? Want to show the discounts they are getting?
WooCommerce Product Settings: Enabling Loop Custom Discount Options with Checkbox and Input Field – No Plugin
Here’s an explanation of the features we are going to add using the code snippet in…
WooCommerce Product Settings: Enabling Custom Discount Options with Checkbox and Input Field First set quantity only – No Plugin
Post More Detail Here’s an explanation of the features we are going to add using the…
to add WordPress WooCommerce WhatsApp checkout
Post Intro This code snippet implements functionality similar to a WooCommerce code snippet that would enable…
Show WooCommerce Cart and Checkout on the Same page Free No Plugin
This post outlines the code implementation for creating a streamlined checkout experience by merging the cart…
Prevent Wholesale Customer to Add Product to the Cart If The Product is Low on Stock
// Prevent wholesale customer to add to cart if the product is low on stock add_filter('woocommerce_is_purchasable',…
to add WooCommerce WhatsApp Product Enquiry. NO API Used.
Post Intro How to Add a WooCommerce WhatsApp Enquiry Button (No API Used) In this blog…
Disable filter added by the Caddy plugin that hides WooCommerce shipping rates
Removes the filter that hides other WooCommerce shipping rates when free shipping is available, allowing all…
Untitled Snippet
{"generator":"Code Snippets v3.6.5.1","date_created":"2024-07-30 20:37","snippets":[{"id":5,"name":"No price","code":"add_action( 'init', 'wpspecial_nascondi_prezzo_agli_utenti_non_registrati' );n nfunction wpspecial_nascondi_prezzo_agli_utenti_non_registrati() { ntif ( ! is_user_logged_in() )…