![]() |
Change email subject "New Order in your store" |
Post Reply
|
| Author | ||
john123
Newbie
Joined: 09-January-2008 Location: Canada Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: Change email subject "New Order in your store"Posted: 20-August-2008 at 4:27pm |
|
|
Hi, Link found discussing this topic:
http://www.earlyimpact.com/faqs/e-commerce_shopping_cart_questions.asp?faqid=119 John |
||
![]() |
||
Hamish
Admin Group
Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
Quote Reply
Posted: 21-August-2008 at 4:15pm |
|
|
Hi John,
That string is in variable english_StoreEmail_9 within includes/languages.asp - so you can change the text from there. FYI it is used in pc/gwreturn.asp just after the include of adminNewOrderEmail.asp |
||
![]() |
||
john123
Newbie
Joined: 09-January-2008 Location: Canada Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 22-August-2008 at 1:43am |
|
|
Thanks Hamish.
|
||
![]() |
||
john123
Newbie
Joined: 09-January-2008 Location: Canada Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 22-August-2008 at 7:29pm |
|
|
Hi Hamsih,
I made the change but for some reason it appends the order number in the title as well. I did not want the order number in the subject. Any idea what is wrong?
John
Code:
dictLanguage.Add "english_storeEmail_9", "Purchase Receipt" 'Same
email Output:
Purchase Receipt21
|
||
![]() |
||
Hamish
Admin Group
Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
Quote Reply
Posted: 23-August-2008 at 2:55am |
|
|
Hi John,
This email goes to the Store Admin ONLY. Nothing is "wrong" per se as it's designed to add the order number as it's useful info for the admin - our clients find it useful . However, if you wish to remove the order number, find this line in pc/gwreturn.asp
and remove :-
Don't forget to keep track of any code changes so that you can re-instate them when you carry out upgrades (see my sig). |
||
![]() |
||
john123
Newbie
Joined: 09-January-2008 Location: Canada Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 23-August-2008 at 8:42am |
|
|
Hi Hamish,
What about the the order confrimation email that goes to the customer once an order is placed. I want to modify the subject of the email. When I tried making changes to it, I was only able to change part of the subject.
John
|
||
![]() |
||
Hamish
Admin Group
Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
Quote Reply
Posted: 25-August-2008 at 4:21am |
|
|
Hi John,
It's very similar - In this case the variable is english_sendmail_1 It appears TWICE in gwreturn.asp
Notice that the subject is made from three parts :- Variables storeEmail_2 sendMail_1 & the order number. The second variation uses storeEmail_1 instead of storeEmail_2 Hamish |
||
![]() |
||
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |