Search results for: woocommerce
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 );
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,…
WooCommerce Local Pickup Date Field | WooCommerce Pickup Date
Adds a date picker to the checkout page when "Local Pickup" is selected. The selected pickup…
Elementor Store Headers
Gives support for Elementor on WC Vendor Headers
Custom WooCommerce Status
This is how to create a custom Woocommerce Status while being able to use the "Mark…
Remove Order Notes in checkout page
/** * Snippet Name: Remove the Order Notes field section from the WooCommerce checkout. * Snippet…
After Checkout Event In WooCommerce
This would stop sending cart abandonment campaigns to your push subscribers in the WooCommerce store as…
Automatically Delete Woocommerce Images After Deleting a Product
Automatically Delete Woocommerce Images After Deleting a Product
Exclude Product From Discount Coupons in WooCommerce
Exclude Product From Discount Coupons in WooCommerce
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…
WooCommerce number of archive products per page
Change WooCommerce Archive products number per page code snippet.
Enable WooCommerce Product Attributes in Search Appearance
By default, AIOSEO does not include support for WooCommerce Product Attributes in our Search Appearance settings,…
Disable autogenerated shipping details schema for WooCommerce
This code snippet will disable AIOSEO autogenerated shipping details schema for WooCommerce Products
Move WooCommerce Category Description Below Products
The following snippet moves the WooCommerce description from the default location (page header subheading) to below…
Woocommerce category archive sort products by date by default
Change the name of the category (in this e.g. gramatas). Now it will show newest products…