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.
|