adding msg to cart checkout page

General discussion about AlegroCart - Post here if you can't find another suitable forum
Post Reply
rvcky
Posts: 14
Joined: Wed Jun 06, 2012 10:38 pm

adding msg to cart checkout page

Post by rvcky » Tue Jun 26, 2012 9:27 pm

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

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: adding msg to cart checkout page

Post by leo » Tue Jun 26, 2012 11:16 pm

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.

rvcky
Posts: 14
Joined: Wed Jun 06, 2012 10:38 pm

Re: adding msg to cart checkout page

Post by rvcky » Fri Jun 29, 2012 10:52 am

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.

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: adding msg to cart checkout page

Post by Brent » Fri Jun 29, 2012 1:44 pm

The return IPN issue has been fixed in the upcoming version.

rvcky
Posts: 14
Joined: Wed Jun 06, 2012 10:38 pm

Re: adding msg to cart checkout page

Post by rvcky » Fri Jun 29, 2012 7:53 pm

I thank you for you quick help and and look forward to to your next version.

Post Reply