rsabr
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Create Product API call issueHi,
Thanks for you response but the application I am trying to integrate this to is old and this will not be possible for some very specific reasons. I was hoping this would be possible to do in WC API since that plug-in I mentioned does it in some way.Forum: Plugins
In reply to: [WooCommerce] WC api documentation site on github is extremely slowHi Andrew,
Thanks for the response.
I tried all three major browsers and still having issues. I very much doubt internet since I am experiencing same problem in the office and at home and all other websites I access work fine.Actually I had missed it but I guess what I was looking for is the Method Title
method_title\”:\”Fedex.G\”,\”method_id\”:\”alg_wc_shipping\”,\”instance_id\”:\”11\”
Thanks for the response.
Forum: Plugins
In reply to: [WooCommerce] Enabling Debug Causes all sorts of problems on the siteHI,
Thanks for the response but I figured it out.
I added the following commands to the wp-config.php
define( ‘WP_DEBUG_DISPLAY’, false );
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );These allowed me to log the errors and not display the HTML on the site which was causing the site to be unusable. Thanks again.
- This reply was modified 7 years, 9 months ago by rsabr. Reason: ...forgot to set the resolved flag