|

Paypal.
Posted 06 January 2006 - 06:26 PM #1
All I can get is:-
Error Detected
--------------------------------------------------------------------------------
You have entered unsupported characters for this field. Currently only Western European and Chinese characters are supported. Please try again with different characters.
Thanks all
Posted 06 January 2006 - 06:29 PM #2
I put a £ in teh Currency instead of GBP.
Cheers
Posted 10 January 2006 - 02:31 PM #3
We will put that instructions in the next release
Regards,
tekK

Your CS-Cart Community Support Team
Posted 17 January 2006 - 05:04 PM #4
Posted 20 March 2006 - 10:23 PM #5
got a certificate, uploaded and pointed to it in paypal pro configuration settings along with username and password
the transactions go through successfully according to CS-CART
HOWEVER!
LOGGING INTO PAYPAL - NO MONEY
CHECKING WITH MY CREDIT CARD COMPANY - NO PENDIND TRANSACTIONS
WHAT'S GOING ON?
THANKS
Posted 14 April 2006 - 08:03 AM #6
Hey; check that it is not in "test mode" I tried it and it looked like it went thru; but according to PayPal - nothing was actioned to my PayPal account. Anyway; I had to change it to PayPal stantard after that because I don't have an SSL available for PHP, only HTML. Hope this helped.Hi
got a certificate, uploaded and pointed to it in paypal pro configuration settings along with username and password
the transactions go through successfully according to CS-CART
HOWEVER!
LOGGING INTO PAYPAL - NO MONEY
CHECKING WITH MY CREDIT CARD COMPANY - NO PENDIND TRANSACTIONS
WHAT'S GOING ON?
THANKS
In a nutshall: Change the setting to "LIVE" in your Paypal config setting.
Posted 20 April 2006 - 03:49 AM #7
Anyone know what could be wrong?
Posted 21 April 2006 - 05:51 AM #8
1. Open file [cscart_dir]/payments/cc_processors/paypal_pro.php in any text editor.
2. Find the following code:
if ($processor_data['params']['mode'] == 'test') { $paypal_url = "https://api.sandbox.paypal.com:443/2.0/"; } else { $paypal_url = "https://api.paypal.com/2.0/"; }
and replace it with this one:
if ($processor_data['params']['mode'] == 'test') { $paypal_url = "https://api.sandbox.paypal.com:443/2.0/"; } else { $paypal_url = "https://api.paypal.com:443/2.0/"; }
Ilya M. Shalnev
CS-Cart team,
Vice CEO
http://twitter.com/bzzeke
http://www.facebook....100001396131346
Posted 25 April 2006 - 10:47 PM #10
I see you got it working. I would like to know where I can put my Paypal account information in CS-Cart to make sure the money comes to me. Or am I thinking wrong?
Thanks,
Jacco
Posted 14 June 2006 - 08:22 PM #11
my cc payments are not going through
thanks