Listit2, 'category view' displaying expired items (end_time)
Posted: Tue Jun 23, 2015 11:43 am
Hey
I have a listit2 instance, I'm displaying the category view.
All working except... when time control is used and an end_time is set, the category list still display categories with expired items.
How do I set the category list to only display categories that contain NON-expired items?
Been trying thing like
{if $smarty.now|date_format:'%Y/%m/%d' gt $item->end_time} in the category template to no avail.
I have a listit2 instance, I'm displaying the category view.
All working except... when time control is used and an end_time is set, the category list still display categories with expired items.
How do I set the category list to only display categories that contain NON-expired items?
Been trying thing like
{if $smarty.now|date_format:'%Y/%m/%d' gt $item->end_time} in the category template to no avail.