Esempio n. 1
0
 /**
  * Add special attributes
  *
  * @param array $attributes
  */
 protected function _addSpecialAttributes(array &$attributes)
 {
     parent::_addSpecialAttributes($attributes);
     $attributes['quote_item_qty'] = Mage::helper('salesrule')->__('Quantity in cart');
     $attributes['quote_item_price'] = Mage::helper('salesrule')->__('Price in cart');
     $attributes['quote_item_row_total'] = Mage::helper('salesrule')->__('Row total in cart');
 }