inveritas Posted May 10, 2008 Share Posted May 10, 2008 Hi, Is it possible to hide the products that are going to be added at a future date? We have over 4000 items and we are adding 1-5 daily. The ones that will be in stock in 5 mnths from now, do not need to be added already. Can we turn it 'on' somewhere that these items are only visible when their avaialability date has passed, or is only a week away? I've searched both forums and admin thoroughly, no dice. Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted May 11, 2008 Share Posted May 11, 2008 Paul Can I just change your questions slightly? Is it possible to hide products we have set up but where the date avail is in the future? Yes the test in /includes/moduls/upcoming_products.php is where to_days(products_date_available) >= to_days(now()) you could change this to where to_days(products_date_available) <= to_days(now()) + 5 and to_days(products_date_available) > to_days(now()) Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.