Hi I am using dropdown quantity for selling on my Woocommerce store.
For eg. I sell my product in a 10 pack, 50 pack or 100 pack.
Sometimes my customers want to buy a 60 pack, so if I turn off all validation and auto-rounding in the plugin it seems to work.
I.e someone goes to my product, chooses 50 pack, clicks add to cart, and then goes back again to product page, and chooses 10 pack, and clicks add to cart, and I can see it in the cart it’s costing the subtotal at 60 x my product price.
All this is good.
My problem is in the cart page, it shows the right subtotal, but under the quantity it doesn’t show as 60. Because I’ve got fixed quantity dropdown, it only shows those values, even though in the backend it’s recognized as 60. So my question is how can I disable the fixed quantity dropdown from showing on ‘Cart’ page and just let it show the quantity added as a read-only field?
-
This topic was modified 2 years, 1 month ago by
WPWhale.