Add to cart button not responding

Hello,

When I try to add an item to the cart, nothing is happening. The page doesn't refresh, there is nothing in the cart, and no orders come through the admin panel. It just literally does nothing.

I'm using LiteCart 1.3, and I have some basic knowledge of PHP, but no experience with AJAX. I was going to post the website in here, but links aren't allowed so I'm not sure what exactly I should post to make it easier for someone to help me.

Do you see the animation of the rectangle ""flying"" towards the cart? Do you have any javascript errors, press F12 to see the console.

Do you see the animation of the rectangle ""flying"" towards the cart?

No I don't see any animation for that

Do you have any javascript errors, press F12 to see the console.

Yes on line Line 410, Column 42 of the page that is named after my product ""hush-22-p-6""

$(""button[name='add_cart_product']"").animate_from_to(""#cart"", {

and the error is...

TypeError: $(...).animate_from_to is not a function at HTMLFormElement.

Can you see if your document have this in the :

And does it load without errors?

Set by pages/product.inc.php line 41:

document::$snippets['head_tags']['animate_from_to'] = '';

Can you see if your document have this in the :

Yes it does

And does it load without errors?

The page loads with no errors.

Set by pages/product.inc.php line 41:

document::$snippets['head_tags']['animate_from_to'] = '';

I double checked and this is indeed included in the correct file on the correct line.

Assuming you have the same error in any browser you try. You may register a support ticket so we can make sure this is not a bug.
https://www.litecart.net/support

Assuming you have the same error in any browser you try. You may register a support ticket so we can make sure this is not a bug.

I tested with Firefox, Chrome, and IE on Windows and Linux (except IE of course). Will submit a support ticket.

You have conflicting jQuery installations. One in LiteCart and another one with a 360 slider. Try removing the last one in.

You have conflicting jQuery installations. One in LiteCart and another one with a 360 slider. Try removing the last one in.

When you say ""the last one"" do you mean a specific line in threesixty.js? Or should I remove the script tag for threesixty in the product page. If so, how would I go about that, or rather, what file generates that tag and how would I edit that appropriately?

Sorry, I know these may be noob questions, but I wouldn't bother you if I really couldn't figure it out.

Sorry I misunderstood what you meant. I deleted the jquery script tag and it works now. Thank you so much for your time and help with this. This is a great program by the way. You guys rock!

Sorry, I should have said last occurance. Happy you got it working. :) I like your work btw.

Thanks :D Maybe after it's finished I could get added to your ""Live Stores"" gallery.

Of course

Denne tråden er stengt på grunn av lang inaktivitet. Det er ikke mulig å legge ut innlegg til det.
View code on GitHub