Sort address fields

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

Sort address fields

Post by derJu » 23 Jan 2017, 08:15

hi

how can i sort the billing address fields?

I have tried:

Code: Select all

plugin.tx_aimeos.settings.client.html.checkout.standard.address.billing.mandatory {
   0 = order.base.address.salutation
   1 = order.base.address.firstname
   2 = order.base.address.lastname
   3 = order.base.address.address1
   4 = order.base.address.address2
   5 = order.base.address.postal
   6 = order.base.address.city
   7 = order.base.address.languageid
   8 = order.base.address.email
}
best regards
Attachments
Screen Shot 2017-01-23 at 09.10.17.png
Screen Shot 2017-01-23 at 09.10.17.png (50.3 KiB) Viewed 1553 times

User avatar
aimeos
Administrator
Posts: 7871
Joined: 01 Jan 1970, 00:00

Re: Sort address fields

Post by aimeos » 23 Jan 2017, 10:33

You have to overwrite the address template with your own one:
https://github.com/aimeos/ai-client-htm ... efault.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

Re: Sort address fields

Post by derJu » 23 Jan 2017, 13:04

Thank you, aimeos!

Post Reply