Every time a new rental order gets saved from the front-end, no matter what the status is, the customer will be notified via email with a summary of the order and a link to the details page.

The email message for the customer is sent in HTML format and its content is generated through a PHP Template-File that can be customized. If the customer is not receiving this message, make sure that the configuration setting "Send Order eMail with JUtility" is enabled. Only Windows servers could try to disable that configuration setting but it's always recommended to use the Joomla! native classes for sending the email messages so that parameter should be Enabled.

The Template-File that generates the content of the email message is the following:
/components/com_vikrentcar/helpers/email_tmpl.php

By downloading the file with an FTP client like FileZilla and by opening it with a good text-editor, you will be able to customize the layout of the email message with different colors and contents.
The file contains mostly HTML code as well as some special elements that will be replaced with values such as Pick up Date, Drop off Date, Locations, Customer Information etc.. you can easily locate this syntax because each element is enclosed within curly brackets. Example: {customer_info}.

All the language definitions used for the email message can be found in the .INI translation files for both front-end and back-end because the email message for the customer could also be re-sent from the administrator section. So, if you are willing to change any definition, you should do it from the following language files:

- /administrator/language/en-GB/en-GB.com_vikrentcar.ini
- /language/en-GB/en-GB.com_vikrentcar.ini

Last Update: 2015-07-07 22:36
Helpful?
100% of people found this helpful.
This site uses cookies. By continuing to browse you accept their use. Further information