Guest User

Untitled

a guest
Oct 27th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $_product = Mage::getModel('catalog/product')->load($product->getId());
  2. $productBlock = $this->getLayout()->createBlock('catalog/product_price');
  3. echo $productBlock->getPriceHtml($_product);
Add Comment
Please, Sign In to add comment