I'm trying to modify shopping-cart.tpl file and disalbe ajax-style quantity buttons. I want to have an option to modify quantity of products in carts, but in old-fashioned style (with input fields for quantity and "update cart" button). Now it gets JSON data on every change of quantity.
I'm using Prestashop 1.4.9 with New Prestashop Theme.
Thank You