Skip to main content

All Questions

0 votes
0 answers
82 views

WooCommerce - Empty Cart Page Reload issue

I have an issue when i remove product from the cart and the page refresh to the empty cart page. I use this inside my functions.php file to modify the empty cart page : add_action( '...
tonarii's user avatar
  • 35
1 vote
0 answers
40 views

WooCommerce Free Shipping Issue: Multiple Radio Buttons Dilemma on Orders Over free shipping price

I have set up a WordPress site with WooCommerce. My goal is to offer free shipping for orders over €75. On its own, it works fine, but I'm encountering a small issue. If I have a product that costs €...
Brango's user avatar
  • 21
0 votes
0 answers
29 views

Woocommerce free-shopping above a price is not reflecting at view cart

I have a created a website with wordpress and woocommerce. I want to remove the shippig-rates if the customer buy more than €75. So I have simple product called A and price is €39,- I can add this to ...
Brango's user avatar
  • 21
0 votes
0 answers
133 views

How to move "apply coupon code" block above the cart's total price with ajax in cart page?

Ajax is not working when I try to move the coupon block from cart.php to the cart-totals.php file. add_action( 'woocommerce_before_cart_totals', 'custom_display_coupon_form_below_proceed_checkout', 25 ...
Chandra Sekhar Rao Bali's user avatar
0 votes
1 answer
37 views

Only allow items from same Parent Category in Woocommerce basket

I have 3 'Master' categories, Ambient, Chilled and Frozen. Ambient then breaks down into 3 other categories, Food & Drink, Non Food and Pet Products, each with their own sub categories. I tried ...
Alan Owen's user avatar
0 votes
1 answer
67 views

Is there a way to have different data in cart and checkout woocommerce

I wanted to have different data in checkout and cart. means, when someone clicked a product directly to checkout, moves just the product to checkout without items that are in the cart. or preventing ...
AbdulAhmad Matin's user avatar
0 votes
0 answers
273 views

Woocommerce disable place order button for product with specific category and shipping zone

I am trying to disable the place order button and make a conditional message that is gonna be displayed at the cart and checkout page when: A) the customer chooses to buy an item from a specific ...
dimitris24's user avatar
0 votes
1 answer
499 views

How to add an additional amount in between specific total cart values Woocommerce

I need to add an amount to the woocommerce cart total value But in between a certain total amounts. Ex: Need to add Rs. 250/= additional amount to the total only if the cart value is more than Rs. ...
priyantha rathnayake's user avatar
2 votes
1 answer
286 views

Programmatically adding a WC Booking in the cart fails

I am facing a problem to add such a product to the cart. I manage to create the booking with: $new_booking = get_wc_booking ($new_booking_data); $new_booking -> create ($status); But then I tried ...
flyingMarsu's user avatar
3 votes
1 answer
220 views

Remove WooCommerce Cart Condition (Minimum Amount of a Product)

i'm a bit stuck for this.. i'm trying to remove a condition whenever the user adds a specific product, in this case a box of wines So when i add a bottle of wine there's a minium amount condition so ...
Claudio's user avatar
  • 75
0 votes
1 answer
235 views

How to insert a cart slidetoggle option when cart icon is clicked?

Im trying to work on my Ecommerce website. www.serendib-batik.com I already have a plugin that opens a "Slidein Cart" when a customer adds items to cart. What I want is to open the sliding ...
cheesyblast's user avatar
0 votes
1 answer
2k views

Woocommerce - Proceed to checkout button not showing

I'm making my first WooCommerce website, but I found a problem that I couldn't resolve, and Google didn't help me either. My problem is that when I'm on the shopping cart page and I only have one kind ...
Pichifino's user avatar
0 votes
1 answer
699 views

Woocommerce - Validation on cart page

I have a custom filed for specific shipping methods (see screenshot). Is there a hook/action to validate this field before proceeding the checkout. When I set the field to required the validation will ...
larz's user avatar
  • 851
0 votes
1 answer
967 views

How to remove Woocommerce cart notifications?

Question: How to remove the Woocommerce cart notifications as: "Product was removed from cart", "Product was added to your cart", "Show cart". Platform: Wordpress & ...
PlsHelpMeTY's user avatar
2 votes
2 answers
2k views

Get protected custom order item meta data array from WooCommerce order

I'am trying to use woocommerce_get_order_item_totals filter hook to add some extra information into the order totals (on orders and email notifications). add_filter( 'woocommerce_get_order_item_totals'...
MusicMan62's user avatar

15 30 50 per page
1
2 3 4 5
8