Jump to content

Ajax cart not on product page problem


Recommended Posts

Hi all

Whn you add an item to the cart you get a nice slide effect of the image sliding across to the cart, this works when you on category page but if you go on the product page it has stopped working for me not sure when this happened, can any one advise where to start looking im wondering if its to do with any java on the site,

www.electricsandlighting.co.uk is the website

Link to comment
Share on other sites

v1.4

Try adding this instead of the input button in your template file:

Of course quantities and combinations won't work so I think this is by design.

You can also set "Re-direction after adding product to cart:" in Preferences > Products to "previous page".

id|intval}" href="{$link->getPageLink('cart.php')}?add&id_product={$product->id|intval}{if isset($static_token)}&token={$static_token}{/if}" title="{l s='Add to cart'}">{l s='Add to cart'}

Link to comment
Share on other sites

  • 4 months later...
×
×
  • Create New...