Dan
Forum Replies Created
-
Forum: Plugins
In reply to: [Weight Based Shipping for WooCommerce] Shipping ZonesThe key thing to check: in WooCommerce, you don’t assign shipping methods to zones — it’s the other way around. Go into each of your new shipping zones and add the WBS shipping method there. Once you’ve added it inside the zone, you’ll be able to configure it independently for each one. Click Edit to see and edit WBS rules in the zone’s method.
There was a temporary connectivity issue with the API which is fixed at the moment.
Please check if it works for you now. Make sure to reset the shipping cache by changing cart contents.
Forum: Plugins
In reply to: [USPS Simple Shipping for Woocommerce] No rates showingHello @tamhan,
Thank you for the report.
There was a temporary connectivity issue with the API. It’s fixed now.
Please check if it works for you now. Make sure to reset the shipping cache by changing cart contents.
Forum: Plugins
In reply to: [Weight Based Shipping for WooCommerce] Bump versionHi @rvola,
Thank you for the report.
The release process used to publish new WBS versions at the moment doesn’t include an option to tag the latest stable version. We’ll see if we can improve that in the future.
Hello @daydull,
It looks like the key presses aren’t correctly detected as ones inside a text input.
Could you attach screenshots or a video?
Updating the checkout page on user selection is a core WooCommerce function that should work correctly for all supported product types. It’s not controlled by Weight Based Shipping. It might be affected by other plugins or the current theme. To quickly check if that’s the case, temporarily disable all other plugins and switch to the default theme and make sure it works correctly now. Then, get things back one at a time until the issue is reproducible again. Now you know the culprit.
Hi @frendeliko, the latest stable version is in trunk. You can install it with
composer require wp-plugin/weight-based-shipping-for-woocommerce:dev-trunk.Forum: Plugins
In reply to: [Weight Based Shipping for WooCommerce] Polylang problemThank you for sharing your solution!
Forum: Plugins
In reply to: [Location Pack for WooCommerce] Fatal error o php 8.2Hi @beneris,
Thank you for the report. Please check if the 1.13.0 update helps with this issue.
Hello @kannanest,
To determine shipping costs for an order, the table is scanned from top to bottom. When a matching row is found, its cost and title are displayed at checkout as a shipping option. If additional matching rows are found, their costs are added to the total of that shipping option. If a subsequent matching row has a different title, the shipping option’s title is reset to the table’s title as a fallback.
As a result, a table produces one shipping option at max. To offer multiple shipping options, create a separate table for each.
Forum: Plugins
In reply to: [Weight Based Shipping for WooCommerce] Translate Shipping TitlesHello @gatsman,
At the moment, integration with Polylang is not planned.
The retirement notice has been removed in 1.18.0.
Please let us know if you encounter any issues with the update.
Forum: Plugins
In reply to: [USPS Simple Shipping for Woocommerce] API Retirement Banner fixThank you for the report.
The retirement notice has been removed in 1.18.0.
Forum: Plugins
In reply to: [USPS Simple Shipping for Woocommerce] Which Flat Rate When?For each service family, such as Priority Mail, the plugin works the following way:
1. Take all services that are turned on in the settings, such as Small Flat Rate Box.
2. Discard services that are not applicable to the order item, due to its size and weight.
3. From the available services, find the lowest-prices one and display it to the customer.