m3442a Posted January 13, 2022 Share Posted January 13, 2022 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 More sharing options...
Darussalam Posted January 29, 2022 Share Posted January 29, 2022 Hi, I want to enable editing of the Address Alias during checkout as well. Did you ever figure it out? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now