- This topic has 11 replies, 3 voices, and was last updated 13 years, 8 months ago by .
Viewing 12 posts - 1 through 12 (of 12 total)
Viewing 12 posts - 1 through 12 (of 12 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Instant delivery with authorize.net
What would it take to get instant delivery working with authorize.net? Seems like all the pieces are there.
Harris
Authorize.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.
The post-processing-log shows a return string with transaction-approved in it so maybe that can be used.
Added 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]
Do I need a new version of either or both plugins?
Please get a recent version of eStore from here:
Instant delivery is now working but the encrypted link is not clickable on the Thank-you page.
Yeah 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.
Couldn’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.
It 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).
Thanks, 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.
You 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.