Ejemplo n.º 1
0
 protected function setUp()
 {
     $this->_model = new Mage_Catalog_Model_Product_Attribute_Backend_Tierprice();
     $this->_model->setAttribute(Mage::getSingleton('Mage_Eav_Model_Config')->getAttribute('catalog_product', 'tier_price'));
 }
Ejemplo n.º 2
0
 /**
  * Set attribute instance
  * 
  * @param Mage_Catalog_Model_Resource_Eav_Attribute $attribute
  * 
  * @return Mage_Catalog_Model_Product_Attribute_Backend_Price
  */
 public function setAttribute($attribute)
 {
     parent::setAttribute($attribute);
     $this->setScope($attribute);
     return $this;
 }