tukker Posted January 12, 2015 Share Posted January 12, 2015 Hello, One of the last things what I do have to change is how it looks when you made a choice in category. My old website looks very fine, i want to create it like the old. Can somebody help me a litle ? Picture of the old one New website. Brr uggly And a piece of code out of category.tpl {/if} {if isset($subcategories)} <!-- Subcategories --> <div id="subcategories"> <h3>{l s='Maak uw keuze!'}</h3> <ul class="inline_list"> {foreach from=$subcategories item=subcategory} <li class="clearfix"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name">{$subcategory.name|escape:'htmlall':'UTF-8'}</a> </li> {/foreach} </ul> <br class="clear"/> </div> {/if} Website http://www.zegelstekoop.nl/1562/prestashop/ Other suggestion of the website ? Let me know 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