Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin: order details page does not display custom address attributes for billing address #7618

Open
Manuel-Innovapps opened this issue Mar 7, 2025 · 0 comments

Comments

@Manuel-Innovapps
Copy link
Contributor

4.80.4

Custom address attributes are only displayed for the shipping address, and not for the billing address

@if (!string.IsNullOrEmpty(Model.ShippingAddress.FormattedCustomAddressAttributes))
{
<div class="form-group row">
<div class="offset-md-3 col-md-8 custom-attributes-view">
@Html.Raw(Model.ShippingAddress.FormattedCustomAddressAttributes)
</div>
</div>
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants