Order Completion Emails

By default,VPCART will automatically email both the merchant and the customer when an order has been completed. These emails contain extensive details about the order, including prices, name and address and products ordered (VPCART does not include credit card information in these emails for security reasons).

 

You can turn one or both of these emails off using the shop configuration.

 

Xemailcustomer

Setting this to Yes means VPCART will send your customer a confirmation email when they submit an order.

Xemailmerchant

Setting this to Yes means VPCART will send the merchant a confirmation email when a customer submits an order.

 

VPCART can send both HTML formatted email and plain text email.

 

To specify whether to send HTML or text emails from your site, you need to set the following option in your shop configuration.

 

Xemailformat

Setting this to HTML means VPCART will HTML emails. Setting this to Text means VPCART will send text emails.

 

If you want to send your emails using templates that you have customized, you need to set the following in your shop configuration.

 

 

Xemailwithtemplates

Setting this to Yes tells VPCART to send emails using templates, which you can customize. Setting this to No means VPCART will send emails using the default code.

Xmerchantemail

The filename of the template to use as the merchant email. Default is tmp_merchantemail.txt.

Xcustomeremail

The filename of the template to use as the customer email. Default is tmp_customeremail.txt.