Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Order Email Subject Text


bpmcclure

Recommended Posts

I can't figure out where the text for the order email subject line comes from. I need to change it as I modified an existing store for a new use, but the email still refers to the old store name when an order is placed. I have searched and tried the admin panel, but I am stumped.

 

Hopefully someone can give me the hint I need to sort this out.

 

Thanks

Link to comment
Share on other sites

Checkout_process.php

 

tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, nl2br($email_order), STORE_OWNER, STORE_ORDER_EMAIL_ADDRESS, '');

 

 

Try

 

/includes/languages/english/Checkout_process.php

 

or

 

/includes/languages/english.php

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Checkout_process.php

 

tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, nl2br($email_order), STORE_OWNER, STORE_ORDER_EMAIL_ADDRESS, '');

 

 

Try

 

/includes/languages/english/Checkout_process.php

 

or

 

/includes/languages/english.php

 

It's easy when you know where to look! It was in

 

/includes/languages/english/Checkout_process.php

 

Thanks so much!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...