Jump to content

Activate "Alias" Address Texfield on Checkout


m3442a

Recommended Posts

Hello guys, 

i try to get visible the Address Alias field on the Registration / Checkout Site as a textfield. Now in CustomerAddressForm.php the alias will automatic hidden add into the DB:

if (empty($address->alias)) { $address->alias = $this->translator->trans('My Address', [], 'Shop.Theme.Checkout'); }

But here is one Problem: if i would add a different Invoice Address, i cannot change the Alias for the second one as "InvoIce Address". The only way to change the Ailas is if i going to my Addresses and edit the Address. And there is a active texfield call Alias Name: Why i cannot find this on the checkout or on the New Registration Form? And how can i implement that?

Thanks for help

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...