pearl_123 Posted November 21, 2012 Share Posted November 21, 2012 Hi to all , I want to select the product attribute on product listing page and also the add to cart functionality.Is it possible to send the product attribute id with the link to add attribute in cart. like <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}&id_product_attribute=425{if isset($static_token)}&token=12{$static_token}{/if}" title="{l s='Add to cart'}">{l s='Add to cart'}</a> i tried but its not working i want to select the attribute on product listing page and then add to cart for adding product to cart. please help Link to comment Share on other sites More sharing options...
doclucas Posted December 9, 2012 Share Posted December 9, 2012 I want that too! Is there any solution? Link to comment Share on other sites More sharing options...
tomerg3 Posted December 9, 2012 Share Posted December 9, 2012 Check out the following module http://www.prestashop.com/forums/topic/79758-module-product-list-attributes-allow-customers-to-select-product-attributes-on-the-category-manufacturer-supplier-and-search-pages/ Link to comment Share on other sites More sharing options...
Recommended Posts