Jump to content

Product Flag "NEW"


Recommended Posts

Hi all,

 

i'm running PS 1.5.3.1

In the back shop i changed the duration of a product to be flagged as "new" to 5 months.

 

When I insert a new product on the right side i have the conditions new, used and refurbished. What if i need to enter old products that are new on condiction but not produced anymore (in this case old)? Even if i set the condition to refurbished or used the flag "new" is still showing up.

 

 

Bug or where is my mistake to remove this flag?

 

TY

Edited by maxik (see edit history)
Link to comment
Share on other sites

Flag new is based on time of entering product in back office and not on condition you use.

 

You could edit code and display flags based on condition.

For example in product-list.tpl you could add

{if isset($product.condition)}<span class="condition">{$product.condition}</span>{/if}

And style it similar way like new flag.

Link to comment
Share on other sites

Ok i understood that.

So there is no other solution to solve that problem other then changing code myself?

Actually i can't insert a product that is 3 years old and on the shop it get's flagged as new :mellow:

 

 

They could implement some manual flag-images

Link to comment
Share on other sites

Ok i understood that.

So there is no other solution to solve that problem other then changing code myself?

Actually i can't insert a product that is 3 years old and on the shop it get's flagged as new :mellow:

 

 

They could implement some manual flag-images

 

 

you've got 100% right :) i read your other post related to this case and i think that this is a great idea

Link to comment
Share on other sites

×
×
  • Create New...