craftcms / docs

Documentation for Craft CMS, Craft Commerce, and other official products.
https://craftcms.com/docs
38 stars 144 forks source link

[5.x]: Stores - location in twig #611

Closed bartdigitalpulse closed 2 weeks ago

bartdigitalpulse commented 1 month ago

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 2 weeks ago

Yep, right you are! Fixed in 7d9fe71.