Skip to content

Commit

Permalink
Add back missing region & country fields to order blueprint
Browse files Browse the repository at this point in the history
Not sure how these disappeared but they're back now.

Fixes duncanmcclean/simple-commerce#1123.
  • Loading branch information
duncanmcclean authored Aug 17, 2024
1 parent cd28854 commit b9b1da3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions resources/blueprints/collections/orders/order.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,26 @@ tabs:
listable: false
display: "Shipping Postal Code"
visibility: read_only
- 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
sidebar:
display: Sidebar
sections:
Expand Down

0 comments on commit b9b1da3

Please sign in to comment.