maxik Posted March 14, 2013 Share Posted March 14, 2013 (edited) 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 March 14, 2013 by maxik (see edit history) Link to comment Share on other sites More sharing options...
razaro Posted March 14, 2013 Share Posted March 14, 2013 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 More sharing options...
the.rampage.rado Posted March 14, 2013 Share Posted March 14, 2013 The flag new you seen in the site has nothing to do with those settings on product page. They are for items like 'second hand' and stuff. The new flag is controlled under Products tab and you can set the duration of time newly added product is considered new. Link to comment Share on other sites More sharing options...
maxik Posted March 14, 2013 Author Share Posted March 14, 2013 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 They could implement some manual flag-images Link to comment Share on other sites More sharing options...
vekia Posted March 14, 2013 Share Posted March 14, 2013 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 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 More sharing options...
Recommended Posts