Gerhard Potgieter
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Shipping] DHL Labels?DHL labels are only available for international shipments at this stage.
Forum: Plugins
In reply to: [WooCommerce Shipping] More than One Package per Orderhi @mindykatzen
You can use the Edit Shipments features to achieve this. You can then create additional shipments for your different boxes and purchase labels for each shipment. The only caveat at present is that you can only create additional shipments as long as not all items on the order has been assigned to a shipment, once all items have been assigned to a shipment and those shipments have labels purchase you cannot create more shipments to purchase more labels. The latter we are working on adding support for in a future release.
Forum: Plugins
In reply to: [WooCommerce Shipping] Create a second shipping labelHi @mindykatzen
You should already be able to “split” your shipments into different boxes and purchase separate labels for each as long as you account for all the items in your order across the different shipments.
The issue described here is to purchase additional labels once you have already purchased labels for all items on your order.
Forum: Plugins
In reply to: [WooCommerce Shipping] Taiwanese Currency PresentationHey @timthefoolman, I can confirm this is a bug in how we fetch the currency for displaying the order details, instead of fetching it from the order we are currently using the store currency.
It is worth noting that this is only applicable on the values of the order information, with regards to the prices of shipping labels and in what currency that will be charged in, that will continue to be USD as we only support that at present for purchases of shipping labels.
We will work on a fix for the order values and let you know once it is fixed.
Forum: Plugins
In reply to: [WooCommerce Shipping] UPS no longer works?Hi @plcexchange, you’d be happy to know that since 1.3.0 we have added discounted UPS label purchases to WooCommerce Shipping. No needing to sign up for your own UPS accounts and configuring, this all just works through WooCommerce Shipping’s native label purchase functionality.
Forum: Plugins
In reply to: [WooCommerce Shipping] Getting rates before package changeHi @harleec, just letting you know we release 1.3.1 earlier today that addresses the address validation at checkout issue.
As for the fetching of rates when changing the package, this is a regression in our UI as part of trying to streamline the label purchase process, we will look into improving this flow, however for now there is no immediate fix. What you can try is ensuring all your products have correct dimensions and weights defined, these would then pull through to the label purchase and the weight calculations should not need changing.
Regarding the notice, I cannot make out if the screenshot is for the notice, but if you have access to wp cli you can run
wp option update wcshipping_migration_completed_shown trueor go towp-admin/options.phpon your site and findwcshipping_migration_completed_shownand enter a 1 in the input and click the update botton to make it disappear.Forum: Plugins
In reply to: [WooCommerce Shipping] Getting rates before package changeHi @harleec
Yesterday, I installed the plugin and now I can’t get rid of the message, “Your shipping settings and label history…” I click the ‘X’ to clear the message, but it keeps coming back on every screen.
The notice is dismissed via an ajax request. Can you please use your browser inspector, go to the network tab and then with it open click the
Xagain. It should show a call toadmin-ajax.php. If possible screenshot us the Payload and Response tabs of that request so we can investigate why it is not dismissing for you.When preparing to create a label, the rates are being retrieved for the previous package selection. Since I have to frequently change the package and/or weight, I have to wait for the plugin to finish retrieving the rates before I can make the change. Are you aware that you’re getting the rates before I’ve selected the package?
This is a feature to speed up label creation, if you do not want this you can disable the
Remember last package selectionsetting under WooCommerce -> Settings -> Shipping -> WooCommerce Shipping.Finally, one other issue is that the address validation at checkout doesn’t work. I entered two valid addresses, including my home address, and an error message is displayed. You can try the following address: 3136 West Border Links, Visalia, CA 93291.
I can confirm there seems to be a bug with checkout address validation, we will prioritise a fix. In the mean time there is also auto address validation when creating the label which should cover the address validation for now.
Forum: Plugins
In reply to: [WooCommerce Shipping] unable to print labels due to JSON error@robrem108 would you be able to open a ticket on https://woocommerce.com/my-account/contact-support/ and then also create a login for as per https://woocommerce.com/document/create-new-admin-account-wordpress/ so we can run some tests on this issue.
We are still not 100% sure the issue is related, so want to do some tests to get to the bottom of what the cause is.
I believe something is causing an error on your site (could be another plugin or the theme) and this is breaking the response for printing the label causing the above error.
Forum: Plugins
In reply to: [WooCommerce Shipping] Possible conflict with Stripe plugin – CORS errorI spent some time debugging this issue a bit more for you today. I believe the error might be related to us attaching an event listener in the address validation script to a global event. Since stripe is loaded via an iframe, the browser thinks we are also trying to attach to the stripe iframe events and thus throwing the CORS error.
It is worth noting that this is not an error in the sense that it would break any functionality, but I have created an issue for us to investigate and fix our event listening to only attach to events on the current page and not global events that will include iframes.
Since this is not a critical error I cannot guarantee when we will implement the fix, but I can mention that we have it logged and will get to it in due course.
Hope that helps and brings you some assurance.
Forum: Plugins
In reply to: [WooCommerce Shipping] Buy label button not showingHi @krowchuk-dressage, can I please ask you you create a ticket at https://woocommerce.com/my-account/contact-support/ and with that create for us temporary login details to your site as per https://woocommerce.com/document/create-new-admin-account-wordpress/
I have a hunch as to what might be the problem, but will need to look into your site settings to confirm first.
Hi @lisaupdike, could you perhaps provide details as to what you are using the 2nd address line for? Address verification is done on the whole address, if you are using the 2nd line for entering non address related text then chances are good it will not verify.
That said, the destination address does not need to be verified in order to create a shipping label for it, the verification is just an extra step used to ensure the address you want to ship to is valid and know by the shipping carriers.
Forum: Plugins
In reply to: [WooCommerce Shipping] unable to print labels due to JSON errorHi @robrem108, sorry to hear you are having issues and thanks for providing us with a stack trace of the issues.
The issue appears to be with the WooCommerce plugin and not the WooCommerce Shipping plugin, the WooCommerce team is aware of the issue and a fix is in the works.
Forum: Plugins
In reply to: [WooCommerce Shipping] !!! Unable to print USPS postage to Canada!!Hi @darkstarmagick, sorry to hear about your issues.
Please note that due to the Canada Post strike, USPS has temporarily suspended service to Canada. Please see this link for more information.
We will let you know once service resumes again.
Forum: Plugins
In reply to: [WooCommerce Shipping] Rate not found: FirstForum: Plugins
In reply to: [WooCommerce Shipping] Rate not found: First@spi1199 See my video below on how I was able to purchase First Class for the package with your dimension. When I say custom package I mean you should not save it, the bug happens when you save the custom package. A fix should go out Monday.