• Resolved michaelkuen

    (@michaelkuen)


    HI,

    Is there a way to add the current status of the Order to a Customized Template e.g. Pending, Processing, Completed etc.

    Thank you,

    Regards,

    Michael

Viewing 1 replies (of 1 total)
  • Plugin Contributor Mohamad

    (@mohamadntr)

    Hi @michaelkuen,

    If you have created a customized template, then you can get the order status using the code below to display it on your invoice:

    <?php echo $this->order->get_status(); ?>

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Add Status to CUstomized Template’ is closed to new replies.