News:

Support the VirtueMart project and become a member

Main Menu

Changing email layout

Started by hajo, April 16, 2013, 10:00:19 AM

Previous topic - Next topic

hajo

Hello,

I'am looking in the wrong direction I think.

I want to change the email layout that goes to the client after the order is made.

I changed it in the mail_html_notify.php in /mytenplate/html/com_virtuemart/productdetails
And I tried a few other mail php files refered to. All in mytemplate/html/....

So it schould change I think.  But nothing happens.

All the other overrides work.

Where do I go wrong?

VM 2.0.20b
J 2.5.9.

With regards

Hajo


jenkinhill

The order email templates are in  joomla_root/components/com_virtuemart/views/invoice/tmpl/    - so these are the ones to use for creating your overrides.   If you already have override files for these then they will be in yourtemplate/plate/html/com_virtuemart/invoice/
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

hajo

#2
Thank You!

I'll ook into these files and see what I'll can do.

I see something els aswell. The link in the mail to show the order directs to the index.php. When i click the button, the order view is opened in the main site template, not the website template.

How can I can adjust the path in the link?

Hajo

If you are interested wher it will all lead to, I'll sent you a link.

Hajo

hajo

Dear mr Jenkinhil,

I've had no succes. Till I placed the override in the template folder of the main site. When I put it in the template folder of the webshop nothing happens.

Does joomla/vm looks into the main site template for email?