Jump to content

Cart animation bug


Recommended Posts

I've seen your page, and it seems every add-to-cart animation picture use Crysis 2's image.
Have u modified this file?
modules/blockcart/ajax-cart.js
Coz it seems somehow the image source is fixed (always refers to Crysis 2)

Btw, if u still confused, u could give us ajax-cart.js file. I'll take alook of it :)

Link to comment
Share on other sites

Try open :
modules/blokcart/ajax-cart.js

find this line (by default line 195)

               var $element = $(callerElement).parent().parent().find('a.product_image img,a.product_img_link img');



and change it into this

               var $element = $(callerElement).parent().find('a.product_image img,a.product_img_link img');



Clear the smarty's cache again, and refresh the page

Link to comment
Share on other sites

  • 5 months later...

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