alex1389 Posted August 10, 2016 Share Posted August 10, 2016 After a long search I have not seen any solution to add attributes to home page for example. I was thinking should be a way or method to get the list of all attributes by id_product. My question is how to show for example in product-item.tpl the attr color or sizes able just with on hover event. Thanks Link to comment Share on other sites More sharing options...
OpenSource Expert Posted August 11, 2016 Share Posted August 11, 2016 You need to modify core theme file product_list.tpl Add all attribute at end of the <div class="button-container"> For example, add {if isset($product.color_list)} <div class="color-list-container">{$product.color_list}</div> {/if} Now color will appear on hover 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