WoocommerceWordpress July 1, 2021 Increase your ecommerce average order by adding a notice with the missing amount until you get free shipping In this post we tell you how to increase the average order of your cart… Guido Magaldi Love0
SnippetsPHPWoocommerce January 15, 2021 Pre-fill WooCommerce Checkout Fields Like it reads! // Autofill checkout fields from URL add_filter( 'woocommerce_checkout_fields' , 'prefill_billing_fields' ); function… Jarod Thornton Love0
Woocommerce October 13, 2020 Add Content Before and After WooCommerce Additional Information Tab Drop this into functions.php to add content above and below the additional info tab in… Jarod Thornton Love0
Woocommerce July 20, 2020 Clear Cart with a Link in Woocommerce I needed a quick and easy way to clear the cart on the fly if… Jarod Thornton Love0
Woocommerce June 4, 2020 Hide Stripe “Buy Now” Button I needed to allow the "buy now" functionality of the shopping cart (WooCommerce - this… Jarod Thornton Love0
Woocommerce May 29, 2020 If WooCommerce has item in cart add class to body Super useful for complex WooCommerce configurations! add_filter( 'body_class', 'add_body_class_for_cart_items' ); function add_body_class_for_cart_items( $classes ) {… Jarod Thornton Love1
SnippetsWoocommerceWordpress May 9, 2020 Disable Zoom and Lightbox in Woocommerce Product Page I couldn't find the exact solution so this will have to do :) add_filter( 'woocommerce_single_product_zoom_enabled',… Jarod Thornton Love0