How to cancel a order after invoice generation?



  • I want to cancel order after creating invoice. I can see the cancel button is not there. If I remove/comment

    @if ($order->canCancel())
    

    then it says "Order can not be canceled".


Log in to reply