TomMacaw Posted February 26, 2015 Share Posted February 26, 2015 Hi guys, I want to remove the color boxes on the product page (see thumbnail). Can anyone tell me how to do this? Thnx Link to comment Share on other sites More sharing options...
jgamio Posted February 26, 2015 Share Posted February 26, 2015 Hi This look like list the products dont like product page look your template chapter product-list.tlp look for {if isset($product.color_list)} <div class="color-list-container">{$product.color_list}</div> {/if} and delete Maybe is another way but I use these Link to comment Share on other sites More sharing options...
TomMacaw Posted February 26, 2015 Author Share Posted February 26, 2015 Thanks jgamio it worked! I did it this way {* {if isset($product.color_list)} <div class="color-list-container">{$product.color_list}</div> {/if} *} 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