Jump to content

Recommended Posts

Hi,

 

Dat moet je uit de template halen. Het staat in productlist.tpl. Volgens mij moet je rond regel 55 dit stukje code weghalen:

{if isset($comparator_max_item) && $comparator_max_item}
 <p class="compare"><input type="checkbox" class="comparator" id="comparator_item_{$product.id_product}" value="comparator_item_{$product.id_product}" {if isset($compareProducts) && in_array($product.id_product, $compareProducts)}checked{/if}/> <label for="comparator_item_{$product.id_product}">{l s='Select to compare'}</label></p>
   {/if}

 

 

Gr.

 

Steven

Link to comment
Share on other sites

Hi,

 

Dat moet je uit de template halen. Het staat in productlist.tpl. Volgens mij moet je rond regel 55 dit stukje code weghalen:

{if isset($comparator_max_item) && $comparator_max_item}
 <p class="compare"><input type="checkbox" class="comparator" id="comparator_item_{$product.id_product}" value="comparator_item_{$product.id_product}" {if isset($compareProducts) && in_array($product.id_product, $compareProducts)}checked{/if}/> <label for="comparator_item_{$product.id_product}">{l s='Select to compare'}</label></p>
{/if}

 

 

Gr.

 

Steven

 

Denk dat dit toch wel handiger is:

 

solved

Compare button and select to compare option:

 

PREFERENCES > PRODUCTS > Max items in the comparator:

 

Set it to 0 to disable.

oftwel Maximum items in de artikelvergelijker op 0 zetten en de knop is weg

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...