Pages:

How can you edit your sent emails to say extra information?

Julian_Jackson

No avatar

2007-01-12 09:37

How can you edit your sent emails to say extra information?

My recieved emails from customers have the following on them:

------------------------
Your delivery address
------------------------
First and last name: xxxxxxxx
Street: xxxxxxxx
Postal code: xxxxxxxx
City: xxxxxxxx
Phone: xxxxxxxx

------------------------
Below are products from Your order
------------------------
- xxxxxxxx (Quantity: x, Summary price: xx.xx)
- xxxxxxxx (Quantity: x, Summary price: xx.xx)

------------------------
Delivery and summary costs
------------------------
Courier: NZ Post 1-3 working days NZ wide (Price: x.xx)

Summary cost: xx.xx



I would like them to be able to say payment options on them, for example adding something like this into emails sent to customers:

Bank account number: xx xxxxxx xxxxxx xxxx
Payee: xxxxxxx xxxxxx
Please add your Order ID as the reference code

Julian_Jackson

No avatar

2007-01-12 09:58

I am running QC V 2.0

panos

No avatar

2007-01-12 10:12

Julian_Jackson

i thing QC V 2.0 not sent emails customers yet

but you can add this info from messages.tpl

panos

trzykas

Avatar: trzykas

2007-01-13 13:42

you have to edit sendOrderToClient.tpl in template directory there is the e-mail format :>
good luck

trzykas

panos

No avatar

2007-01-13 14:06


i see now

edit en_sendOrderToClient.tpl and change content (e-mail info)

Courier: $aCourier[sName] (Price: $aCourier[fPrice])

Summary cost: $fSummary

Bank account number: xx xxxxxx xxxxxx xxxx
Payee: xxxxxxx xxxxxx
Please add your Order ID as the reference code


<!-- END EMAIL_FOOT -->

<!-- BEGIN NOT_FOUND --><!-- END NOT_FOUND -->

panos

trzykas

Avatar: trzykas

2007-01-13 21:50

right you can put there what you only want ;]

trzykas

idaryl

Avatar: idaryl

2007-01-15 01:51

Hey Julian

did you get this to work OK?

Let me know

panos

No avatar

2007-01-15 02:23

idaryl this work for me

panos

idaryl

Avatar: idaryl

2007-01-16 00:36

Going to try it on my next load of QC2.0

Let me know

panos

No avatar

2007-01-16 03:27

i have this for QC v:1.3 if you wish

panos

panos

No avatar

2007-01-16 03:45

You can see .
customers recieved emails with order from your shop
in http://p-gr.info/mypage/getit.JPG

panos

Shearer

No avatar

2007-01-28 17:32

i really need this, can you help me ?

panos

No avatar

2007-01-28 17:36

Shearer

your v:1.3 ???

panos >>>> My Freelance

Shearer

No avatar

2007-01-28 17:43

Yes

Shearer

No avatar

2007-01-28 17:44

i have tryet to do what you say, butt i cant get it to work. do i need htmlMailOrderDetails plugin install to or just the sendOrderToClient plugin ?

panos

No avatar

2007-01-28 17:45

ok i copy page


templates/htmlMailOrderDetails.tpl


<!-- BEGIN HEAD_EMAIL -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$config[language]" lang="$config[language]">

<head>
<title>$sTitleBefore $config[title]</title>
<meta http-equiv="content-Type" content="text/html; charset=$config[charset];" />
<meta name="Description" content="$config[description]" />
<meta name="Keywords" content="$config[keywords]" />
<meta name="Author" content="OpenSolution.org" />

<style type="text/css">@import "$config[shop_root]$config[dir_theme]$config[template]";</style>
<style type='text/css'>
.hmod { background-color:#ffffff; margin:0px; padding:0px; width:100%; color:inherit; }
.hmod #container_print { width:auto; }
</style>
<link rel='stylesheet' href='$config[shop_root]$config[dir_tpl]htmlMailOrderDetails.css' type='text/css' />
$aData[hmodStylesheets]
</head>
<body class="hmod">
<div id="container_print">
<div id="header">
<img src="$config[shop_root]$config[dir_files]img/$config[logo_img]" alt="" />
</div>

<p align="left">&nbsp;</p>
<p align="left">Can pay also in banking account the</p>
<p align="left">&nbsp;Number of deposit it is: <font color="#FF0000">&nbsp;&nbsp; <b>banking
account Number</b> xxxxxxxxx xxxxxxx xxxxxxx</font></p>
<p align="left">Bank&nbsp; :<font color="#FF0000"> bank name </font></p>
<p align="left">In the Name&nbsp; <font color="#FF0000">&nbsp;Sami Virtanen</font></p>
<p align="left">$lang[Order_id] $aData[iOrder]</p>
<p align="left">&nbsp;</p>
<p align="center">

</div>
</div>
<!-- END HEAD_EMAIL -->

panos >>>> My Freelance

panos

No avatar

2007-01-28 17:47

this is new extra information

<p align="left">&nbsp;</p>
<p align="left">Can pay also in banking account the</p>
<p align="left">&nbsp;Number of deposit it is: <font color="#FF0000">&nbsp;&nbsp; <b>banking
account Number</b> xxxxxxxxx xxxxxxx xxxxxxx</font></p>
<p align="left">Bank&nbsp; :<font color="#FF0000"> bank name </font></p>
<p align="left">In the Name&nbsp; <font color="#FF0000">&nbsp;Sami Virtanen</font></p>

panos >>>> My Freelance

panos

No avatar

2007-01-28 17:51

You not Have htmlMailOrderDetails. plugins in your QC V1.3 ???

panos >>>> My Freelance

Shearer

No avatar

2007-01-28 17:52

yes i do. butt i dont have en_sendOrderToClient plugin. do i need this to ?

panos

No avatar

2007-01-28 17:56

this is for V2

panos >>>> My Freelance

Pages:
Back to top
about us | contact