Page 1 of 1

Sort address fields

Posted: 23 Jan 2017, 08:15
by derJu
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

Re: Sort address fields

Posted: 23 Jan 2017, 10:33
by aimeos
You have to overwrite the address template with your own one:
https://github.com/aimeos/ai-client-htm ... efault.php

Re: Sort address fields

Posted: 23 Jan 2017, 13:04
by derJu
Thank you, aimeos!