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
13 Oct 2007 3:46 AM
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)
13 Oct 2007 10:14 AM
It`s working now...it was a problem with the clock:(