Jump to content

PS 1.5.2 Block Cart Products copy after login


Recommended Posts

Hello,

 

i have a problem on chekout with my Site:

 

i added a product to the blockcart (AJAX on, right column ). than i going to chekout (1-Page Chekout). In this time everything is ok. But if i take a login, the system give my a invoice and delivery adress, and the same time put the Block Cart module a copy from the product(s) inside the Cart Module ( see attachement ). After that i agree TOS and select my payment and on the next site (payment execution site) is everything fine, the product copy is gone and the cart summary is also right.

 

I try the standard and many other themes, but always the same. If i switch the ajax on the cart block to "off", everything is ok, no copy of products.

 

Have everyone a idea whats happening on the cart module? Maybe a wrong ajax file?

i also try to new install the blockcart module, but the same effect.

 

PS 1.5.2

 

Thanks ahead

post-408548-0-82133200-1359013669_thumb.jpg

Link to comment
Share on other sites

  • 2 months later...

I had the same problem.

To solve it, you need to add a rule to hideOldProducts (ajax-cart.js line 289)

 

 

if (jsonData.products[aProduct]['id'] == ids[0] && (!ids[1] || jsonData.products[aProduct]['idCombination'] == ids[1])  && (!ids[2] || jsonData.products[aProduct]['idAddressDelivery'] == ids[2]))

post-72671-0-22985500-1364886030_thumb.png

Edited by Snegurka (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...