xadapter
Forum Replies Created
-
Forum: Plugins
In reply to: [Fedex WooCommerce Shipping Method Plugin] Set Default Country and StateHi Calebelliot,
You can use the following snippet to fulfil this :
*************************************************************
add_filter( ‘default_checkout_billing_country’, ‘change_default_checkout_country’ );
add_filter( ‘default_checkout_billing_state’, ‘change_default_checkout_state’ );function change_default_checkout_country() {
return ‘XX’; // country code
}function change_default_checkout_state() {
return ‘XX’; // state code
}
***********************************************
Hope this works for you.Forum: Plugins
In reply to: [Fedex WooCommerce Shipping Method Plugin] authentication error 1000Hi Ramjionline,
The details provided by you are incorrect. I checked with these in my website and suspect that in most probability the account number details may have been mixed up between test and live credentials. Kindly check that.
If that does not work, then we request you to approach FedEx team once with all the 4 details. They will identify the exact field which is causing the problem.
Hi Mcdesign,
The curl problem can be fixed by asking your hosting provider to check the certificate.
Regarding your query of weight and dimensions, yes, it is mandatory to provide weight and dimensions to the products in the free version.
However, the premium version has an additional feature “weight based” shipping using which you can do shipping with only weight. So no need to provide dimensions for that.Thank you for your feedback. Appreciate it.
– For cloning rules, we are planning to introduce ‘Save as New’ button while editing the rules on future releases.
– It will help if you can explain in detail about the integration features you are looking forward to with PoS plugin.Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Multiple UPS AccountsHi @sekretaryuk,
Our team has a code snippet available using which you can switch accounts based on destination address. However, the snippet is available for the premium version. Unfortunately, with the free version, this solution is not available.
Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Connection errorHi hopps1945,
Great to know that it is fixed.
If you like our plugin or support, you can always drop in a review here.We are here to help always.
Hi William,
This seems to be an account number related issue. Kindly call 1-800-468-8823(UPS helpdesk) to resolve this issue. With this error, you will be unable to process any shipments using this account number.
Forum: Plugins
In reply to: [WooCommerce Shipping Pro with Table Rate] I cant using basic versionHi shainskiy,
Can you please raise this as an issue here as everything seems to be working fine at our end? I will let our experts check it and help you resolve it quickly.
Forum: Plugins
In reply to: [WooCommerce Shipping Pro with Table Rate] I cant using basic versionHi Shainskiy,
Yes, the basic plugin will definitely work. Can you please explain to us the exact problem so that we can help?
Hi Masud270,
Marking the ticket resolved does not take away the edit option.
I can still see the edits of my comments.
However, if you cannot find the edit option, just change the details in your store and try to remove the details here.Also, regarding marking the products as variable, you can do that by following the screenshot here :
https://ibb.co/jy0t07Hope this helps!
As soon as you pasted your last answer(not the most recent one), you would have got an email with the post ID in it.
Kindly click on the URL with the post ID which will show you to edit the answer. If you cannot delete it, just edit it.
Also, you had not provided the weight and dimensions to the variations, hence the problem was occurring.
I have attached a screenshot of the cart page showing the rates after providing the dimensions and weight. Kindly check it.
Note : Kindly delete all your account and login details as this is a public forum and as per wordpress policy this is not correct.
Screenshot : https://ibb.co/iyFb3S
Hi Masud270,
Kindly do not share your login or account details as this is a public forum. Please delete the above threads.
Hi @masud270,
No worries.
Can you please share with us the request and response info so that we can check it?Just enable the debug mode in settings page and then :
– go to the cart page and try to place an order.
You will get a request and response.
Send it to us so that we can check it.Note : Make sure that you remove all account specific info from the request and response before sending it here.
Forum: Plugins
In reply to: [DHL WooCommerce Shipping Method] Wrong shipping cost calculated