Skip to content

Commit 7d9fe71

Browse files
committed
Fix store address property name in Twig
1 parent e43a312 commit 7d9fe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commerce/5.x/system/stores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Each store has an [address](addresses.md) that represents its physical location.
105105
106106
```twig
107107
{% set store = order.store %}
108-
{{ store.settings.address|address }}
108+
{{ store.settings.locationAddress|address }}
109109
```
110110

111111
This address may also be used by plugins to calculate shipping or provide tax estimates.

0 commit comments

Comments
 (0)