Jump to content

"Select to compare" box already ticked


Recommended Posts

Here's a link to my store (not yet finished), please click on a category by scrolling down and selecting from the list on the left, for example 'Bowls & Dishes'.

 

http://www.charlottehupfieldceramics.com/shop/

 

You should see that all of the boxes for each product in a category are pre-ticked for the 'select to compare' option. Is there a way of un-ticking all of these boxes, or even removing the option altogether?

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...

Hi Mike,

After looking into this, I think the issue may be related to some themes from 2link. I am using the very nice Matrice theme (http://dgcraft.free....1-3-1-gratuits/) and so is charlotteceramics, the original poster. I have also seen the same issue on a 2link demo at: http://ipno.tik.free...p?id_category=2

 

My site is not public yet, but if you have a static IP I can enable access for you (and add the compare feature back).

 

Here is some information about my configuration:

 

Server information

Prestashop version: 1.4.6.2

 

[/left]

Server information: Linux #1 SMP Mon Oct 3 18:27:54 EEST 2011 x86_64

 

[/left]

Server software version: LiteSpeed

 

[/left]

PHP version: 5.2.17

 

[/left]

MySQL version: 5.0.[spam-filter]community-cll

 

[/left]

Many thanks for replying.

 

[/left]

Link to comment
Share on other sites

  • 2 weeks later...

Hi,

For anyone else facing this issue in the theme, it can be corrected as follows:

 

In /themes/matrice/product-list.tpl

 

Line 57, change:

 

<input type="checkbox" onclick="checkForComparison({$comparator_max_item})" class="comparator" id="comparator_item_{$product.id_product}" value="{$product.id_product}" checked="checked" />

 

to:

 

 

<input type="checkbox" onclick="checkForComparison({$comparator_max_item})" class="comparator" id="comparator_item_{$product.id_product}" value="{$product.id_product}"/>

 

i.e. delete the checked="checked" property.

 

Hope this helps.

  • Like 1
Link to comment
Share on other sites

  • 4 months later...
  • 2 months later...
Hi, I have the same issue. I think this is a bug, the only work around I can find is to deactivate the compare feature completely. Shame as this is a great feature. Any help would be very appreciated. Thanks!

 

Hi, how do you deactivate the compare feature totally?

Link to comment
Share on other sites

×
×
  • Create New...