Jump to content

[Solved bug] Problem loading categories.


202ecommerce

Recommended Posts

Hello everyone, 

we found that you are more to be a bug on loading categories. 

 

To solve this problem please in your FTP: 

go to the "Modules" folder => "eBay" => "ebay.php" click on "view / edit", then look for the "private function _displayFormCategory" function and discuss the following part: 

 

 

That is switch:

 

if (isset ($ configs ['EBAY_CATEGORY_LOADED']) |! |! $ configs ['EBAY_CATEGORY_LOADED']) 

                         {

                                    EbayRequest $ ebay = new (); 

                                    EbayCategory :: insertCategories ($ ebay-> GetCategories (), $ ebay-> getCategoriesSkuCompliancy ()); 

                                    $ this-> setConfiguration ('EBAY_CATEGORY_LOADED', 1); 

                                    $ this-> setConfiguration ('EBAY_CATEGORY_LOADED_DATE', date ('Ymd H: i: s')); 

                         } 

  to 

 

/ / If (isset ($ configs ['EBAY_CATEGORY_LOADED']) |! |! $ Configs ['EBAY_CATEGORY_LOADED']) 

                         / / {

                                    EbayRequest $ ebay = new (); 

                                    EbayCategory :: insertCategories ($ ebay-> GetCategories (), $ ebay-> getCategoriesSkuCompliancy ()); 

                                    $ this-> setConfiguration ('EBAY_CATEGORY_LOADED', 1); 

                                    $ this-> setConfiguration ('EBAY_CATEGORY_LOADED_DATE', date ('Ymd H: i: s')); 

                         / /

If the problem persists please contact us: 

 

Regards, 

202 ecommerce

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...