I was browsing some old posts and came across some ns script that supposedly adds a little icon to items that are on sale...I see that this only shows once you click on the actual page.
Does anyone know if it is possible to create a little icon or descriptor that would display on the actual product list page (search results...the thumbnails) that would show if their are quantity discounts available?
I would like to avoid having to do this manually through an image program...
Any ideas? (below is the code for the on sale icon that I found)
CODE
<ns:if condition="Product.CustomerPrice < Product.MsrpPrice"><img src="/martinidesign/sale-show.gif" /></ns:if>