Chaning the Invoice Reference and Invoice Description
-
Hi Ross,
Just a quick question, at the moment my invoices are showing the form number which is ‘3’ and the invoice descriptions as my site title. Is there a way to change the invoice reference to sequential numbers and the Invoice Description to a String?
I assume it has to do with these two lines below:
$eway->invoiceDescription = apply_filters(‘gfeway_invoice_desc’, $eway->invoiceDescription, $data[‘form’]);
$eway->customerReference = apply_filters(‘gfeway_invoice_ref’, $eway->customerReference, $data[‘form’]);
Thanks again for your help.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Chaning the Invoice Reference and Invoice Description’ is closed to new replies.