Digerdoo Posted October 20, 2007 Share Posted October 20, 2007 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 More sharing options...
Guest Posted October 21, 2007 Share Posted October 21, 2007 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 Link to comment Share on other sites More sharing options...
Digerdoo Posted October 21, 2007 Author Share Posted October 21, 2007 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 More sharing options...
Guest Posted October 21, 2007 Share Posted October 21, 2007 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 More sharing options...
Digerdoo Posted October 21, 2007 Author Share Posted October 21, 2007 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 More sharing options...
Guest Posted October 21, 2007 Share Posted October 21, 2007 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 More sharing options...
Guest Posted October 21, 2007 Share Posted October 21, 2007 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 More sharing options...
Digerdoo Posted October 26, 2007 Author Share Posted October 26, 2007 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 More sharing options...
Digerdoo Posted October 28, 2007 Author Share Posted October 28, 2007 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 More sharing options...
Digerdoo Posted October 29, 2007 Author Share Posted October 29, 2007 Still need help how i can solve this problem.. :blink: IS there any help ? Link to comment Share on other sites More sharing options...
Guest Posted October 29, 2007 Share Posted October 29, 2007 IS there any help ? Yes, see all of the above posts. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.