Jump to content

How to make old items "New" again?


Recommended Posts

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

  • 6 months later...
  • 2 years later...
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

×
×
  • Create New...