View Single Post
  #8  
Old 03-20-2009, 03:41 PM
 
Panther Panther is offline
 

Senior Member
  
Join Date: Feb 2009
Posts: 108
 

Default 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
Reply With Quote