X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Recently Viewed Mod by firetank (https://forum.x-cart.com/showthread.php?t=48328)

cycloneuk 06-27-2009 02:51 PM

Recently Viewed Mod by firetank
 
Anyone using the Recently Viewed mod by firetank? what do i need to set:
$rvp_expire = 0;

to, if i want it to remember products for 30 days, it seems to be that if i enter anything other then 0 then it dosn't show any products.

kpayne 08-02-2009 07:55 AM

Re: Recently Viewed Mod by firetank
 
Try setting this to:

Code:

$rvp_expire = strtotime('+30 days');

This should accomplish what you're looking for.


All times are GMT -8. The time now is 04:02 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.