View Single Post
  #4  
Old 08-07-2005, 09:39 PM
  Dongan's Avatar 
Dongan Dongan is offline
 

X-Wizard
  
Join Date: Jul 2005
Location: www.mercuryminds.com
Posts: 1,531
 

Default

Hi,

My guess would be,

Go to skin1/customers/main/products_t.tpl

Find the code...

Code:
{math equation="floor(100/x)" x=$config.Appearance.products_per_row assign="width"}

And replace with this
Code:
{if $product.categoryid == 248} {math equation="floor(100/x)" x=3 assign="width"} {else} {math equation="floor(100/x)" x=$config.Appearance.products_per_row assign="width"} {/if}

Let me know if could solve your problem?
Reply With Quote