[5.x]: Stores - location in twig
bartdigitalpulse opened this issue · 1 comments
bartdigitalpulse commented
Product
Commerce
Description
https://craftcms.com/docs/commerce/5.x/system/stores.html#location
The example code:
{{ store.settings.address|address }}
Should probably be
{{ store.settings.locationAddress|address }}
store.settings doesn't have an address property.
AugustMiller commented
Yep, right you are! Fixed in 7d9fe71.