Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Editing e-mails to customers


Guest

Recommended Posts

I'm looking to delete the "Payment Method" bit at the bottom of the order conformation e-mails. It appears as though the code is $order->info['payment_method'] but I searched for that and thought I had deleted the instance in the e-mail, and yet it remains.

 

How can I get rid of this?

Link to comment
Share on other sites

Look for "EMAIL_TEXT_PAYMENT_METHOD".

 

Catalog/includes/languages/english/checkout_process.php defines the text.

 

Catalog/checkout_process.php fills in the value.

I'd rather be flying!

Link to comment
Share on other sites

I still need the EMAIL_TEXT_PAYMENT_METHOD text to appear some places, but I want to delete the entire last bit on the e-mails. This includes EMAIL_TEXT_PAYMENT_METHOD, EMAIL_SEPARATOR, and then the actual payment method (which is always Authorize.net).

 

Customers aren't going to know what Authorize.net is, and it's just going to be confusing to them. I've replaced other instances of this with hard coded text saying "Credit Card" but am stuck on finding the e-mail bit I want to delete.

Link to comment
Share on other sites

Ah, then if that's what you after just replace the name in catalog/includes/languages/english/modules/payment/authorizenet.php to say "Credit Card" instead of "Authorize.net".

I'd rather be flying!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...