Page 1 of 1

HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Wed May 07, 2008 6:58 am
by justsimon
I guys i have searched the web and the forum but cant get the exact file name or path. I want to edit the email sent out to client by Virtuemart. In the order confirmation email i want ot include my Bank details.

Please help... File name, and path will be a great help.

Thx

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Wed May 07, 2008 3:06 pm
by likeapinion
Path is administrator\components\com_virtuemart\html\templates\order_emails.

And the file name is your default language of your virtuemart :D

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Wed May 07, 2008 5:17 pm
by justsimon
Well there seems to be a problem here in the path...

is administrator\components\com_virtuemart\html\templates\order_emails.

i only have

administrator\components\com_virtuemart\html\ ..... php files not templates director?

what no :( :)

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Thu Oct 02, 2008 9:13 pm
by brandonjp
Not sure about Joomla 1.x and earlier VM installs....
BUT, for anyone else who found this thread like I did, if you're using Joomla 1.5 + VirtueMart 1.1.2 then:
components/com_virtuemart/themes/default/templates/order_emails/confirmation_email.tpl.php
Again, this is for VM 1.1 users

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Thu Jan 15, 2009 9:31 pm
by coolrastajoe
I actually had the same issue by a customer. Email template did not exist...Thanks for the tip. Anyway i will upgrade virtuemart..

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Tue Mar 03, 2009 11:01 am
by dewinkel
If you are using J1.0x and still would like to know where to edit the order-emails:

The correct path is not:
administrator\components\com_virtuemart\html\templates\order_emails

but:
root_of_your_joomlasite/components/com_virtuemart/themes/default/templates/order_emails/confirmation_email.tpl.php


Hope this helps anyone :pop

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Tue Jul 07, 2009 1:47 am
by ebloss
Greetings!

I'm using Joomla 1.5.9 and VirtueMart 1.1.3. I found the email template, but the part I want to modify is the section $payment_info_details. The CVV should NOT be transmitted in the email! Where do I go to take that out of the confirmation email?

Thanks in advance!!

Emily

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Thu Jul 23, 2009 9:42 am
by ausnets
administrator/components/com_virtuemart/html/templates/order_emails/


..this is where I found it in J 1.0.15 and VM 1.0.15

Cheers...

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Thu Jul 23, 2009 11:44 pm
by jaydenl
Here's a link to the current location of the email templates:

http://virtuemart.net/documentation/Dev ... lates.html

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Fri Sep 18, 2009 2:36 pm
by Rynoceros
@ebloss

Did you ever figure out how to get the CVV to be hidden or removed? I'm trying to find a solution for this problem right now.

Thanks!

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Thu Sep 24, 2009 10:15 pm
by presman
Hi,
You can try to use the VirtueMart Emails Manager (by InteraMind).
It gives you the ability to edit VirtueMart emails via HTML editor and add all kinds of dynamic data for your order.

Edit VirtueMart email

This is a new component, so I think it works only for Joomla 1.5 :(

Cheeers,

Yoel

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Mon Jul 19, 2010 11:00 pm
by dangdesigns
To remove CC info:

/components/com_virtuemart/themes/VM_THEME/templates/order_emails/confirmation_email.tpl.php.

Line 272 - <td><b class="Stil2"><?php echo $payment_info_lbl ?></b></td>
LIne 276 - <td><?php echo $payment_info_details ?></td>

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Tue Jul 27, 2010 12:47 am
by holly_schulz
What if I need to post a Javascript in the header of this page for a "Checkout Survey"? I am so lost when it comes to PHP, I really need some help, and it's very appreciated.... :)

Re: How to edit Virtuemart`s Order COnfirmation Email

Posted: Tue Jul 27, 2010 5:45 pm
by dangdesigns
you should be able to add your js to that same file, as it compiles the email in a table (above I noted how to remove the cells containing the credit card info).

You should be able to add rows/cells to the beginning of the document and it would place them at the top of the email.

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Fri Feb 18, 2011 6:25 pm
by gexpert
if you can access MySQL database, directly change it in "jos_vm_user_info". Click the pen icon to edit. When complete, don't forget making Mail Settings in Global Configuration to take effect.

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Thu Mar 17, 2011 9:39 pm
by CDWM
I updated VM to 1.1.7 and the order confirmation is no longer calling the customized version in components/com_virtuemart/themes/CUSTOM_THEME/templates/order_emails/confirmation_email.tpl.php

This custom theme is still selected in the store admin.

What file needs to be changed in the new VM version to take out things like payment info, Coupon Discount: $0.00, etc?

Thanks in advance...

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Fri Mar 18, 2011 1:40 pm
by CDWM
ok...I got this figured out: the confirmation_email.tpl.php is just the layout template for the info in administrator/components/com_virtuemart/classes/ps_checkout.php

I found the stuff I had commented out and did the same in the updated file.

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Thu Oct 27, 2011 8:55 pm
by nutz
I am using Joomla 1.5 and VM 1.1.3.
VM is not sending order confirmation email to users after i enabled the VM login module.

Is that due to a conflict between VMlogin module and the order confirmation email?

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Thu Nov 24, 2011 7:34 pm
by biggparis
Hello Nutz,

I am using Joomla 1.5 and VirtueMart 1.1.3 too, and I have exactly the same problem : VirtueMart is not sending order confirmation email to users! Did you eventually find a solution?

Thanks

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Fri Dec 09, 2011 8:58 pm
by yommytec
Have you had sent mails to VM? I never had the same problem with VM. I got order confirmation emails wonder why you guys are not getting your.

Did you check your spam folders?

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Tue Feb 28, 2012 2:17 pm
by steevnc
I am having a slightly different problem.
SPECS: Joomla 1.5.25 and Virtuemart 1.1.9
Problem:
Customer goes to my store. Purchases two products on one order. She received two order emails. I, as the administrator, received two emails; "order 5" (this was because I had four previous sales through my store) said it was pending and "order 6" which said it was confirmed. She paid through virtuemart's paypal payment system and well, I received a notice from Paypal as well (no problem with that of course). Now, as the administrator receiving two emails, makes it look like this customer ordered a total of four items on two separate orders. Unless you looked at the order status, you would not have seen that one of the orders was pending.
I think what is happening here is that Virtuemart is sending out an email prior to paypal authorizing the payment. And then, once Paypal authorizes the payment, another email gets sent out confirming the order (sort of, again).
So, how do I fix this?
Additional 2 questions:
1. How do I get Dwolla to work with Joomla and Virtuemart?
2. How can I tax only those customers purchasing products that reside in the same state as I do business in? I believe the way that internet business is run (please correct me if I an wrong) is that when a customer residing in a state other than the state that your business is in, they do not pay tax. But if a person lives in the same state, they are subject to that state's tax bracket.

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Sat Mar 03, 2012 5:56 pm
by patrickb12
steevnc wrote:I am having a slightly different problem.
SPECS: Joomla 1.5.25 and Virtuemart 1.1.9
Problem:
Customer goes to my store. Purchases two products on one order. She received two order emails. I, as the administrator, received two emails; "order 5" (this was because I had four previous sales through my store) said it was pending and "order 6" which said it was confirmed. She paid through virtuemart's paypal payment system and well, I received a notice from Paypal as well (no problem with that of course). Now, as the administrator receiving two emails, makes it look like this customer ordered a total of four items on two separate orders. Unless you looked at the order status, you would not have seen that one of the orders was pending.
I think what is happening here is that Virtuemart is sending out an email prior to paypal authorizing the payment. And then, once Paypal authorizes the payment, another email gets sent out confirming the order (sort of, again).
So, how do I fix this?
Additional 2 questions:
1. How do I get Dwolla to work with Joomla and Virtuemart?
2. How can I tax only those customers purchasing products that reside in the same state as I do business in? I believe the way that internet business is run (please correct me if I an wrong) is that when a customer residing in a state other than the state that your business is in, they do not pay tax. But if a person lives in the same state, they are subject to that state's tax bracket.
That might be a better question to be asked at the virtuemart's forum. Good luck either way.

Re: HOw to edit Virtuemart`s Order COnfirmation Email

Posted: Mon Mar 12, 2012 2:22 pm
by tittbit
holly_schulz wrote:What if I need to post a Javascript in the header of this page for a "Checkout Survey"? I am so lost when it comes to PHP, I really need some help, and it's very appreciated.... :)
well u can just put a simple two line code in ur file <?php
include 'path to ur file'; ?>

now just create a blank php file and put your javascript there and in above code put ur file path in between quotes.

thats it