Hello why I don't have quantity selector beside "Add to Card" in this template https://www.joomlart.com/demo/ja-autoshop
domain: https://touch-grace.com/
thank you for your support.
raedrish Hi The quantity select is showing same in your cart like in the demo. Click on view cart http://prntscr.com/v6r72b
True in the Cart, but not in any product page!
raedrish May i know on which page in demo its showing and not showing same in your site? https://ja-autoshop.demo.joomlart.com/index.php/en/
maybe I wasn't clear, sorry; in both demo and in my website, there is no Quantity chooser https://ja-autoshop.demo.joomlart.com/index.php/en/car-care/milton-single-chuck-head-pencil-tire-pressure-detail
https://touch-grace.com/index.php/silver/jerusalem-cross-23-detail
while normally in Joomla - virtumart there is like this sample: https://bethlehembells.com/olive-wood-animals/animal-10-detail
raedrish n both demo and in my website, there is no Quantity chooser
Hi Add this code in custom.css
span.quantity-box { display: inline-block; }
Yes thank you it worked 🙂 https://touch-grace.com/index.php/silver/jerusalem-cross-23-detail but without the arrows, is there away to show them as well? thank you so much
raedrish Hi replace older code with this
span.quantity-box, span.quantity-controls { display: inline-block; }
it work for both.
Ninja thank you so much all is well now.