Search results for: woocommerce
Remove "Coupon Field" on the Cart Page Amiru アミル さん
If you don't use coupons, removing the field simplifies the cart process. Amiru アミル さん
Debloat your WooCommerce Tabs! Remove Default WooCommerce Tabs Amiru アミル さん
Remove Default WooCommerce Tabs You can easily remove the default "Description," "Additional Information," and "Reviews" tabs…
WooCommerce Local Pickup Date Field | WooCommerce Pickup Date
Adds a date picker to the checkout page when "Local Pickup" is selected. The selected pickup…
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…
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…