Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing a line and changing email subject

Removing a line and changing email subject

Locked

Views: 762

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 May 2009, 8:37 AM
#1
shaza avatar

shaza

New Zenner

Join Date:
Mar 2009
Posts:
11
Plugin Contributions:
0

Removing a line and changing email subject

First,

I can't figure out where the hell this line is located:

"Your order will not ship until we receive payment."

This happens when I chose money order and checkout. It shows on step 3. What file is this located in, so that I may remove it?

Second,

How do you customize the email subject line that is sent for the confirmation email? I want to style that a bit?

13 May 2009, 9:26 AM
#2
marg avatar

marg

Totally Zenned

Join Date:
Mar 2004
Posts:
642
Plugin Contributions:
0

Re: Removing a line and changing email subject

You should familiarize yourself with a wonderful little page called Developers Tool Kit under tools in your admin. :wink:
It will look up anything in your files...
This is where that line is:
includes/languages/english/modules/payment/moneyorder.php

Email subject:
includes/languages/english/checkout_process.php

Found again with the Developers Tool Kit.

14 May 2009, 5:29 AM
#3
shaza avatar

shaza

New Zenner

Join Date:
Mar 2009
Posts:
11
Plugin Contributions:
0

Re: Removing a line and changing email subject

Omg I didnt even know that existed. Thank you so much!!!!!