cancel
Showing results for 
Search instead for 
Did you mean: 

Customer account path

SOLVED

Customer account path

Greetings!

Some time ago I needed to add a 34 characters limit to the address field in the checkout page and in the registration form. No big deal, added a simple maxlength="34" and worked like a charm.

 

Now I find myself in the need of adding the same limit to the address field when someone changes his/her billing and shipping address in the address book inside the options of his/her account. The URL for that is www.domain.com/customer/address/

 

Any idea about the path where I can find this?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Customer account path

Hi @simone_romeo,

 

Following two files for edit address from my account .

app/design/frontend/rwd/default/template/customer/address/edit.phtml
app/design/frontend/base/default/template/customer/address/edit.phtml

Check which one is fit for you.  Following file is base.

app/design/frontend/base/default/template/customer/address/edit.phtml
-----
If Issue Solved, Click Kudos and Accept As solutions.
Sohel Rana, 7x Magento 2, 2x Magento 1 Certified

View solution in original post

2 REPLIES 2

Re: Customer account path

Hi @simone_romeo,

 

Following two files for edit address from my account .

app/design/frontend/rwd/default/template/customer/address/edit.phtml
app/design/frontend/base/default/template/customer/address/edit.phtml

Check which one is fit for you.  Following file is base.

app/design/frontend/base/default/template/customer/address/edit.phtml
-----
If Issue Solved, Click Kudos and Accept As solutions.
Sohel Rana, 7x Magento 2, 2x Magento 1 Certified

Re: Customer account path

Thank you @Sohel!

The base one worked flawlessly, you've been very helpful!