Our site www.viart.com is operated by latest Viart Shop 5.8.28 with default Clear design
Topic Information
freyutz (Guest)
freyutz (Guest)
Hello..sorry for my english but this language is not my native one..
 
I have a question...on the viartfree shop 3.2 the block "Latest Products" doesn`t appear at all...what can i do? i didn`t modify the php or html file, I have added one test product and the block still doesn`t appears..What can I do?
 
KevinG
KevinG
I just checked the code for the block myself.
 
It's part of the sql query that is being used, at least in my case.
 
"AND i.issue_date IS NOT NULL AND i.issue_date<=" . $db->tosql(va_time(), DATETIME)"
 
Once you set an issue date for the product < current time, it works.
 
My products had that field empty or NULL which made the block appear to not be working.
 
freyutz (Guest)
freyutz (Guest)
It`s working now...it was a problem with the clock:(
 
Sorry for disturbing:D