예제 #1
0
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('template_description_definition');
     return parent::delete();
 }
예제 #2
0
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache')->removeTagValues('ebay_template_category');
     return parent::delete();
 }
예제 #3
0
 public function delete()
 {
     if (is_null($this->getId())) {
         throw new LogicException('Method require loaded instance first');
     }
     $temp = parent::delete();
     $this->childMode = NULL;
     $this->childObject = NULL;
     return $temp;
 }
예제 #4
0
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('buy_template_newproduct');
     return parent::delete();
 }
예제 #5
0
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache')->removeTagValues('ebay_listing_auto_category_group');
     return parent::delete();
 }
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('ebay_template_shipping_calculated');
     return parent::delete();
 }
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('amazon_template_shippingoverride');
     return parent::delete();
 }