Re: Featured Products
To have 5 featured products/thumbnails going across in a row instead of 3, I applied the following SQL patch and it worked. After adding this patch, I was able to go into the admin panel and change the 3 to 5 and it worked perfectly.
UPDATE xcart_config SET validation="^[0-5]?$" WHERE name="products_per_row";
__________________
Panther
X-Cart Pro v4.4.4
|