FerrA Posted June 28, 2016 Share Posted June 28, 2016 Hi guys, I explain briefly what I would do. I would remove the possibility to entering manually the quantity of the products in the product page and cart page. So I would like that the quantities were to be selected only by the + and - and not from the keyboard by typing the number. Therefore the quantity of boxes in the two pages will be only informational and not an input box. How can I do this? Link to comment Share on other sites More sharing options...
rocky Posted June 28, 2016 Share Posted June 28, 2016 I think the easiest solution is to find the quantity <input> in product.tpl and shopping-cart-product-line.tpl and then add readonly="readonly" to the tag. Link to comment Share on other sites More sharing options...
FerrA Posted June 28, 2016 Author Share Posted June 28, 2016 I think the easiest solution is to find the quantity <input> in product.tpl and shopping-cart-product-line.tpl and then add readonly="readonly" to the tag. Yeeeesss the readonly. How could I not remember it Thank you @rocky Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now