Jump to content

Recommended Posts

Problem: When clicking the add to cart button, the animation of the picture flying to the cart doesn't work.

 

So I check ajaxCart.js. $element seemed to be pointing to the right places, as did the cartBlockOffset.

 

So I don't know why the animation isn't working.

 

Thanks, Josh.

 

EDIT: I've been working on this for hours, as soon as I post this post, I realised what it was:

 

Solution:

in ajaxCart.js on line 212 it says:

$(callerElement).parent().parent().find(

 

What I needed for my theme was a 3rd parent:

$(callerElement).parent().parent().parent().find(

Edited by jd.creative (see edit history)
  • Like 1
Link to comment
Share on other sites

Hi,

Maybe you could precise what theme it is about, and add [solved] to the topic title.

This could be very useful for someone else :)

 

It's my own theme.

 

I'll add [sOLVED] now. I just assumed admin had a function that actually Closed the thread and marked it Solved.

 

Josh.

Link to comment
Share on other sites

It's my own theme.

 

I'll add [sOLVED] now. I just assumed admin had a function that actually Closed the thread and marked it Solved.

 

Josh.

 

hello thanks for information that you solved it. I've got one question: what feature you are talking about? Can you please share information here?

Link to comment
Share on other sites

  • 2 weeks 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...