Public Member Functions | |
getOrder () | |
getPrintShipmentUrl ($shipment) | |
getPrintAllShipmentsUrl ($order) |
Definition at line 34 of file Items.php.
getOrder | ( | ) |
Retrieve current order model instance
Definition at line 41 of file Items.php.
00042 { 00043 return Mage::registry('current_order'); 00044 }
getPrintAllShipmentsUrl | ( | $ | order | ) |
Definition at line 50 of file Items.php.
00050 { 00051 return Mage::getUrl('*/*/printShipment', array('order_id' => $order->getId())); 00052 }
getPrintShipmentUrl | ( | $ | shipment | ) |
Definition at line 46 of file Items.php.
00046 { 00047 return Mage::getUrl('*/*/printShipment', array('shipment_id' => $shipment->getId())); 00048 }