ande85 Posted January 10, 2013 Share Posted January 10, 2013 Hi, I need to add an add to cart button in the specials block. How can I achieve this? I use prestashop 1.4. I tried to add the following, but it didn´t work: <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart.php')}?add&id_product={$product.id_product|intval}{if isset($static_token)}&token={$static_token}{/if}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a> Thanks for your answer. Link to comment Share on other sites More sharing options...
ande85 Posted January 11, 2013 Author Share Posted January 11, 2013 no one? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now