xyncro LiteCart Fan From Sweden Member since Sep 2013 xyncro Nov 7 2013 02:20 PM Hey.. In which file can i find the time set on how long stickers (new & sales) are visible..? thx.. /B
user61 From Unknown Member since Dec -0001 user61 Nov 7 2013 04:34 PM includes/functions/draw.inc.php ~line 43 for new else if ($product['date_created'] > date('Y-m-d', strtotime('-1 month'))) Sales time is set in product settings where you create a sale.
xyncro LiteCart Fan From Sweden Member since Sep 2013 xyncro Nov 7 2013 08:59 PM thx manojo i didn't care about sales since those products have the sticker on while they are on sale.. but i set new to -2 week.. that should be enough i think.. thx.. /B