Hi, just realised that there is no quantity button in product details page. How to show it?
Thanks!
veselinovm Hi Open template folder /css/custom.css file and add this code
.productdetails .quantity-box, .productdetails .quantity-controls { display: block !important; }
If there is no custom.css file, kindly create it and add the code.
Regards
Thank you very much! I altered it a little: .productdetails .quantity-box, .productdetails .quantity-controls { display: inline-block !important; vertical-align: middle !important; } Kindly, mark this thread as solved.