Problem with php for invoice comp

Before you ask about IDnR Addon see the VirtueMart - Invoice, Delivery Note and Receipt Addon
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48041
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem with php for invoice comp

Post by Jan »

Hi, maybe your php error reporting is off so you cannot see the php error...

You have added the string into the end of the file, but they should be added before the parenthesis ")" ends

after:
'VM_VENDOR_UPDATED' => 'The Vendor has been updated.'

don't forget to add the coma after:
'VM_VENDOR_UPDATED' => 'The Vendor has been updated.'
so:
'VM_VENDOR_UPDATED' => 'The Vendor has been updated.',

Jan
If you find Phoca extensions useful, please support the project