Add New Button

Hi,

I want to create a new button on order details page for customer and on click of that button i want to change the status of the the order. how can i do it?

CS-Cart does not allow to change order statuses by customer. Extra development is required to give such permissions

how can i allow customers to change the status of order?

So try to to call fn_change_order_status function from the store-front controller. Possibly it will work

did you mean orders frontend controller by store-frontend controller

Thanks its working now after adding change_status mode in orders frontend controller.

Thank you for letting us know it