sushant
sushant

Reputation: 13

problem add to cart not working in mozila

add to cart doesnt working in mozila firefox.only one time working when i refresh a page then when i am not refreshing the page it s not working add to cart option not display.

Upvotes: 1

Views: 2374

Answers (4)

emmanuel
emmanuel

Reputation: 9615

sounds like a jquery conflict. please check if your code loads multiple instances of jquery and let only one just after <head>.

Upvotes: 0

User123
User123

Reputation: 556

JUst goto the component-> Virtuemart->configuration->Site tab->Select the theme for your Shop(default) ,clck on configuration then Use Ajax to add, update or delete products from the cart? option makes it NO. Like: Use Ajax to add, update or delete products from the cart? No It will Work.

Upvotes: 1

Vladislav Rastrusny
Vladislav Rastrusny

Reputation: 29985

Probably, some Javascript error. Use Furebug and enable Stop on all errors on Script tab. It will then stop execution on all page script errors.

Upvotes: 1

Camilo Martin
Camilo Martin

Reputation: 37898

Disable cache on the server and see if it works. If it does, try disabling cache to some specific file cached by Firefox. Firebug helps too :/

Upvotes: 1

Related Questions