mickeywf
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Australia Post Shipping] Aist Post Basic – debuggingHi caligra1tudrent,
Please upgrade your site with the latest version(1.0.1) of our Australia Post plugin to get the issue resolved.
Forum: Plugins
In reply to: [WooCommerce Australia Post Shipping] Australia Post Woo PluginHi caligra1tudrent,
Can you post the exact error message or a screenshot of it ? It will be helpful for us to understand it better.
Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Shipping not working need fixed ASAPHi mekahika,
I would suggest you to turn on debug mode from plugin settings page, to find out the issue.
Forum: Plugins
In reply to: [WooCommerce Stamps.com USPS Shipping Method] Can't get rates for GuamHi racingsolution,
If you have bought the theme from somewhere and you are going to update the theme automatically then yes, you could lose the code.
But, generally, people don’t change or update theme after completion of development. Updating plugins are more frequent and WordPress you have to update almost for sure.
So, it is up to you, check for which files you are not going to update.
If you are going to update everything including your theme then I would recommend you to keep this code in a safe place so that you can redo this after updates.
Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] I dont see UPS shipping methodHi sushiradio,
Unfortunately, our UPS plugin doesn’t appear under shipping zone. But you can specify available countries from plugin settings. As I can see from screenshot, you already have selected Canada and US. So you don’t need to specify for zones again. In cart/checkout page, it should appear only for your specified countries.
Forum: Plugins
In reply to: [WooCommerce Stamps.com USPS Shipping Method] Can't get rates for GuamHI racingsolution,
We have a code snippet for you which will add Guam as a state of USA. Add this code to your theme’s functions.php or any relevant place.
—————————————————————–
add_filter( ‘woocommerce_states’, ‘usa_woocommerce_states’ );function usa_woocommerce_states( $states ) {
$states[‘US’][‘GU’] = ‘Guam’;
return $states;
}
—————————————————————–Hope this helps.
Forum: Plugins
In reply to: [WooCommerce USPS Shipping Method Plugin] How to only use Flat Rate BoxesHi lilo346,
From plugin settings page you can toggle services as per your requirement. But for toggle flat rate boxes, you need to upgrade to premium version.
Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Price AdjustmentHi wmahler,
Using UPS premium version you can adjust the price for each service by fixed amount/percentage.
Also, you can generate shipment label there.
Hi craftymade,
It seems there is a bit confusion.
This thread is under USPS plugin and the current version of USPS plugin is 1.1.4.From your post, we have realized that you have installed UPS plugin.
Our current version of UPS plugin is 1.1.7, which is just released.I would request you to upgrade UPS plugin to version 1.1.7 to get the issue resolved.
Forum: Plugins
In reply to: [WooCommerce Stamps.com USPS Shipping Method] Can't get rates for GuamHi racingsolution,
This is a woocommerce issue. Our technical team is analyzing this issue. We will get back to you soon with the update.
Hi,
Thank you for the information provided above.
Regarding the problem of rates, kindly note that from the request provided by you, we can see that daily rates are being returned from UPS for Pickup type 01. UPS does not have a price calculator for daily rates available publicly.
However, UPS also charges other rates like Retail rates, etc depending upon the pickup. These features are available in our premium plugin.
Also, if you want us to verify the rates from the plugin, we can send an email to UPS technical support keeping you in the loop. We are confident the rates are correct. If UPS charged you more, then maybe they were charging you retail rates or any other rate.
Please note that our plugin selects product dimension and calculates shipping based on these dimensions. The free plugin has an option to calculate shipping individually. So if there are 2 products in the cart, the rates will be doubled.
In the premium plugin, we have other packing options like weight based packing and box packing.Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Won't quote out of state shippingHi scarydriver,
You are absolutely right. The zip code you have provided is from Washington. So If you select Washington in state dropdown instead of CA, it will start showing rate.
Hi johannesdietzel,
Our team has tried to replicate your issue. We had same dimensions,weight for the item in cart and origin postcode from 91915 to South Carolina, 29020 and got UPS ground rate $21.06.
As we have released our new version of this plugin with some fixes, I would request you to upgrade the version to the latest and try again.
If the problem persists then I would like to request you to post API request and response for analyzing it further.
You can active debug mode to from plugin settings get API request/response in cart page.
Note: Please remove all sensitive information/credentials from API request/response before posting here.
Forum: Plugins
In reply to: [DHL WooCommerce Shipping Method] WooForce DHL plugin not workingHi wearelittles,
If you are happy with our plugin, you can rate us on the product page ( review tab).
This would be a huge encouragement for us.
Let us know, if you have some query
Hi Philo,
After checking the API debug mode from the admin panel, go to cart/checkout page and try shipping calculator.