JasonTan Posted February 11, 2014 Share Posted February 11, 2014 Can anyone advise how can I make my old items appear on the "New products page" again? Thanks! Link to comment Share on other sites More sharing options...
Tobiasz Posted February 11, 2014 Share Posted February 11, 2014 Admin -> Preferences -> Products Set up how many days you want your items to be "New". Link to comment Share on other sites More sharing options...
vekia Posted February 11, 2014 Share Posted February 11, 2014 in this case you have to modify database entries, check this: http://www.prestashop.com/forums/topic/268157-how-to-set-time-a-product-flag-as-new-in-database/ 1 Link to comment Share on other sites More sharing options...
JasonTan Posted February 12, 2014 Author Share Posted February 12, 2014 Hi, changing the date in the database works. Thanks! Link to comment Share on other sites More sharing options...
NemoPS Posted February 12, 2014 Share Posted February 12, 2014 Bear in mind that some statistics might break if you change the creation date of a product, and that one has been purchased....virtually before having been created 1 Link to comment Share on other sites More sharing options...
vekia Posted February 12, 2014 Share Posted February 12, 2014 Nemo, can you elaborate? im interested in this case but have no idea what can be wrong with stats, i tested it, but in test environment with not a lot data in stats, it's hard to check it :/ Link to comment Share on other sites More sharing options...
NemoPS Posted February 12, 2014 Share Posted February 12, 2014 I didn't test it either, but I noticed several times the date_add of a product was used in a couple of queries for statistics, so I am *guessing* it might be a small issue in terms of statistics, considering a product should not be bought before it has been created.... ...I think! Link to comment Share on other sites More sharing options...
sbt Posted August 30, 2014 Share Posted August 30, 2014 There is one way to do that which I found working ok for PS1.6. check this. Link to comment Share on other sites More sharing options...
David Eschmeyer Posted September 8, 2016 Share Posted September 8, 2016 in bo - prod information tab works in 1.6.1.x Add it to line 132 (1.6.1.3) (after the hard return <hr />) of: adminfolder\themes\default\template\controllers\products\informations.tlp {if $product->date_add} <div class="form-group"> <label class="control-label col-lg-3"></td> <span class="label-tooltip" data-toggle="tooltip" title="{l s='Change date for "product new from".'}"> {$bullet_common_field} {l s='New from'} </span> </label> <div class="col-lg-3"> <input type="text" id="date_add" name="date_add" value="{$product->date_add|escape:html:'UTF-8'}" /> </div> </div> {/if} now you can set the date to any date... this way you can order them as well... Link to comment Share on other sites More sharing options...
Recommended Posts