How to fix Deals not Showing in Front Page
Bug: Even When Time Zone is provided in Groupon Clone , and Deal is posted; It does not show them on front page or recent deals.
Reason: Time Checked to parse deals on those pages is only checking Date on Exact Time
Solution/Fix:
Go to /team/index.php
Find
$daytime = strtotime(date(‘Y-m-d’));
And replace with
$daytime = strtotime(date(‘Y-m-d H:i:s’)); //Fix for Recent Deals V4.3
Thats it.
Note:Make sure you provide timezone in >Manage>Settings>TimeZone