Deal Plazza Version : 1.1 | Cannot say perfect, but near best ! ;)

dongeyoung,

But, i m still having the email problem. How to edit email template?
I cannot find the file to edit....

I think it's located under multiple locations, not really sure with that because i'd never really playing Virtuemart email format deeply :D, 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 weeks ago #7 by andy

Please Log in or Create an account to join the conversation.

Mr. sikumbang,

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?
12 years 4 weeks ago #8 by EYOUNG

Please Log in or Create an account to join the conversation.

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 weeks ago #9 by andy

Please Log in or Create an account to join the conversation.

As I saw the code from

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?

:(:(
12 years 4 weeks ago #10 by EYOUNG

Please Log in or Create an account to join the conversation.

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 weeks ago #11 by EYOUNG

Please Log in or Create an account to join the conversation.

np dongeyoung :) Glad to know it solved
12 years 4 weeks ago #12 by andy

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum