コード例 #1
0
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache')->removeTagValues('marketplace');
     return parent::delete();
 }
コード例 #2
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Ebay_Listing_Product_Variation_Option');
 }
コード例 #3
0
ファイル: Order.php プロジェクト: ReeceCrossland/essua-m2epro
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Ebay_Order');
 }
コード例 #4
0
ファイル: Other.php プロジェクト: xiaoguizhidao/ecommerce
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Ebay_Listing_Other');
 }
コード例 #5
0
ファイル: SellingFormat.php プロジェクト: xiaoguizhidao/bb
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache')->removeTagValues('template_sellingformat');
     return parent::delete();
 }
コード例 #6
0
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('template_synchronization');
     return parent::delete();
 }
コード例 #7
0
ファイル: Account.php プロジェクト: newedge-media/iwantmymeds
 public function delete()
 {
     Mage::helper('M2ePro/Data_Cache_Permanent')->removeTagValues('account');
     return parent::delete();
 }
コード例 #8
0
ファイル: Group.php プロジェクト: newedge-media/iwantmymeds
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Ebay_Listing_Auto_Category_Group');
 }
コード例 #9
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Ebay_Template_Synchronization');
 }
コード例 #10
0
ファイル: General.php プロジェクト: xiaoguizhidao/beut
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Ebay_Template_General');
 }
コード例 #11
0
ファイル: Marketplace.php プロジェクト: xiaoguizhidao/beut
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Ebay_Marketplace');
 }
コード例 #12
0
ファイル: Description.php プロジェクト: xiaoguizhidao/beut
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Ebay_Template_Description');
 }
コード例 #13
0
ファイル: SellingFormat.php プロジェクト: xiaoguizhidao/beut
 public function _construct()
 {
     parent::_construct();
     $this->_init('M2ePro/Ebay_Template_SellingFormat');
 }