AbanteCart Community

Shopping Cart Operations => Support => Topic started by: Gleaf on October 08, 2014, 10:56:38 PM

Title: Address format edit doesn't work --- Solved !
Post by: Gleaf on October 08, 2014, 10:56:38 PM
New fresh installation of V1.1.9, the default US address format is already there, I added Canada address format as the same:

{firstname} {lastname}
{company}
{address_1}
{address_2}
{city}, {zone} {postcode}
{country}

But in the address on order confirmation e-mails from both country, zone is moved to the next line, how to fix this ? 

First Name  Last Name
company
address_1
address_2
city  postcode
zone
country


I searched here and found another post mentioned this, but didn't see a solution. I cleared cache, still doesn't work. It worked for me when I use V1.1.5.
Title: Re: Address format edit doesn't work
Post by: Gleaf on October 11, 2014, 02:18:11 PM
Any suggestions?  Tried many times, the address format doesn't change, the same as no format settings.

Is there something need to be done in C_panel? (permission?), please help if you know any information of this issue.

Thanks.
Title: Re: Address format edit doesn't work ---update
Post by: Gleaf on October 12, 2014, 06:04:55 PM
After test again and again, I fund:

If checkout as registered customer, the address format does not change as set in Localization-Countries.

If checkout as guest, the address in confirmation e-mail is just in the correct format.

Any idea about this?
Title: Re: Address format edit doesn't work
Post by: Basara on October 13, 2014, 02:53:57 AM
Bug confirmed. It will be fixed in next releases
Title: Re: Address format edit doesn't work
Post by: abolabo on October 14, 2014, 04:50:01 PM
to solve it quick just replace file public_html/storefront/model/account/address.php by attached
Title: Re: Address format edit doesn't work
Post by: Gleaf on October 15, 2014, 11:08:43 PM
to solve it quick just replace file public_html/storefront/model/account/address.php by attached

Replaced, problem solved.

Thanks so much !