Coupon Management

Coupons are a great way to offer discounts and rewards to your customers, and can help promote sales across your shop.

Click Here For More information about this

Note: We are not provided support of Products wise Coupon

Order Tracking Management

To manage customer order's status, you have to add custom order notes with json formate.

Add all order notes with "Note to customer" option.

For Example: If order is processing then add order notes with "Note to customer" option.

{
"status":"Processing",
"message":"Your order has been accepted. Seller has processed your order."
}

For Pending payment:

{
"status":"Pending payment",
"message":"Order received, no payment initiated. Awaiting payment (unpaid)."
}

For Failed:

{
"status":"Failed",
"message":"Your order has been failed due to some of the reason."
}

For Completed:

{
"status":"Completed",
"message":"Your order has been completed."
}

For Shipped:

{
"status":"Shipped",
"message":"Your order has been Shipped via Ekart Logistics. \n\nEkart Logistics - FMB89746655"
}

For On hold:

{
"status":"On hold",
"message":"Your order has been hold due to some of the reason."
}

For Canceled:

{
"status":"Canceled",
"message":"Your order has been Canceled."
}