Jump to content

[Solved] Category items displayed as a matrix with 3 columns


Recommended Posts

Hello again,

my products will contain very little description so it would be much nicer if they are arranged (within a category) as a table/matrix with 3 columns and with slightly bigger previews.

This is a perfect example of what I would like to achieve: :wow:

http://www.crepusculecreations.fr/category.php?id_category=12

Can you please advise how to change the look of my categories?

Thanks! :smirk:

Link to comment
Share on other sites

thanks mate, i've just found your older post describing how to do it and it works great.
nevertheless, i still cannot make the product preview pictures bigger - from 129x129px to 160x160px and place the green "NEW" icon above the product's name (these are in the same row at the moment). --> see the screen shot attached.

this is what i need:
http://www.crepusculecreations.fr/category.php?id_category=12

this is what i have:
http://213.251.166.15/~piotr/PRESTA/category.php?id_category=4

any advise would be much appreciated! :roll:

cheers!

9184_g9xSXv4z5EXnqddcdRiL_t

Link to comment
Share on other sites

To make the images bigger you need to change the size in your admin>preferences>images section. Change the category image to what ever size you want.

For the new icon you need to look in your product-list.tpl file about line 7, if you add a break command after then it should add the title onto a new line.

Link to comment
Share on other sites

thank you, jhnstck, your advise was helpful and resolved my problem! :-)


So I mark the topic as [solved].
Please, next time, do it by yourself by adding [solved] at the beginning of your topic's title by editing your first post !
Link to comment
Share on other sites

  • 1 month later...

I copied the product-list.tpl from here and can't find the reference to short description =(

>
{if isset($products)}
   <!-- Products list -->
</pre>
<ul>
   {foreach from=$products item=product name=products}

    
{if $product.new == 1}{l s='new'}{/if}{$product.name|truncate:50|escape:'htmlall':'UTF-8'}





{convertPrice price=$product.price}
{if ($product.allow_oosp OR $product.quantity > 0)}{l s='Available'}{else}{l s='Out of stock'}{/if}

{l s='View'}




   {/foreach}
</ul>
<br>   <!-- /Products list --><br>{/if

Link to comment
Share on other sites

  • 11 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...