Bru Posted January 6, 2012 Share Posted January 6, 2012 Just small warning, (ver. 1.4.6.2) in shopping-cart-product-line.tpl there is a line <div id="cart_quantity_button" style="float:left;"> because this template can be called many times from shopping-cart.tpl there will many <div> with same id="cart_quantity_button" on html page. Html page should contain only unique id Bru Link to comment Share on other sites More sharing options...
Pyssou Posted August 20, 2012 Share Posted August 20, 2012 Hi, Juste add <div id="cart_quantity_button_{$product.id_product}" style="float:left;"> so your id will be unique. I have jus one question too, i want to modify product quantity in an input but it's not possible. I'm on prestashop 1.4 Thnaks in advance Link to comment Share on other sites More sharing options...
Bru Posted September 2, 2012 Author Share Posted September 2, 2012 Just small warning, (ver. 1.4.6.2) in shopping-cart-product-line.tpl there is a line <div id="cart_quantity_button" style="float:left;"> because this template can be called many times from shopping-cart.tpl there will many <div> with same id="cart_quantity_button" on html page. Html page should contain only unique id Bru In my shop I change <div id="cart_quantity_button" style="float:left;"> to <div class="cart_quantity_button" style="float:left;"> till this time it works Bru 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