You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimum order value for this service. If set, indicates that customers will have to spend at least this amount.
The text was updated successfully, but these errors were encountered:
eason9487
added
type: bug
The issue is a confirmed bug.
impact: high
This issue impacts a lot of users as reported by our Happiness Engineers.
priority: high
The issue/PR is high priority—it affects lots of customers substantially, but not critically.
and removed
impact: high
This issue impacts a lot of users as reported by our Happiness Engineers.
labels
Jul 15, 2024
I'd like to question the severity of this issue. As if I understand correctly, we indeed use the x free shipping threshold as the "No shipping under" instead of "Free shipping over," but we do so for the shipping group with cost == 0. So logically, it means zero-cost for orders over x.
So, instead of, creating one shipping group:
"Shipping rate 99.00, free shipping for orders over 987.00"
We create two
"Shipping rate 0, for orders over 987"
"Shipping rate 99.00, for all"
So, both, IMHO, describe more-or-less the same thing. I agree that they are not precisely the same, and it would be better for the merchant experience to create n/2 groups and use that field.
Another thing is that, in API docs, I didn't find a way to specify a free shipping threshold :/
puntope
added
priority: low
The issue/PR is low priority—not many people are affected or there’s a workaround, etc.
product sync
and removed
priority: high
The issue/PR is high priority—it affects lots of customers substantially, but not critically.
type: bug
The issue is a confirmed bug.
labels
Jan 2, 2025
I agree with @tomalec here. Google Service does create a single group for each threshold that is equivalent to the expected behaviour. So I'm setting this as low for now. Feel free @eason9487 to revert this if I'm missing something about the issue that makes it a High Prio Bug.
Describe the bug:
If there is a minimum order amount to get free shipping, it will be mistakenly synced to Google Merchant Center as a minimum spending threshold.
This issue occurs with shipping data obtained from WooCommerce core or set in this extension.
Steps to reproduce:
Using WooCommerce core shipping data
Using extension shipping data
Expected behavior:
The minimum order amount to get free shipping should be synced to Google Merchant Center as the Free shipping over amount.
Actual behavior:
The minimum order amount to get free shipping is synced to Google Merchant Center as the No shipping under amount.
Additional details:
Related codes:
The
minimumOrderValue
field in Content API for Shopping document:https://developers.google.com/shopping-content/reference/rest/v2.1/shippingsettings#service
The text was updated successfully, but these errors were encountered: