News:

Support the VirtueMart project and become a member

Main Menu

Modify order confirmation email / activation page

Started by JP79, June 30, 2013, 22:13:15 PM

Previous topic - Next topic

JP79

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?

K&K media production

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/

JP79

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.