-
- Pablo Lopez

-
Total Posts: 51
Joined: 2008-01-17
|
Hi there, I’m trying to show the special price as it is displayed on the product listing.
The thing is that I’m retrieving a single product, with Mage::getModel(’catalog/product’)->load(id);
I know I can use getFormatedPrice() for the product’s price, but I’m also trying to show the promotional price
Thanks!
|