mickeywf
Forum Replies Created
-
Forum: Plugins
In reply to: [Fedex WooCommerce Shipping Method Plugin] Plugin not workingHi Dynaweb,
Those screenshots provided by you is having your FedEx account number meter no and other credentials. It is recommended to delete all those, as others can see that.
And for the rate issue, it will be helpful if you can provide API request and response found on cart/checkout page.
Again, this API request will have all your account no, meter no etc, remove them before posting.
Forum: Plugins
In reply to: [Fedex WooCommerce Shipping Method Plugin] Plugin not workingHi Dynaweb,
Please double check plugin settings and used credentials. If still, problem persists, you can turn debug mode on from plugin settings and check API request/response in your cart/checkout page to analyze the issue better.
Note: As this is a public forum, please remove all sensitive data from API request/response before posting here.
Hi hintafa,
Not exactly in functions.php. Search the line in the plugin and wherever you find the first line just add the latter right after.Hello,
In this case, there should be a hook called ‘admin_menu’ to create menu.add_action( ‘admin_menu’, array( $this, ‘admin_menu’ ) );
After that line just add a new line
add_action( ‘network_admin_menu’, array( $this, ‘admin_menu’ ) );
You can try this one to show menu in multi sites 🙂
Hi HighRoller,
If we activate our plugin to configure under shipping zones, then user have to manage the configuration for each zone. There is no master settings. Many of our clients doesn’t like to go to each zone and enter details every time.
We are in communication with woocommerce guys regarding this. So, for the time being we are not activating it under Shipping Zone.
But, our plugin have the option to restrict the countries by using the method availability option in the settings.
Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Shipping is not workingHi Jman,
Please turn the debug mode on from admin settings and send us the API request and response. So we can analyze the issue. Please remove all sensitive data from request/response before posting it here.Hi gerrybakker,
If you install our UPS plugin, carrier names will be shown in braces along with UPS rates.Also, you can change the name of the carrier from plugin settings.
Hello,
Please select all the services from admin settings and check origin zip code.If still the problem persists then turn on debug mode and check the api request/response in the cart/checkout page find the issue.
Note: if you post your debug request/response here, please make sure that you have remove all sensitive data from it. As it will contain your credentials.
Forum: Plugins
In reply to: [Fedex WooCommerce Shipping Method Plugin] Smart Post IssueHi John,
I don’t recommend anyone to post all their credentials here. I have asked for second request/response in your debug mode.
What I have tried is, to check your debug details in first place. I didn’t think you will post all those details. If I would have got any clue about this surely I would have warned you about this.
Anyways sorry for the inconvenience caused.
Forum: Plugins
In reply to: [Fedex WooCommerce Shipping Method Plugin] Smart Post IssueHi John,
I am afraid that after posting a comment only 5 min time they give to revert. After that we can’t even edit it.And in your debug mode request/response there should be a second request and response (which is supposed to be for smarpost). Here the response you have posted, I can’t see the second request/response. If you can provide me that request/response then I can assist you better.
Forum: Plugins
In reply to: [Fedex WooCommerce Shipping Method Plugin] Smart Post IssueHi John,
As you have selected SmartPost hub, now I request you to check your debug mode request again. There should be two FexEx request and two responses respectively. On the latter request, you should get ‘SmartPostDetail’ node. Also, check that response whether you are getting rate there or not.What exact error message you are getting ?
Forum: Plugins
In reply to: [DHL WooCommerce Shipping Method] Support for DHL shipping plugin setupHi wearelittles,
This is a public forum. So I request you to remove all your confidential data (Site ID, Password etc), while posting.From your API response it is showing height is a non deciamal number.
Configure your product dimensions to avoid the issue.Forum: Plugins
In reply to: [Fedex WooCommerce Shipping Method Plugin] Smart Post IssueHi John,
Please make sure that you have selected your smartpost hub from admin settings.Forum: Plugins
In reply to: [DHL WooCommerce Shipping Method] Support for DHL shipping plugin setupHi wearelittles,
In admin settings, turn on debug mode. So you can see API request and response to check whether any error occurred or not.
Hope this helps you to fix the issue.