therealbo Posted October 7, 2015 Share Posted October 7, 2015 (edited) Hi, This commit: https://github.com/PrestaShop/PrestaShop/commit/55900aad prevented to attach the ajaxCart.add method to the cart button on the right hand side. If your product has required customisation fields clicking the button will make the cart yell at you that you shall fill all required fields. Honestly I don't understand why this was changed in the first place since the ajaxCart.add() method handles contentOnly and redirects the customer to the product page if checkCustomizations() fails: https://github.com/PrestaShop/PrestaShop/blob/develop/themes/default-bootstrap/js/modules/blockcart/ajax-cart.js#L285 -- NORMAL -- Edited November 3, 2015 by therealbo (see edit history) 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