How can I see the checkout attributes in Order detailed page?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 years ago
Hi all,
I allowed customers to enter message with the checkout attributes in their shopping cart checkout page, but I had a hard time finding where are customers' messages in the admin. Would anyone teach me how to see customers' checkout message info in the order detailed page?
Thank you!
2 years ago
1. add one checkout attribute as text input (you have done already)

2. put text at the time of checkout (you have done already)

3. now check at admin order details bottom of products
2 years ago
Thank you so much! It helps a lot!
1 year ago
what about when its a Multivendor marketplace, we can see the checkout attributes at the order page, at the admin panel, but at the vendor panel checkout attributes of the order are not there.
1 year ago
It's done by design, but you can easily change it by editing the file:
   \Areas\Admin\Views\Order\_OrderDetails.Products.cshtml

Remove
  && !Model.IsLoggedInAsVendor
from
    @if (!string.IsNullOrEmpty(Model.CheckoutAttributeInfo) && !Model.IsLoggedInAsVendor)
    {
1 year ago
thank you very much :):)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.