Through views you could filter your products by date created or if you wanted to isolate specific products add an extra field to mark it as new. The second method removes any automation benefits you would get from using date created.
actually sir iam new in drupal . can you tell that when we created a new product then it mark as new & after some time new tag is automatically removed...
Thanks for reply but
Iam new in drupal & i don't have much knowledge about druoal..
Can you explain how we mark a product as new using a field & after some time new tag is removed...
Add a boolean field to the product display. Hide it in for the product displays as you don't want it showing on the product display client side. Highlight the field for the products you want classified as new. You can then filter on this in views. If you check out the existing views for listing products you should be able to figure out how to modify one to suit your requirements.
Thanks for reply...
but how can we remove that new field from product after some time ..
Can you elaborate the steps of marking the product as new...
My requirement is similar to the default functionality of drupal .. when we create a content then a new tag is arrive in back-end in front of that content & after sometime that tag automatically removed from content... can you please explain that how can i achieve that functionality,, when i add a new product then in front-end a new tag is visible on that product...
Comments
Through views you could
Through views you could filter your products by date created or if you wanted to isolate specific products add an extra field to mark it as new. The second method removes any automation benefits you would get from using date created.
a new tag on product after created
actually sir iam new in drupal . can you tell that when we created a new product then it mark as new & after some time new tag is automatically removed...
mark as new using field
Thanks for reply but
Iam new in drupal & i don't have much knowledge about druoal..
Can you explain how we mark a product as new using a field & after some time new tag is removed...
how to tag a product using new field
i am new in drupal & can you explain how to create a new field & using that field how to tag newly created product as new..
Add a boolean field to the
Add a boolean field to the product display. Hide it in for the product displays as you don't want it showing on the product display client side. Highlight the field for the products you want classified as new. You can then filter on this in views. If you check out the existing views for listing products you should be able to figure out how to modify one to suit your requirements.
mark product
Thanks for reply...
but how can we remove that new field from product after some time ..
Can you elaborate the steps of marking the product as new...
My requirement is similar to the default functionality of drupal .. when we create a content then a new tag is arrive in back-end in front of that content & after sometime that tag automatically removed from content... can you please explain that how can i achieve that functionality,, when i add a new product then in front-end a new tag is visible on that product...
Thanks,
If you want that
If you want that functionality out of the box used the created date of the node to filter. Just use a date range to filter in the view.
If you want to use a specific field to mark the product as new then you have two options. Manually update it or write a module to do it for you.
To hide the field on the front end just mark it as hidden for the displays on which you don't want it seen.