View Single Post
  #2  
Old 08-06-2009, 06:05 AM
 
Mark UK Mark UK is offline
 

Member
  
Join Date: Jul 2009
Posts: 17
 

Default Re: More than 3 columns product display in 4.2.1

Okay, anyone else stuck on this here's what to do, and has worked for me (from X-cart):

Quote:
For X-Cart 4.2.1 you should just apply the following SQL patch:

UPDATE xcart_config SET comment="Display products list in multiple columns (1-4) (leave empty to use standard format)", value="4", validation="^[0-4]?$" WHERE name ="products_per_row";

After that your products will be displayed in 4 column.

Please not:

1. Before apply the patch please lake a backup of your database
2. This solution suitable only for X-Cart 4.2.1 version.
__________________
X-Cart Gold Version 4.2.1
Reply With Quote