View Single Post
  #16  
Old 06-25-2008, 08:35 AM
 
Rajasekhar Rajasekhar is offline
 

Member
  
Join Date: May 2008
Posts: 10
 

Default Re: More than 3 columns product display

I managed to do this, you just need do the change in database after modifying the products.tpl file. It works.

  • Change the code in customer\main\products.tpl. change that number on line 6.
  • In the database, table “x-cart_config”, search for the field: “products_per_row”, edit the field, change the “value” to 6. In this case you don’t have to do any changes from admin-appearance options.

If you want to get the control from admin, then, do the code change as in point 1 above,
  • In the database, table “x-cart_config”, search for the field: “products_per_row”, edit the field, change the “validation” ^[0-6]?$
  • Then, you can change the number from the admin-apperance options.
Thanks
__________________
4.1.10
Reply With Quote