Customer¶
Click on the image to view a bigger version.
Customer Helpers¶
Some Twig helpers are available for your templates:
sonata_address_render(address, showName = true, showEditButton = false)displays a well-formatted address (needs anAddressInterfaceinstance or an array as a parameter):
- This helper uses the template
SonataCustomerBundle:Addresses:_address.html.twigto display the formatted address.- If
showNameis set to true, the name of the address will be displayed if available;- If
showEditButtonis set to true and an Address ID is provided, an edit button will be rendered as well.