In any normal e-commerce website, it is a good thing to obviously show which products are new. This way you attract attention of your regular visitors and maybe you sell more and you extend the lifetime customer value. Anyway, it is pretty normal to put these new products in front of others in the catalog, or at least to make them conspicuous.
Although Magento allows you to configure start and end dates for a product in order to show it as new, the default Magento template doesn't show it. This is the goal of this mini-tutorial : to show you how to show new products among old ones in a category list.
In fact, this is not complicated, you only have to know how to do it. This information I've found on this forum (french) doesn't seem to be well known over the internet, but giving such informations might help a lot improving the Magento Community. Anyway. I've summerized it, put it in a real example, and even provided it as a download for lazy developers.
First, in the product page of some product in Magento's backend, insert starting and ending dates for its newness state. To do a test, put (of course) a date before today's date, and a date which is later as today's date.
The code to add to access newness dates of a product is the following :
Variables $newFromDate and $newToDate get start and end dates of the active product during the loop. This data is only available if you did insert dates values in your product page. If you don't see any change when you'll reload the page, you may have not did this :)
The path of the file where to insert this code is named list.phtml is the following (just replace yourtheme by name of the theme you're using, default is default one) :
/app/design/frontend/default/yourtheme/template/catalog/product/list.phtml
To add code for « list » mode, go to line 47, after this start of loop :
For « grid » mode, go to line 93, after the same code as for « list » mode, or almost.
In both cases, you can place the code wherever you want, as soon it is within the loop. Here is what end of loops look like :
If you followed this tutorial correctly, you should see at list a product with mention « This is new! ». If it doesn't work, you still can download the file (Magento v1.3.2.4) down this page or ask help in comments of this article!
| Attachment | Date | Size |
|---|---|---|
| 22/11/09 12:21 pm | 7.06 KB |
Comments
I want to show new products
I want to show new products in a CMS page , I can display all the new products just like what you said 。 Thanks a lot ! But I do have a big problem , I found that the Paging place have something wrong , the number of the new product doesn't equal to the number on the paging place , I don't know what to do !
You've shown up codes for the
You've shown up codes for the product category list. Thanks for this it is very useful. You can also check < a href="http://www.magento-developer.net/">Magento Templates.
Hi Guy...I have a question...
Hi Guy...I have a question... can you help me with to show categories in a gallery? I have a database with categories and id's. But do not know how to use PHP to show that info. Is there a tutorial that I can follow..or can you help?
Hi, How to display a product
Hi,
How to display a product pricelist in category wise.
Need Help.
Jara.
Please be more specific so we
Please be more specific so we can help
Thank you very much, exactly
Thank you very much, exactly what I was looking for, now I can add a 'new' class to any product and style it o customers now it is new, surprised this isn't a feature 'out of the box' really.
Thanks again, saved me a lot of time and headache!
Post new comment