Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Is there an way to get the Name of the order status for an order in Tea Commerce 3?
The OrderStatusId is available for an order but I can't see a way to get the Name for this status.
I'm trying to display the details for a customer's orders using Razor
Thanks,
Geoff
Hi Geoff
You can use the TeaCommerce.Api.Services.OrderStatusService.Instance.Get(storeId, orderStatusId)
Kind regardsAnders
Thanks Anders, That's what I needed
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to get Order Status Name
Hi,
Is there an way to get the Name of the order status for an order in Tea Commerce 3?
The OrderStatusId is available for an order but I can't see a way to get the Name for this status.
I'm trying to display the details for a customer's orders using Razor
Thanks,
Geoff
Hi Geoff
You can use the TeaCommerce.Api.Services.OrderStatusService.Instance.Get(storeId, orderStatusId)
Kind regards
Anders
Thanks Anders, That's what I needed
is working on a reply...