milaonline Posted June 13, 2017 Share Posted June 13, 2017 Hi there. I would like do display category thumbnail visible on hover in .product-image-container in product-list.tpl Products belongs only to one category. Link to comment Share on other sites More sharing options...
vekia Posted June 13, 2017 Share Posted June 13, 2017 You use default-bootstrap theme ? Link to comment Share on other sites More sharing options...
milaonline Posted June 13, 2017 Author Share Posted June 13, 2017 yess. Prestashop 1.6.1.12 Link to comment Share on other sites More sharing options...
milaonline Posted June 15, 2017 Author Share Posted June 15, 2017 Made it {if $category->id_image} <img class="replace-2x" src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'medium_default')|escape:'html':'UTF-8'}" alt="{$category->name|escape:'html':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} 1 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