Hi,
In my backend I can't add new customer address.
With google console, I have this error:
Uncaught ReferenceError: customerAddresses is not defined
How fix it? Help me please.
Solved! Go to Solution.
It was a language problem. I have re-installed italian language and now all is ok.
Now I have this problem: https://community.magento.com/t5/Technical-Issues/Can-t-save-product-Duplicate-website-group-price-c...
Hi,
Do you have modified the Address Templates? Probably you have incorrect address template in System > Configuration > Customer Configuration > Address Templates. Here is the default value:
#{prefix} #{firstname} #{middlename} #{lastname} #{suffix}<br/>#{company}<br/># {street0}<br/>#{street1}<br/>#{street2}<br/>#{street3}<br/>#{city}, #{region}, #{postcode}<br/>#{country_id}<br/>T: #{telephone}<br/>F: #{fax}<br/>VAT: #{vat_id}
Please check the special characters and the right syntax for variables.
Regards,
It was a language problem. I have re-installed italian language and now all is ok.
Now I have this problem: https://community.magento.com/t5/Technical-Issues/Can-t-save-product-Duplicate-website-group-price-c...