jrgrafisk Posted July 27, 2017 Share Posted July 27, 2017 HiAs the compare functions doesn't work, I've disabled it. However, this leaves an empty row, under the product card, in the products grid. I would like to get rid of that, as it makes the grid "jump" when you mouse over a product...Example http://imgur.com/a/9tm9jSee that extra row, under the product card?http://nettotruck.dk/ Link to comment Share on other sites More sharing options...
Adeko.nl Posted July 27, 2017 Share Posted July 27, 2017 Hello Jrgrafisk, This can be done by editing your product-list.tpl You can find this file in themes -> 'your theme' -> product-list.tpl You have to remove the following code: <div class="functional-buttons clearfix"> {hook h='displayProductListFunctionalButtons' product=$product} {if isset($comparator_max_item) && $comparator_max_item} <div class="compare"> <a class="add_to_compare" href="{$product.link|escape:'html':'UTF-8'}" data-id-product="{$product.id_product}">{l s='Add to Compare'}</a> </div> {/if} </div> Link to comment Share on other sites More sharing options...
jrgrafisk Posted August 4, 2017 Author Share Posted August 4, 2017 Thanks a lot 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