Deal Plazza Version : 1.1 | Cannot say perfect, but near best ! ;)
- Posted by andy (759) Offline
dongeyoung,
, but I found a few mail related templates in the folder :
<root>/components/com_virtuemart/views/invoice/ (see img attachment)
to make your work safer, do not edit the files directly on (it's a bit risky, you can loose your moficatione when updating Virtuemart) but copy the invoice folder first to :
<root>/templates/deals_plazza/html/
and modify the files from there
12 years 4 months ago #7
by andy
I think it's located under multiple locations, not really sure with that because i'd never really playing Virtuemart email format deeplyBut, i m still having the email problem. How to edit email template?
I cannot find the file to edit....

<root>/components/com_virtuemart/views/invoice/ (see img attachment)
to make your work safer, do not edit the files directly on (it's a bit risky, you can loose your moficatione when updating Virtuemart) but copy the invoice folder first to :
<root>/templates/deals_plazza/html/
and modify the files from there

Please Log in or Create an account to join the conversation.
- Posted by EYOUNG (12) Offline
Mr. sikumbang,
So, means copy to there then can override the previous 1?
12 years 4 months ago #8
by EYOUNG
copy the invoice folder first to :<root>/templates/deals_plazza/html/ and modify the files from there
So, means copy to there then can override the previous 1?
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Yes, it's the joomla template override function.
When a joomla web loaded, joomla engine will check the html folder inside the active template first.
If a template for particular component exist there, then joomla will use it, if not then joomla will use the default one that exist in the component folder.
12 years 4 months ago #9
by andy
When a joomla web loaded, joomla engine will check the html folder inside the active template first.
If a template for particular component exist there, then joomla will use it, if not then joomla will use the default one that exist in the component folder.
Please Log in or Create an account to join the conversation.
- Posted by EYOUNG (12) Offline
As I saw the code from
Actually, if can find the vendor_name data, and change the old one.
Then no need to change the code and solve the problem, right?
But where to change?

12 years 4 months ago #10
by EYOUNG
mail_html_footer.php
/* GENERAL FOOTER FOR ALL MAILS */
echo JText::_('COM_VIRTUEMART_MAIL_FOOTER' ) . ''.$this->vendor->vendor_name.'';
echo '';
echo $this->vendor->vendor_name .''.$this->vendor->vendor_phone .' '.$this->vendor->vendor_store_name .' '.$this->vendor->vendor_store_desc.''.$this->vendor->vendor_legal_info;
Actually, if can find the vendor_name data, and change the old one.
Then no need to change the code and solve the problem, right?
But where to change?


Please Log in or Create an account to join the conversation.
- Posted by EYOUNG (12) Offline
I think I find the solution.
Jz find data and modify as attach images.
Anyway, thx so much 'sikumbang'. Without u without solution.

12 years 4 months ago #11
by EYOUNG
Jz find data and modify as attach images.
Anyway, thx so much 'sikumbang'. Without u without solution.


Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline