Closed andreaskoch closed 7 years ago
Hello @andreaskoch,
Thank you for your report and interest in Magento system. The behavior that you have described in expected in Magento 2. Address template settings do not have any impact on checkout process anymore (address tiles on shipping step and address information in the sidebar on the billing step). This was a requirement and was done on purpose. However we do have plans to improve address information rendering on checkout in future in order to make it more flexible (internal ticket MAGETWO-63402).
Thank you once again for the report. This ticket will be closed. Thank you for understanding. Regards,
oh boy... we're using prefix and suffix to have a unified way to store title and gender and a relation in between, displaying them both doesnt make any sense so we need to customize this too.
@andreaskoch did you end up implement a custom renderer?
Where are the form templates or what controls them? Someone had the inane sense to place a dependent field (state/province) above it's determinant field (country) and we need to change the order so it makes logical sense.
Can somebody tell me what is the status about this? I'm confused! I am working in Magento 2.4.5 and indeed the templates are not used in checkout, and is critical for my implementation. It makes no sense to not use the templates... Why do you make magento such a complicated mess?
The Customer Address Templates that are defined in the Magento backend (
Backend > Stores > Settings > Configuration > Customers > Customer Configuration > Address templates
) are in places, but not the checkout.see: Magento User Guide: Marketing > Communications > Sales Documents > Customer Address Templates
Preconditions
Steps to reproduce
Goto
Backend > Stores > Settings > Configuration > Customers > Customer Configuration > Address templates
and change the the HTML address template to something like this:Clear the caches
Guest Checkout
Registered User Checkout
Expected result
It would be great if you could change the default templates of the checkout to use the formatted addresses like you do it in other places like the order confirmation mail, the order view and the print version of the order:
Not using the address templates for the checkout is not what I would expect and in my opinion leads to unnecessary implementation efforts, inconsistencies, duplicate code and bugs for the address formatting.
Actual result
The checkout does not use the address templates: