-- HikaShop version -- : 2.3.4
-- Joomla version -- : 2.5.18
Hi,
I have a problem with the pdf plugin which attaches the invoice in pdf to the order email.
In the configuration i setup a custom invoice and order number as follows:
order number: W0{date format="my"}-{id size="5"}
invoice number: WI0{date format="my"}-{order_id size="5"}
Now in the emails it will show the right format. Also on the website under orders it will show the right format.
on front end if customer wants to print the invoice it will show like it shows on the attachement.
Also the pdf attachement will show the same thing.
Its like it processes the first tag, but skips the second one.
Any help would be appreciated.
Thanks,
Roger
ps. i did a quick test with invoice number: WI0{date format="my"}-{order_id} but then it will not show the 5 digit number just the 2 digit number.