fleix Posted January 3, 2017 Share Posted January 3, 2017 Hello CommunityAfter some customizations my AJAX CART always expands when a site is loaded.How can I reset the standard mode -> AJAX CART expands only on click and stays collpased in general?I tried some changes in the ajax-cart.js but my javascript skills are not good enough for that.Can anybody help me with this?Prestashop 1.6.1.1 Concerning Website:http://woodandluxury.com/Thanks and regards, Felix Link to comment Share on other sites More sharing options...
w3bsolutions Posted January 5, 2017 Share Posted January 5, 2017 These lines in your source code are throwing a JS error: $(document).ready(function(){ $('video').get(0).play() }); TypeError: undefined is not an object (evaluating '$('video').get(0).play') It might not be related, but I would fix that first. 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