dragonfood Posted May 4, 2012 Share Posted May 4, 2012 Hallo op mijn site dragonfood.biz zie ik bij de producten een knop getiteld "vergelijken". Hoe haal ik die weg ? Ik heb al in de bo gezocht maar kan hem niet vinden Link to comment Share on other sites More sharing options...
dragonfood Posted May 4, 2012 Author Share Posted May 4, 2012 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 More sharing options...
steviger Posted May 4, 2012 Share Posted May 4, 2012 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 More sharing options...
Kay van Aarssen Posted May 4, 2012 Share Posted May 4, 2012 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 More sharing options...
steviger Posted May 4, 2012 Share Posted May 4, 2012 (edited) Dat klopt, da's waar ook. Edited May 4, 2012 by steviger (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now