News:

Looking for documentation? Take a look on our wiki

Main Menu

SOLVED: Emailed Invoice: How to edit Mainbody content?

Started by alinajenon, January 05, 2015, 19:34:53 PM

Previous topic - Next topic

alinajenon

Hi,

I have figured out how to edit the footer and header for the email that is sent to customers after they complete a purchase. However, I can't seem to figure out how/where to edit the main body. The area just above the footer, has excessive words and is entering the wrong phone number.

Specifically, this is the content I would most like to edit (found just above the footer):

"Thank you for purchasing at North American Safety FR
North American Safety FR
555-555-1212 North American Safety FR"

Thank you for any suggestions you have. I've attached a screenshot of the email.

Using
VM: 2.6.10
Joomla: 2.5.27
website: http://www.ordersafetyfr.com


[attachment cleanup by admin]

GJC Web Design

perhaps
components\com_virtuemart\views\invoice\tmpl\mail_html_vendor.php

or
components\com_virtuemart\views\invoice\tmpl\mail_html_vendor_more.php

??
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

alinajenon

hmm... I tried that, but nothing seemed to change... ergh. I feel like this should be such a simple answer, but I can't figure it out. Thanks for the suggestion.

jjk

I think you have to look into the text fields at VirtueMart > Shop > Vendor tab (Description, Terms of Service, Legal Information) and also read the last line in the 'Invoices' tab.
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

alinajenon

Hi jjk,

Thank you. That worked for part of it. However, I still can't seemed to change this area...

Thank you for purchasing at North American Safety FR
North American Safety FR
555-555-1212 North American Safety FR

Any other thoughts?

jjk

Quote from: alinajenon on January 06, 2015, 21:57:05 PM
Any other thoughts?
No other idea at the moment, except checking the templates GJC Web Design mentioned above already. Do you use a third party invoice extension?
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

alinajenon

No third party that I am aware of... the templatemonster support staff sent me to change it here:

updatesmigration.php file from  administrator\components\com_virtuemart\models\ folder (this is where the 555-555-1212 language is found next to $fields['vendor_phone'] = )

But when I edited it, saved, and tested the check out/invoiced email ... I still had teh 555-555-1212 show up in my emailed invoice.

alinajenon

finally figured it out...

it was almost the components\com_virtuemart\views\invoice\tmpl\mail_html_vendor_more.php, but instead of vendor, it was the mail_html_footer.php file.

Thanks for everyone's suggestions!

GJC Web Design

AAAAAAAAAAAARRRRRRRRRRRGGGGGGGGGG

of course -- _vendor is the one sent to the vendor - sorry - had brain fade..
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation