コード例 #1
0
 public function save()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('account');
     return parent::save();
 }
コード例 #2
0
 public function save()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('amazon_template_description');
     return parent::save();
 }
コード例 #3
0
ファイル: Synchronization.php プロジェクト: xiaoguizhidao/bb
 public function save()
 {
     Mage::helper('M2ePro/Data_Cache')->removeTagValues('template_synchronization');
     return parent::save();
 }
コード例 #4
0
 public function save()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('template_sellingformat');
     return parent::save();
 }
コード例 #5
0
ファイル: Listing.php プロジェクト: xiaoguizhidao/ecommerce
 public function save()
 {
     Mage::helper('M2ePro/Data_Cache')->removeTagValues('listing');
     return parent::save();
 }