cerovic Posted January 30, 2013 Share Posted January 30, 2013 As you can see in attachment, when you position cart module to side column, the module do not run properly (probably JAVASCRIPT). There are problems: When you ad product do cart, it does not display in cart in right column (just in cart module on header). It only updates the price, shipping price, but it still writes no products. You have to reload the page to see the product in cart. When you want to delete the product by clicking on X button in cart in right column, it does not erase the product. Both these cases works OK in cart in header, it just does not work in side column module. Does have anybody any idea WHY? Link to comment Share on other sites More sharing options...
tdr170 Posted January 31, 2013 Share Posted January 31, 2013 Please post this as a bug on the Forge, I have the same issue and have not found a solution yet. If you notice when you click the delete button in the column cart the price disappears on first click if you click again products will be removed, but then the cart slightly collapses and the words No Products do not appear until you refresh. Link to comment Share on other sites More sharing options...
cerovic Posted January 31, 2013 Author Share Posted January 31, 2013 Please post this as a bug on the Forge, I have the same issue and have not found a solution yet. If you notice when you click the delete button in the column cart the price disappears on first click if you click again products will be removed, but then the cart slightly collapses and the words No Products do not appear until you refresh. Exactly same cart behaving. Since i know that PS 1.5.1 did not have these problem I just copy the cart module form 1.5.1 do 1.5.3.1 ant it runs better. It sowed the first problem, so I am able to add product do cart . But the sencond is the same. You have to click twice to delete the product. Since the 1st problem was vital and the 2nd just small one, I and add to this topic partially SOLVED. Link to comment Share on other sites More sharing options...
demon-of-the-fall Posted February 21, 2013 Share Posted February 21, 2013 (edited) Hi ! I had exactly the same bug. I fixed it by copying the cart module from 1.5.1 and by editing the ajax-cart.js at line 310 and by replacing : $('#'+removedIdProduct).addClass[...] ... by the following : $(this).addClass[...] It works for me. (excuse my english) Edited February 21, 2013 by demon-of-the-fall (see edit history) 1 Link to comment Share on other sites More sharing options...
Ron morales Posted March 29, 2013 Share Posted March 29, 2013 (edited) I don´t find this line in my module ajax-cart.js? 1.5.3.1 version? $('#'+removedProductId).addClass('strike').fadeTo('slow', 0, function(){ line 305? I do not work Edited March 29, 2013 by Ron morales (see edit history) Link to comment Share on other sites More sharing options...
xnofub Posted April 17, 2014 Share Posted April 17, 2014 I don´t find this line in my module ajax-cart.js? 1.5.3.1 version? $('#'+removedProductId).addClass('strike').fadeTo('slow', 0, function(){ line 305? I do not work someone have this problem on 1.5.6.2?? Link to comment Share on other sites More sharing options...
Ron morales Posted April 17, 2014 Share Posted April 17, 2014 i update for prestashop 1.5.4.1 but 1.5.6.2 I do not know, sorry Link to comment Share on other sites More sharing options...
xnofub Posted April 17, 2014 Share Posted April 17, 2014 i update for prestashop 1.5.4.1 but 1.5.6.2 I do not know, sorry and fix this problem? As you can see in attachment, when you position cart module to side column, the module do not run properly (probably JAVASCRIPT).There are problems: When you ad product do cart, it does not display in cart in right column (just in cart module on header). It only updates the price, shipping price, but it still writes no products. You have to reload the page to see the product in cart. When you want to delete the product by clicking on X button in cart in right column, it does not erase the product. Both these cases works OK in cart in header, it just does not work in side column module. Does have anybody any idea WHY? 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