eandafern 1 Posted November 4, 2009 I need to change the text on the last button that appears after someone finalizes their order - it is the return to merchant button. I am using paypal website payments standard. Their tech support says to look for business variables in my oscommerce code (wt?) and add cbt variables Does anyone know how I can do this? I want to change the text to Finalize Transaction because if people don't hit that button - their order confirmations don't get sent to them or to the store admin. I do have IPN set up so the backend of the store shows that a purchase was made and what they got. any help would be GREATLY appreciated! Share this post Link to post Share on other sites
eandafern 1 Posted November 17, 2009 I need to change the text on the last button that appears after someone finalizes their order - it is the return to merchant button. I am using paypal website payments standard. Their tech support says to look for business variables in my oscommerce code (wt?) and add cbt variables Does anyone know how I can do this? I want to change the text to Finalize Transaction because if people don't hit that button - their order confirmations don't get sent to them or to the store admin. I do have IPN set up so the backend of the store shows that a purchase was made and what they got. any help would be GREATLY appreciated! Sorry for bumping- just can't believe no one is having same issue? Here is post I left with paypal developer forum: I am using OsCommerce 2.2 and PayPal Standard which is already integrated. I have a paypal standard business account. Since it is already integrated, we do not make buttons. I need to change the Return To Merchant text because people are not wanting to go back to may store, so they are not clicking and although I am using IPN and the purchase is recorded in my store and database, both myself and the customer do not receive order confirmation emails. I have seen the MANY posts about adding the cbt variable but since I did not create buttons, I do not know where to do this. My particular Return to Merchant button does have my store name in it so I am assuming paypal is just pulling it from my account information? I HAVE to find a way to change it. can anyone help? Share this post Link to post Share on other sites
midpen 0 Posted January 5, 2010 (edited) I need the same help! It is very important to let customers know that they must click the "Return to Merchant" yellow button in the last step.Thanks for help!!!--urgent!!! Edited January 5, 2010 by midpen Share this post Link to post Share on other sites
zuckerwar 0 Posted January 25, 2010 Unfortunately if you have a Business account, PayPal inserts your business name. You cannot change the text: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_Appx_websitestandard_htmlvariables I need the same help! It is very important to let customers know that they must click the "Return to Merchant" yellow button in the last step.Thanks for help!!!--urgent!!! Share this post Link to post Share on other sites
slammedxonair 0 Posted January 29, 2010 I am having a similar problem. I posted here http://forums.oscommerce.com/topic/353011-how-should-i-be-informed-what-the-customer-has-just-bought/ if I can edit a header or the button on paypal's site it would possibly be a solution is this possible? Thanks. Share this post Link to post Share on other sites
mhsuffolk 62 Posted January 30, 2010 I need to change the text on the last button that appears after someone finalizes their order - it is the return to merchant button. I am using paypal website payments standard. Their tech support says to look for business variables in my oscommerce code (wt?) and add cbt variables Does anyone know how I can do this? I want to change the text to Finalize Transaction because if people don't hit that button - their order confirmations don't get sent to them or to the store admin. I do have IPN set up so the backend of the store shows that a purchase was made and what they got. any help would be GREATLY appreciated! You can make PayPal do this automatically Log into your PayPal account Go to Profile >> Instant Payment Notification preferences >> Edit Settings In the Notification URL box type "http://www.yourstore.co.uk/ext/modules/payment/paypal/standard_ipn.php" Tick enable IPN messages Go to Profile >> Website Payment Preferences Tick Auto Return on In the return URL box type "https://www.yourstore.co.uk/checkout_process.php" or "http://www.yourstore.co.uk/checkout_process.php" if your do not have an SSL (Not Recommended) Done! Martin Live shop Phoenix 1.0.8.4 on PHP 7.4 Working my way up the versions. Share this post Link to post Share on other sites
satish 24 Posted January 31, 2010 If You set return URL t true and set a return value(not needed) as most of the Paypal module pass a value that will override the Paypal Profile setup. Satish 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. Share this post Link to post Share on other sites
rketr 0 Posted March 15, 2011 You can make PayPal do this automatically Log into your PayPal account Go to Profile >> Instant Payment Notification preferences >> Edit Settings In the Notification URL box type "http://www.yourstore.co.uk/ext/modules/payment/paypal/standard_ipn.php" Tick enable IPN messages Go to Profile >> Website Payment Preferences Tick Auto Return on In the return URL box type "https://www.yourstore.co.uk/checkout_process.php" or "http://www.yourstore.co.uk/checkout_process.php" if your do not have an SSL (Not Recommended) Done! Martin Thanks much, this solved my headaches :D Share this post Link to post Share on other sites