Guest User

Untitled

a guest
Jun 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <div class="product-details">
  2. <p class="product-name"><a href="<?php echo $_item->getProductUrl()?>"><?php echo $this->escapeHtml($_item->getName())?>/a></p>
  3. <?php Mage::register('no_shippingcharges', true); echo this->getPriceHtml($_item, true, '-related') ?>
  4. <?php if ($this->helper('wishlist')->isAllow()) : ?>
  5. <a href="<?php echo $this->getAddToWishlistUrl($_item) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a>
  6. <?php endif; ?>
  7. </div>
  8.  
  9. <?php echo ($_item->getTimeOfDelivery); ?>
  10.  
  11. $_item->getAttributeText("time_of_delivery");
  12.  
  13. $_product->Mage::getModel("catalog/product")->load($_item->getId());
  14.  
  15. <?php echo $this->helper('catalog/output')->productAttribute($_item, $_item->getTimeOfDelivery(), 'time_of_delivery') ?>
Add Comment
Please, Sign In to add comment