Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email send to the customer


Digerdoo

Recommended Posts

Where is this file where i can change email confirmation what goes to the customer when it order something ??

 

:angry:

 

 

Where i can remove this link what is goes to email to the customer that he or she can check order status.. i want remove that..

Link to comment
Share on other sites

Look at this: http://addons.oscommerce.com/info/2947

 

It's an add-on for a different set of email customization, but should show you where to edit what you want to edit.

 

-jared

 

 

Thanks i check that... can you show me what line i remove that it send order_history link to the customer..

 

:blink:

Link to comment
Share on other sites

Look at this: http://addons.oscommerce.com/info/2947

 

It's an add-on for a different set of email customization, but should show you where to edit what you want to edit.

 

-jared

catalog\includes\languages\english\checkout_success.php

 

define('TEXT_SEE_ORDERS', 'You can view your order history by going to the <a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">\'My Account\'</a> page and by clicking on <a href="' . tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL') . '">\'History\'</a>.');

Link to comment
Share on other sites

catalog\includes\languages\english\checkout_success.php

 

define('TEXT_SEE_ORDERS', 'You can view your order history by going to the <a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">\'My Account\'</a> page and by clicking on <a href="' . tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL') . '">\'History\'</a>.');

 

 

 

Not working.. still send it.. i have installed also installed PWA and alternative checkout.. :blink:

Link to comment
Share on other sites

Not working.. still send it.. i have installed also installed PWA and alternative checkout.. :blink:

Well, pwa customers should not have the link in their emails anyway.

 

Alternative checkout is unknown to me, you could ask in its support thread.

Link to comment
Share on other sites

The piece you want to remove (or comment out) is in the checkout_success file, where it outputs TEXT_SEE_ORDERS . If you remove the define('TEXT_SEE_ORDERS' . . . .) from the language file, you'll not get what you want. You could, though, change the line in the language file to define('TEXT_SEE_ORDERS', ' '); to effectively remote that line from the outbound email.

 

-jared

Link to comment
Share on other sites

The piece you want to remove (or comment out) is in the checkout_success file, where it outputs TEXT_SEE_ORDERS . If you remove the define('TEXT_SEE_ORDERS' . . . .) from the language file, you'll not get what you want. You could, though, change the line in the language file to define('TEXT_SEE_ORDERS', ' '); to effectively remote that line from the outbound email.

 

-jared

 

 

Still send it.. ?

 

:'(

Link to comment
Share on other sites

The piece you want to remove (or comment out) is in the checkout_success file, where it outputs TEXT_SEE_ORDERS . If you remove the define('TEXT_SEE_ORDERS' . . . .) from the language file, you'll not get what you want. You could, though, change the line in the language file to define('TEXT_SEE_ORDERS', ' '); to effectively remote that line from the outbound email.

 

-jared

 

 

Still need help how i can solve this problem.. :blink:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...