Jump to content

remove link for the product does not work in compare module


Recommended Posts

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

  • 5 weeks later...

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

×
×
  • Create New...