Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Instant delivery with authorize.net
- This topic has 11 replies, 3 voices, and was last updated 14 years ago by
amin007.
-
AuthorPosts
-
March 15, 2011 at 5:35 pm #2952
hlandgar
MemberWhat would it take to get instant delivery working with authorize.net? Seems like all the pieces are there.
Harris
March 16, 2011 at 2:25 am #30228amin007
ParticipantAuthorize.net do not have a similar feature like PayPal’s PDT (Payment data transfer). Which lets me verify the payment after the customer lands on the “Thank You” page. eStore is very strict about verifying the payment before giving out the links.
I am not saying that nothing can be done but it just doesn’t align with the steps the eStore normally goes through. I will do some investigation and see what I find.
March 16, 2011 at 2:54 am #30229hlandgar
MemberThe post-processing-log shows a return string with transaction-approved in it so maybe that can be used.
March 17, 2011 at 4:37 am #30230amin007
ParticipantAdded this option in. So now for Authorize.net transactions it will show the links on the “Thank You” page if you have added the following shortcode on that page:
[wp_eStore_transaction_result:end]
March 17, 2011 at 4:28 pm #30231hlandgar
MemberDo I need a new version of either or both plugins?
March 17, 2011 at 10:54 pm #30232wpCommerce
ModeratorPlease get a recent version of eStore from here:
March 18, 2011 at 12:02 pm #30233hlandgar
MemberInstant delivery is now working but the encrypted link is not clickable on the Thank-you page.
March 19, 2011 at 12:42 am #30234amin007
ParticipantYeah I need to spend some time and figure out a way to make them links. For now, instruct your customers to copy and past the link.
March 20, 2011 at 10:33 pm #30235hlandgar
MemberCouldn’t you wrap the link in an html anchor using php echo after you pull it out of the response string? Probably should be done using a “linkize” function call.
March 21, 2011 at 4:49 am #30236amin007
ParticipantIt unfortunately isn’t that simple because the URL is a string with other text. If the URL was just by itself then it would be simple. This one will require a complex regular expression to find out the URLs in the string since PHP doesn’t have a build in function for this. I have been playing around with some regular expressions and I think I am nearly done with it. Give it a few more hours then download a new eStore build (I should be done by then).
March 22, 2011 at 4:11 pm #30237hlandgar
MemberThanks, the link is working now. Only suggestion is to change the checkout_authorize.gif to something more like Proceed to Checkout. It is not obvious that the logo should be clicked.
March 23, 2011 at 12:59 am #30238amin007
ParticipantYou can change any of the images shown in the shopping cart with your own custom image. Also if you have a suggestion for a particular image then please share the link.
-
AuthorPosts
- You must be logged in to reply to this topic.