Forum Replies Created
-
AuthorPosts
-
frlaneMember
The only mod was the one URL, so that should be good, Thanks!!
frlaneMemberAfter all this time of fighting with them, they finally said “Maybe you should just use Authorize.net.” AAARRRRGGGHHHHHH!!!
Anyway, they had me modify the /lib/gateway so that the GatewayURL went to them, but now I don’t know what the Authorize.net URL was….
// Some default values of the class
$this->gatewayUrl = ‘https://payment.redfinnet.com/aim/transact.aspx’;
$this->ipnLogFile = ‘authorize.ipn_results.log’;
// Populate $fields array with a few default
$this->addField(‘x_Version’, ‘3.1’);
$this->addField(‘x_Show_Form’, ‘PAYMENT_FORM’);
$this->addField(‘x_Relay_Response’, ‘TRUE’);
frlaneMemberThanks,
The RedFin…. >>AHEM<< “tech support” person wrote me the following after I told him the process didn’t work.
“Unfortunately, it seems that the admin panel and the module are not communicating properly. Although you are entering your information, the payment module is not reading it correctly, and therefore sending the Payment Gateway a blank field.
Please consult with the modules programmers for assistance.”
Do you have any idea why this might not be working.
Ray
frlaneMemberI don’t want to sound too dumb here, but where do I find lib/gateway/authorize.php?
I am looking in FTP and in the WP dashboard
frlaneMemberI figured out what it is
Anyway, now when I try to export the table, even though there are hundreds of people in the database, it exports with no data. Even inside PHPMyAdmin, the ‘browse’ button is ghosted out.
Any ideas?
frlaneMemberThats great news…..if only I new what PHPMyAdmin tool was……
frlaneMemberThanks, you are the best!
frlaneMemberI am not sure which checkbox you mean.
As for paypal, this is the current setting…..
Notification URL http://www.capturemyscreen.com
Message delivery Enabled
frlaneMemberThe site I have been testing with is http://www.capturemyscreen.com. The LocalHCG site is the one using your Simple Paypal Shopping cart. I have the estore on the localhcg site, but it isn’t being used (yet). Both sites were not recording the affiliate sales info.
frlaneMemberI already went through that entire list with no change. That’s how I knew to check and then activate the IPN in PayPal. What else could it be? This is really frustrating.
frlaneMemberThat message came from the sandbox itself, hitting the IPN tester. When I try making a test purchase (or a real one) the debugger is blank.
frlaneMemberAnd what about the affiliate stuff still not working??
frlaneMemberNow I am trying to do a test purchase, but when I make the purchase, I get sent to the Paypal sandbox, which says I am logged in, but still has a ‘Login to Paypal’ box. It won’t let me login!
I am brand new to the Sandbox, and I am so frustrated!
frlaneMemberJust a moment! I tried doing step number 4 with the sandbox, and this time I got the following……..
[02/19/2011 1:28 AM] – Advisory : Log file reset.
[02/19/2011 1:43 AM] – SUCCESS :Paypal Class Initiated by 216.113.191.33
[02/19/2011 1:43 AM] – SUCCESS :Post string : test_ipn=1&payment_type=instant&payment_date=17%3A43%3A07+Feb+18%2C+2011+PST&payment_status=Completed&payer_status=verified&first_name=John&last_name=Smith&payer_email=buyer%40paypalsandbox.com&payer_id=TESTBUYERID01&business=seller%40paypalsandbox.com&receiver_email=seller%40paypalsandbox.com&receiver_id=TESTSELLERID1&residence_country=US&item_name1=something&item_number1=AK-1234&quantity1=1&tax=2.02&mc_currency=USD&mc_fee=0.44&mc_gross=15.34&mc_gross_1=12.34&mc_handling=2.06&mc_handling1=1.67&mc_shipping=3.02&mc_shipping1=1.02&txn_type=cart&txn_id=7219143¬ify_version=2.4&custom=xyz123&invoice=abc1234&charset=windows-1252&verify_sign=AIMUd4ewZmbFyGCDKV59JUTO1lA8A7z2TT3LWpVKfPq7Ts1XuL-PUVBB&
[02/19/2011 1:43 AM] – SUCCESS :Connection to http://www.sandbox.paypal.com successfuly completed.
[02/19/2011 1:43 AM] – SUCCESS :IPN successfully verified.
[02/19/2011 1:43 AM] – SUCCESS :Creating product Information to send.
[02/19/2011 1:43 AM] – SUCCESS :Transaction Type: Shopping Cart
[02/19/2011 1:43 AM] – SUCCESS :Number of Cart Items:
[02/19/2011 1:43 AM] – SUCCESS :Product Email successfully sent to buyer@paypalsandbox.com.
[02/19/2011 1:43 AM] – SUCCESS :Notify Email successfully sent to video@capturemyscreen.com.
[02/19/2011 1:43 AM] – SUCCESS :Updating Products, Customers, Coupons, Sales Database Tables with Sales Data.
[02/19/2011 1:43 AM] – SUCCESS :Products, Customers, Coupons, Sales Database Tables Updated.
[02/19/2011 1:43 AM] – SUCCESS :Updating Affiliate Database Table with Sales Data if Using the WP Affiliate Platform Plugin.
[02/19/2011 1:43 AM] – SUCCESS :No Referrer Found. This is not an affiliate sale
[02/19/2011 1:43 AM] – SUCCESS :Paypal class finished.
frlaneMemberAt first it returned a blank screen, so I followed all the instructions, including going directly to the PHP file. I finally discovered the IPN was off on my account. I turned it back on, did some test purchases using different browsers and the only thing the logs say is…..
[02/19/2011 1:28 AM] – Advisory : Log file reset.
I have tried using the sandbox, not using the sandbox and nothing seems to work.
The other site uses your simple paypal cart, not estore. How do I fix that one?
-
AuthorPosts