New product label on listing

Hi Guys, i’m certain someone must have done this before, but i can’t find any threads with the search.



I want the product listings / categories, to show a ‘new product’ label if the products is under a certain age.



now i know i can create a block to display new products, but how do i apply this to the category listings?



Any help would be much appreciated…

http://www.codingstaff.net/cs-cart-modules/cs-cart-product-labels.html

Thanks but i'm not in the market for buying anything right now, besides i won't use 90% of the functionality that addon offers.



I can deal with the html, and have the label prepared, i only need to know how to pull back the products creation date on the front end so to speak…



any suggestions?

[font=trebuchet ms,helvetica,sans-serif]Hello,

I use this add-on, [url=“http://cs-cart-skins.iecsp.com/cs-cart-3-free-addons-product-lables.html”]http://cs-cart-skins.iecsp.com/cs-cart-3-free-addons-product-lables.html[/url][/font]

[font=trebuchet ms,helvetica,sans-serif]which works just fine.

I use CS Cart 3.0.2.[/font]

[font=trebuchet ms,helvetica,sans-serif]Here is an example of how it works for me: [url=“http://www.showlife.si/audio/100v-sistemi/ojacevalci-100v/”]http://www.showlife.si/audio/100v-sistemi/ojacevalci-100v/[/url][/font]

[font=trebuchet ms,helvetica,sans-serif]Best regards Chico[/font]

http://cs-cart-skins.iecsp.com/cs-cart-3-free-addons-product-lables.html

thanks guys that's great

We are using IECEP version for CSCART 3.03 and had to change the styles.css file located in the var folder as the NEW would not show up.



We changed



FROM

.lables-new { position:absolute; left:0px; top:0px; width:46px; height:46px; background:url(images/lables.png) no-repeat [color=#ff0000]0 0;[/color] }



TO

.lables-new { position:absolute; left:0px; top:0px; width:46px; height:46px; background:url(images/lables.png) no-repeat [color=#008000]0 23[/color]; }



don't know much about css but it seems that it was trying to place the image location at 0.0 which was not showing up. Once we changed it to 0.23 it was working.



Also none of it is showing up on the home page. Have to try and figure that one out.

old topic but is there any free plugin availabe for ver 4?

[url=“http://www.iecsp.com/en/cs-cart-4-free-addons-product-labels.html”]http://www.iecsp.com/en/cs-cart-4-free-addons-product-labels.html[/url]