Page 1 of 1
adding msg to cart checkout page
Posted: Tue Jun 26, 2012 9:27 pm
by rvcky
Is it posible to add a statement that says " You must click return to merchant after completeing your payment on paypal in order for the cart to release your order for shipping'" ?n big bold letters. I could use a jpeg image of the words if need.
Thanks in advance for the help
Re: adding msg to cart checkout page
Posted: Tue Jun 26, 2012 11:16 pm
by leo
In /catalog/language/english/extension/payment/paypal.php change
Code: Select all
$_['text_paypal_message'] = 'Payment by Credit Card: MasterCard and Visa accepted';
to whatever you want.
It will be displayed on the checkout payment page.
Re: adding msg to cart checkout page
Posted: Fri Jun 29, 2012 10:52 am
by rvcky
Thanks for that line. That worked great. Is there a way to make it red so it stand out? Or even better did anyone find out why the Retrun IPN did not work with sandbox. or what url to use for it if it is in the program already?
Thanks again Jack.
Re: adding msg to cart checkout page
Posted: Fri Jun 29, 2012 1:44 pm
by Brent
The return IPN issue has been fixed in the upcoming version.
Re: adding msg to cart checkout page
Posted: Fri Jun 29, 2012 7:53 pm
by rvcky
I thank you for you quick help and and look forward to to your next version.