예제 #1
0
 public function save()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('template_description_definition');
     return parent::save();
 }
예제 #2
0
 public function save()
 {
     Mage::helper('M2ePro/Data_Cache')->removeTagValues('ebay_template_category');
     return parent::save();
 }
예제 #3
0
 public function save()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('ebay_template_return');
     return parent::save();
 }
예제 #4
0
 public function save()
 {
     if (!is_null($this->childMode) && is_null($this->getData('component_mode'))) {
         $this->setData('component_mode', $this->childMode);
     }
     $temp = parent::save();
     $this->childObject = NULL;
     return $temp;
 }
예제 #5
0
 public function save()
 {
     Mage::helper('M2ePro/Data_Cache')->removeTagValues('ebay_listing_auto_category_group');
     return parent::save();
 }
예제 #6
0
 public function save()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('template_newproduct_core');
     return parent::save();
 }
 public function save()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('amazon_template_shippingoverride');
     return parent::save();
 }