duncanmcclean / simple-commerce

A simple, yet powerful e-commerce addon for Statamic.
https://statamic.com/addons/duncanmcclean/simple-commerce
Other
143 stars 36 forks source link

[5.x] Add augmentation to Country & Region fieldtypes #921

Closed duncanmcclean closed 11 months ago

duncanmcclean commented 11 months ago

This pull request adds augmentation to the Country & Region fieldtypes, allowing you to do things like this when dealing with order information:

{{ billing_region:name }}

{{ billing_country:name }}

Previously, you could only get the country/region ID, then you'd need to lookup the name using a custom tag or something similar.

github-actions[bot] commented 11 months ago

Released as part of v5.5.0.