mukky Posted August 25, 2012 Share Posted August 25, 2012 Hi The remove link in the compare module does not work i think the value for compare_product_list= is missing Can you please advice Regards Mukund Link to comment Share on other sites More sharing options...
shokinro Posted August 26, 2012 Share Posted August 26, 2012 Do you mean the link to the Remove icon at products comparison page? I know it works for most of the versions of PrestaShop I used. It is better that you give the version of PrestaShop. Some time is also related to the theme you are using, have you tried on PrestaShop standard theme? If you give more info, here is more chance to get an answer. Link to comment Share on other sites More sharing options...
mukky Posted August 26, 2012 Author Share Posted August 26, 2012 First of all thanks for the time you have given to reply to my post. I am using prestashop version prestashop_1.4.7.3 also if i change to standard theme the remove link in the comparison page is working fine URL : http://www.blitzkriegwebtech.com/prestashop/ Link to comment Share on other sites More sharing options...
shokinro Posted August 26, 2012 Share Posted August 26, 2012 In this case, it means the problem is at your theme. I guess the URL of the Remove link are different between the URL at your theme and the URL at standard theme. By comparing the URLs, you should be able to find out something. Link to comment Share on other sites More sharing options...
deez0ne Posted September 24, 2012 Share Posted September 24, 2012 Just edit your product-comparison.tpl on your themes folder search this code: <a class="cmp_remove" href="{$link->getPageLink('products-comparison.php')}" rel="ajax_id_product_{$product->id}">{l s='Remove'}</a> and change to this: <a class="cmp_remove" href="{$link->getPageLink('products-comparison.php', true)}" rel="ajax_id_product_{$product->id}">{l s='Remove'}</a> Link to comment Share on other sites More sharing options...
Recommended Posts