コード例 #1
0
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('template_description_definition');
     return parent::delete();
 }
コード例 #2
0
ファイル: Category.php プロジェクト: xiaoguizhidao/devfashion
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache')->removeTagValues('ebay_template_category');
     return parent::delete();
 }
コード例 #3
0
ファイル: Abstract.php プロジェクト: xiaoguizhidao/devfashion
 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
ファイル: Group.php プロジェクト: technomagegithub/magento
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache')->removeTagValues('ebay_listing_auto_category_group');
     return parent::delete();
 }
コード例 #6
0
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('ebay_template_shipping_calculated');
     return parent::delete();
 }
コード例 #7
0
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('amazon_template_shippingoverride');
     return parent::delete();
 }