Edit label template
-
Hello,
I need to change Referenznr.: order_12345 to an invoice number from another plugin. Here is the code to get it:
// Getting invoice number
$invoice = wcpdf_get_invoice( (array) $order->get_id(), true );
$invoice_number = $invoice->get_number();
$plain_invoice_number = $invoice_number->get_plain();How can I edit the label template to change it and still keep the plugin updates?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.