View Single Post
  #6  
Old 06-09-2004, 03:26 AM
 
robit robit is offline
 

Member
  
Join Date: Jan 2003
Posts: 14
 

Default let's try again

Since it looks like there's no way to do this via admin area
i took the tpls for featured products from a newer version.

i've seen that everything it's ruled by some vars / conditions.

In particular

Code:
[b]$config.Appearance.products_per_row $config.Appearance.featured_only_multicolumn ... eq "N" {math equation="floor(100/x)" x=$config.Appearance.products_per_row assign="width"}[/b]

Is there someone that knows hou to pass the values refering to these vars in the tpl so that i can implement 2 columns even if i'm using an old heavily modfied version ?

Sorry , probably i'm posting silly questions but i'm not a smart programmer. !
Reply With Quote