Blenderbox Posted November 18, 2014 Share Posted November 18, 2014 Hi, I’m using the default-bootstrap theme with the last versión of Prestashop. The shopping cart, the top-menu submenu, the social sharing buttons, and the send to a friend button are not working at all. Link to one product Please a need help!! Link to comment Share on other sites More sharing options...
Mr Rick Posted November 18, 2014 Share Posted November 18, 2014 You are having javascript errors, see attached image Link to comment Share on other sites More sharing options...
Blenderbox Posted November 19, 2014 Author Share Posted November 19, 2014 You are having javascript errors, see attached image Thanks! I don’t know why I had that error, I didn’t change anything on that file. Anyway, if it helps someone, I just deleted this code: if (typeof minimalQuantity != 'undefined' && minimalQuantity) { checkMinimalQuantity(); $(document).on('keyup', 'input[name=qty]', function(e){ checkMinimalQuantity(minimalQuantity); }); } Because I don’t use minimal quantities on my shop, and it worked again. Thanks again!! Link to comment Share on other sites More sharing options...
vekia Posted November 19, 2014 Share Posted November 19, 2014 each product page function works now well? deleting code is not the best way to "fix" things, because you can affect other stuff it's worth to intensively test product page Link to comment Share on other sites More sharing options...
Blenderbox Posted November 19, 2014 Author Share Posted November 19, 2014 each product page function works now well? deleting code is not the best way to "fix" things, because you can affect other stuff it's worth to intensively test product page Yes, know they are all working fine. The file is from default-bootstrap theme and I didn't change anything on it before, so I don't know why it's happening. If you have any other idea I can try.. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts