How do we add a On Sale image to a product and display it on the product details page along wiht the category page?
Im using he following code for adding On Sale image in the category list page, and it gets me the desired result.
<?php $specialprice = Mage::getModel('catalog/product')->load($_product->getId())->getSpecialPrice();
if ($specialprice){?> <img src="<?php echo $this->getSkinUrl('images/onsale-img.png') ?>" width="68" height="68" class="onsaleicon" />
<?php } ?>
But im unable to get the same icon to continue onto the PRODUCT details page…
Any suggestions how i can make this happen…
Try this,
catalog/product/view.phtml
If you are intrested in commercial check this extension