I need to insert an if statement in the code below: add_filter(‘add_to_cart_fragments’, ‘woocommerce_header_add_to_cart_fragment’); function woocommerce_header_add_to_cart_fragment( […]
Tag: woocommerce
showing add to cart for logged in users only..woocommerce
been using this code to hide prices.. add_filter(‘woocommerce_get_price_html’,’members_only_price’); function members_only_price($price){ if(is_user_logged_in() ){ return $price; } […]
Separate all products to their categories on Woocommerce shop page
I need to separate all the products that I have on woocommerce shop page into […]
Radio Buttons to select specific text inputs during checkout in WooCommerce
I am adding custom fields to my checkout area in WooCommerce through my child theme’s […]
Remove variation price in Woocommerce
When I create a woocommerce product with variations such as a t-shirt with different sizes, […]
Changes on archive-product.php doesn’t work
I’m trying to customize the standard woocommerce theme and so far that has worked well. […]
Update details in cart widget without loading page by using ajax in Woocommerce
I am developing a woocommerce widget which will show cart subtotal, cart total, cart items, […]
Woocommerce – adding x number of products thru add-to-cart
has anyone been able to add multiple products of the same kind, with a click […]
Woocommerce customize the product name in the cart and order pages
Actually, I already got hook to customize the price in the cart page and all […]
How to list each filename per downloadable product in WooCommerce?
I am using WooCommerce Plugin. In the downloadable product, how can I display the filename […]
No More Posts Available.
No more pages to load.