Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changes to checkout_process.php not taking effect


col_b
 Share

Recommended Posts

Hi all,

 

I've come up against a problem that I just can't figure out.

 

I'm using Paypal standard sandbox (U.K) for payment testing. It all seems to be working fine. However, I'm modifying catalog/checkout_process.php to alter the confirmation email and make it a bit more personal to the customer, i.e. include their name etc.

 

Problem is, any changes I make aren't being reflected in the confirmation email that's being sent; it stays as the original email. Even when I comment out

 

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

 

the email still gets sent.

 

Anybody else come up against this problem?

 

Many thanks in advance for any help.

 

Col

Link to comment
Share on other sites

  • 2 weeks later...
Hi all,

 

I've come up against a problem that I just can't figure out.

 

I'm using Paypal standard sandbox (U.K) for payment testing. It all seems to be working fine. However, I'm modifying catalog/checkout_process.php to alter the confirmation email and make it a bit more personal to the customer, i.e. include their name etc.

 

Problem is, any changes I make aren't being reflected in the confirmation email that's being sent; it stays as the original email. Even when I comment out

 

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

 

the email still gets sent.

 

Anybody else come up against this problem?

 

Many thanks in advance for any help.

 

Col

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...