how can i call PhoneNumber in Current Shopping Carts in ADMIN?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 年 前
hello, please help me

i want to call address phone number to current shopping carts

i tried as in the code, tried to do the same as customer line which was already there and my version doesn't work

//details grid
                                detailInit: detailInit,
                                scrollable: false,
                                columns: [
                                    {
                                        field: "CustomerId",
                                        title: "@T("Admin.CurrentCarts.Customer")",
                                        template: '<a href="@Url.Content("~/Admin/Customer/Edit/")#=CustomerId#">#:CustomerEmail#</a>'
                                    }, {
                    field: "PhoneNumber",
                                        title: "@T("Admin.Address.Fields.PhoneNumber")",
                    width: 150
                  },


how can i call customer phone number from address if there is a phone number?

by the way i am using nop 3.9

thanks
3 年 前
can some one help please?
3 年 前
how to call the Phone Number template and show the phone number?

{
field: "PhoneNumber",
title: "@T("Admin.Address.Fields.PhoneNumber")",
width: 150
}
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.