VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: JP79 on June 30, 2013, 22:13:15 PM

Title: Modify order confirmation email / activation page
Post by: JP79 on June 30, 2013, 22:13:15 PM
Hi,

1. How do I modify fields of the very first email sent to the customer: "order confirmation"-email? (looked the instructions by previous posts, but didn't succeed with them)

At the top of email (Vendor section) there are custom fields (made by me, which can't be hidden from VM's field management for some reason). Now I want to hide that 1 specific field from that confirmation email by editing code, but don't know how...

2. Refer previous: my question also could be how to disable some Vendor info fields permanently coming to nowhere?

3. And how do I edit the layout of "successful activation"-page, which comes if customer confirms his/her email address. Due to my plugin(?) that page doesn't use CSS for layout and it looks not so good. Any tips?
Title: Re: Modify order confirmation email / activation page
Post by: K&K media production on July 01, 2013, 00:33:24 AM
you need template overrides
http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core

original files for email and invoice:
components/com_virtuemart/views/invoice/tmpl/

activation page comes from joomla, files for users are located in:
components/com_users/views/
Title: Re: Modify order confirmation email / activation page
Post by: JP79 on July 02, 2013, 12:21:40 PM
Thanks for the answer.

I might have to get some help also from my friend to check those files, because I'd tried to look the code of them, but didn't find that vendor field - after that I could have done that override.