Jump to content

[SOLVED] flying border of the product image to the cart wont work any more


Recommended Posts

hi guys!
i have a small question, i hope someone can help me.

Normally when you press "add to chart" or "order" the border of the image of the product flies to the cart. But that doesnt work anymore on my webshop. It only works when you cannot choose a product size, like this one http://bit.ly/cfgSC0. But when you can choose a size, like this http://bit.ly/cJtfPh than it wont work...

i hope someone can help me.

greats

Link to comment
Share on other sites

It looks like your theme is incompatible with your version of PrestaShop. There is a Javascript error on your site that is preventing the add-to-cart animation from working:

Line: 250
Char: 3
Error: 'displayPrice' is undefined
Code: 0
URL: http://dressedonline.nl/226-grijs-witte-jurk-met-riempje.html



It seems the following line is missing from line 250 of product.tpl:

var displayPrice = {$priceDisplay};



Maybe if you add that line, it will work, but there will probably be other problems. You could try turning "v1.1 theme compatibility" on or off on the Preferences tab. That might help.

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...