View Single Post
  #15  
Old 04-27-2012, 08:35 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart v4.5.0 released

Just an observation, the v4.5.0 official demo has 168 products, yet the demo I installed has only 110 products. Which is correct?!

EDIT: Ahh, I see there are many disabled categories, which explains why.

Also, the product description field (descr) is a mandatory one, but in the demo data, many of the products only have the fulldescr fields populated.

I think possibly the demo data needs tidying up. Quick SQL patch to fix descriptions...

Quote:
UPDATE xcart_products_lng_en SET descr = fulldescr WHERE (descr = '');
UPDATE xcart_products_lng_en SET descr = 'Description pending...' WHERE (descr = '');
__________________
xcartmods.co.uk