Home / Forums / WoodMart support forum / We integrate with an inventory software called Fishbowl and after updating the REST API is not connecting with their software.
Home › Forums › WoodMart support forum › We integrate with an inventory software called Fishbowl and after updating the REST API is not connecting with their software.
We integrate with an inventory software called Fishbowl and after updating the REST API is not connecting with their software.
- This topic has 45 replies, 2 voices, and was last updated 5 years, 2 months ago by
Artem Temos.
-
AuthorPosts
-
April 15, 2021 at 2:28 pm #283262
daniel@limeworks.usParticipantOk, I am in contact with Fishbowl and am trying to see whether their developers can assist with the issue.
April 15, 2021 at 2:32 pm #283265OK, let us know if you have any further details.
April 15, 2021 at 5:15 pm #283304
daniel@limeworks.usParticipantHi, they aren’t able to do anything else on their end. They only make sure the plugin is compatible with Woocommerce not necessarily themes.
April 16, 2021 at 6:16 am #283434Hello,
Unfortunately, we are not able to troubleshoot anything there as well. We don’t see any issues in the logs on your website. Moreover, other requests work fine except this “Test connection”.
We are not asking to check the compatibility with our theme, just provide some error logs. Otherwise, we can’t do anything either.Kind Regards
April 16, 2021 at 1:34 pm #283599
daniel@limeworks.usParticipant“To see detailed logs of your Fishbowl Server, you can go to the Data Module in the reporting section. Then, depending on how detailed you need the logs to be, you can adjust them in the Tools>Module Options>Logging tab and you can change how much detail is written. Next, once you have selected your level of logging, exit the module options and then click the “Server Log” button in the toolbar. This is where the logs are found within Fishbowl.”
April 19, 2021 at 7:23 am #284208We have found that log window but don’t see any logs regarding WooCommerce integration and “Test connection” button https://gyazo.com/526387e3ae9b27edc160e52de6ce660d
April 19, 2021 at 1:01 pm #284328
daniel@limeworks.usParticipantAnother user let me know that they found an error that you can check:
The error results from the fact that before returning the correct results, the store’s API appends the following html code at the beginning:
<link rel=”stylesheet” id=”wd-section-title-css” href=”domain.com/wp-content/themes/woodmart/css/parts/el-section-title.min.css?ver=6.0.2″ type=”text/css” media=”all” /> <link rel=”stylesheet” id=”wd-info-box-css” href=”domain.com/wp-content/themes/woodmart/css/parts/el-info-box.min.css?ver=6.0.2″ type=”text/css” media=”all” /> <link rel=”stylesheet” id=”wd-image-hotspot-css” href=”domain.com/wp-content/themes/woodmart/css/parts/el-hotspot.min.css?ver=6.0.2″ type=”text/css” media=”all” /> <link rel=”stylesheet” id=”wd-photoswipe-css” href=”domain.com/wp-content/themes/woodmart/css/parts/lib-photoswipe.min.css?ver=6.0.2″ type=”text/css” media=”all” />
This makes it impossible to decode data from JSON format.
April 19, 2021 at 1:52 pm #284343It might help. Could you please provide us your FTP access as well?
April 19, 2021 at 2:49 pm #284363
daniel@limeworks.usParticipantHere are those credentials.
April 20, 2021 at 6:36 am #284501Please, check your FTP access https://prnt.sc/11qjfjs
We are not able to connect with this password.April 20, 2021 at 12:47 pm #284680
daniel@limeworks.usParticipantPlease try this password:
April 20, 2021 at 1:28 pm #284693The same problem with this password as well.
April 20, 2021 at 1:47 pm #284702
daniel@limeworks.usParticipantPlease try again. I just changed your access level.
April 21, 2021 at 6:45 am #284924Try to add the following PHP code snippet to the child theme functions.php file to fix this
function woodmart_enqueue_inline_style( $key ) { if ( function_exists( 'wc' ) && wc()->is_rest_api_request() ) { return; } WOODMART_Registry()->pagecssfiles->enqueue_inline_style( $key ); }April 21, 2021 at 1:34 pm #285106
daniel@limeworks.usParticipantThat worked! Thank you for working on this for us.
April 21, 2021 at 1:34 pm #285108Great, you are welcome! The fix will be included in our next theme update.
-
AuthorPosts
The topic ‘We integrate with an inventory software called Fishbowl and after updating the REST API is not connecting with their software.’ is closed to new replies.
- You must be logged in to create new topics. Login / Register