Guest Posted December 21, 2005 Posted December 21, 2005 please advise on where I should insert this line of code in payment_process.php Thank you for your payment. Your transaction has been completed, and a receipt for your purchase has been emailed to you. You may log into your account at www.paypal.com/uk to view details of this transaction. thanks Dapper Quote
wheeloftime Posted December 21, 2005 Posted December 21, 2005 please advise on where I should insert this line of code in payment_process.php Thank you for your payment. Your transaction has been completed, and a receipt for your purchase has been emailed to you. You may log into your account at www.paypal.com/uk to view details of this transaction. thanks Dapper The text should be entered in (catalog)/includes/languages/english/checkout_success.php (replace english for any other languages you use also) with the define TEXT_SUCCESS It's a bit tricky though if you have other payment options available also as the success message should depend on the payment processor. Quote
satish Posted December 21, 2005 Posted December 21, 2005 please advise on where I should insert this line of code in payment_process.php Thank you for your payment. Your transaction has been completed, and a receipt for your purchase has been emailed to you. You may log into your account at www.paypal.com/uk to view details of this transaction. thanks Dapper Well check in languages/english a file related to success.php and redefine the Variable so the message displayed is the one you want. Satish Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Guest Posted December 21, 2005 Posted December 21, 2005 Well check in languages/english a file related to success.php and redefine the Variable so the message displayed is the one you want. Satish thank you this has helped a great deal Quote
Guest Posted December 21, 2005 Posted December 21, 2005 Well check in languages/english a file related to success.php and redefine the Variable so the message displayed is the one you want. Satish thanks all ok now after this, great much appreciated Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.