We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, by default, the shipping address for the order model does not contain a country or a region.
simple-commerce/resources/blueprints/collections/orders/orders.yaml
Line 287 in cfea471
latest
The text was updated successfully, but these errors were encountered:
That's odd. I certainly didn't intend to remove those fields.
I'll add them back when I get a chance.... or if someone beats me to it, I'd accept a PR.
Sorry, something went wrong.
f9109a2
I've fixed this for future installs. For existing sites, you'll need to add the fields manually:
- handle: shipping_region field: max_items: 1 mode: default display: "Shipping Region" type: region icon: region width: 50 listable: hidden visibility: read_only - handle: shipping_country field: max_items: 1 mode: default display: "Shipping Country" type: country icon: country listable: hidden width: 50 visibility: read_only
Add back missing region & country fields to order blueprint
b9b1da3
Not sure how these disappeared but they're back now. Fixes duncanmcclean/simple-commerce#1123.
Thank you sir!
No branches or pull requests
Description
Currently, by default, the shipping address for the order model does not contain a country or a region.
Steps to reproduce
simple-commerce/resources/blueprints/collections/orders/orders.yaml
Line 287 in cfea471
Environment
latest
The text was updated successfully, but these errors were encountered: