forsane Posted January 26, 2016 Share Posted January 26, 2016 hi .. please how i can just three remaining product like this picture Link to comment Share on other sites More sharing options...
NemoPS Posted February 6, 2016 Share Posted February 6, 2016 You need to edit product-list.tpl {if $page_name !='index' && $page_name !='product'} {assign var='nbItemsPerLine' value=3} {assign var='nbItemsPerLineTablet' value=2} {assign var='nbItemsPerLineMobile' value=3} {else} {assign var='nbItemsPerLine' value=4} {assign var='nbItemsPerLineTablet' value=3} {assign var='nbItemsPerLineMobile' value=2} {/if}I guess your values are different, since it shows 4 on the homepage too. So just set it to 3 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