Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Replace the current transaction processing URL
- This topic has 8 replies, 2 voices, and was last updated 13 years, 10 months ago by audreycallahan.
-
AuthorPosts
-
January 13, 2011 at 9:25 pm #2505audreycallahanMember
Hello,
I’ve installed the WP eStore & Authorize.net to accommodate my clients gateway. Of course right when I did that she switched to a different gateway!
Luckily this gateway has an emulator for authorize.net. In their instructions they say I need to
“Replace the current transaction processing URL” with one they have provided.
Where would I find the area to do this?
Thank you!
January 14, 2011 at 4:37 am #28035amin007ParticipantLOL
Open the “lib/gateway/Authorize.php” file and search for the following line:
$this->gatewayUrl = 'https://secure.authorize.net/gateway/transact.dll';
I believe thats the URL you need to change.
January 14, 2011 at 6:53 pm #28036audreycallahanMemberThank you for the quick response!
I’ve found the file and done this.
I logged out of the site and tried to do a mock purchase (testing is turned off) and when I hit “secure checkout with authorize.net” it still takes me to the paypal payment page.
In the gateway settings I only have authorize.net selected as my client does not wish for paypal to be an option.
Any reasons you know of that it is still directing the buyer to papypal?
January 14, 2011 at 7:11 pm #28037audreycallahanMemberI don’t know if this helps but,
I switched on paypal just in case to see what would happen if I selected authorize.net while both options were available and this the error code I received.
2,,2,VALID PIN REQUIRED,,,0,3,cart checkout,5.41,,,4d309e3497b9c,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Thanks again in advance.
January 15, 2011 at 4:04 am #28038amin007Participant“when I hit “secure checkout with authorize.net” it still takes me to the paypal payment page” – Please post a link to the page where you have the cart. I suspect you have a cookie issue on this server which is making it to where the cart is not recognizing which selection you made when you clicked the checkout button.
“VALID PIN REQUIRED” – This indicates that the authorize.net details entered in the settings is not correct. Are you running in test/sandbox mode or live mode?
January 19, 2011 at 1:04 am #28039audreycallahanMemberThank you! I will get these files to you asap.
January 19, 2011 at 9:39 pm #28040audreycallahanMemberhmm. It seems to be working now. Well, working in the sense that i takes me to the “valid pin required” page instead of paypal page.
I received a new pin from the merchant people but it’s still not validating. I’m running in live mode. Should I try test mode?
January 20, 2011 at 5:10 am #28041amin007ParticipantI have never used a emulator for authorize.net so not sure if that has something to do with this. If the pin code is not validating then the plugin can’t really do anything on this end.
January 21, 2011 at 8:51 pm #28042audreycallahanMemberOk. Thank you. I’ve gotten the correct info from the merchant company. It now validates just fine:) The site is on a testing server. I will be transferring it to the actual server next week to test the cart properly. Thank you for all your help! I’m confident everything will work properly:)
-
AuthorPosts
- You must be logged in to reply to this topic.