Mage_Rss_Helper_Order Class Reference
List of all members.
Detailed Description
Default rss helper
- Author:
- Magento Core Team <core@magentocommerce.com>
Definition at line 32 of file Order.php.
Member Function Documentation
getStatusHistoryRssUrl |
( |
$ |
order |
) |
|
Definition at line 42 of file Order.php.
00043 {
00044 $key = $order->getId().":".$order->getIncrementId().":".$order->getCustomerId();
00045 return $this->_getUrl('rss/order/status', array('_secure' => true, '_query'=>array('data'=>Mage::helper('core')->encrypt($key))));
00046 }
isStatusNotificationAllow |
( |
|
) |
|
Definition at line 34 of file Order.php.
00035 {
00036 if (Mage::getStoreConfig('rss/order/status_notified')) {
00037 return true;
00038 }
00039 return false;
00040 }
The documentation for this class was generated from the following file: