Ejemplo n.º 1
0
 protected function _addSpecialAttributes(array &$attributes)
 {
     parent::_addSpecialAttributes($attributes);
     $attributes['quote_itglace_qty'] = Mage::helper('salesrule')->__('Quantity in cart');
     $attributes['quote_itglace_price'] = Mage::helper('salesrule')->__('Price in cart');
     $attributes['quote_itglace_row_total'] = Mage::helper('salesrule')->__('Row total in cart');
 }
Ejemplo n.º 2
0
 protected function _addSpecialAttributes(array &$attributes)
 {
     parent::_addSpecialAttributes($attributes);
     $attributes['quote_item_qty'] = Mage::helper('Mage_SalesRule_Helper_Data')->__('Quantity in cart');
     $attributes['quote_item_price'] = Mage::helper('Mage_SalesRule_Helper_Data')->__('Price in cart');
     $attributes['quote_item_row_total'] = Mage::helper('Mage_SalesRule_Helper_Data')->__('Row total in cart');
 }
Ejemplo n.º 3
0
 protected function _addSpecialAttributes(array &$attributes)
 {
     parent::_addSpecialAttributes($attributes);
     $helper = Mage::helper('points');
     $attributes['quote_item_qty'] = $helper->__('Quantity in cart');
     $attributes['quote_item_price'] = $helper->__('Price in cart');
     $attributes['quote_item_row_total'] = $helper->__('Row total in cart');
 }
Ejemplo n.º 4
0
 protected function _addSpecialAttributes(array &$attributes)
 {
     parent::_addSpecialAttributes($attributes);
     $attributes['type_id'] = Mage::helper('urapidflow')->__('Product Type (system)');
 }