VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: hoknight on May 14, 2013, 12:08:11 PM

Title: language overrides in the invoices
Post by: hoknight on May 14, 2013, 12:08:11 PM
Hi,

How does language overrides in the PDF invoice that automatically generate into email?
Or how can I disable the automatic generate PDF invoice attached into the email.

VM 2.0.18
Joomla 2.5.11

Thanks.
Title: Re: language overrides in the invoices
Post by: Mathalis on May 14, 2013, 19:31:38 PM
Hello,

PDF generation use standard Joomla's language files. To override thse file, you have to go in "overrides" directory under "language" main default joomla's directory.
You can use or create some files with syntax xx-XX.override.ini where xx-XX corresponding of installed language in Joomla.

To avoid to send a bill in email sent to customer, go in COnfiguration/Checkout tab, under "Default Order Status to send an invoice" option and supress all option.

Hope these'll help you.

Regards
Title: Re: language overrides in the invoices
Post by: hoknight on May 15, 2013, 03:27:55 AM
Thank You Mathalis!

Quote from: Mathalis on May 14, 2013, 19:31:38 PM
Hello,

PDF generation use standard Joomla's language files. To override thse file, you have to go in "overrides" directory under "language" main default joomla's directory.
You can use or create some files with syntax xx-XX.override.ini where xx-XX corresponding of installed language in Joomla.

To avoid to send a bill in email sent to customer, go in COnfiguration/Checkout tab, under "Default Order Status to send an invoice" option and supress all option.

Hope these'll help you.

Regards