Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. echo $this->getProduct()->getDeliveryTime();
  2.  
  3. $_product_helper = Mage::helper('catalog/output');
  4. echo $_product_helper->productAttribute($this->getProduct(), $this->getProduct()->getDeliveryTime(), 'delivery_time');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement