E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic:
according
adding
browser
button
buttons
cart
code
continue
copy
create
direct
display
download
email
free
help
href
information
javascript
layout
link
links
method
order
page
payment
paypal
questions
recommend
related
reload
return
seller
site
source
src
style
text
transactions
type
view
website
window
| |
| |
|
MyCollegeCoaches member Posts: 3 |
I'm trying to create a Thank You page hosted within my website but am having some problems. When I put the page up and tested it by using a coupon to get a free download, I received a message that the "payment processor has not yet informed us about your payment..." and no download link was provided (a fully copy of the message is provided below). The payment status for my transactions is complete according to my logs, and even though it shouldn't matter, I verified that my IPN in Paypal was enabled. I have followed the directions included in E-Junkie's website about this matter (http://www.e-junkie.com/ej/tips.redirection.download-link.htm) and chose to use the javascript method, which I have included my script below as well. Let me know if you have any ideas. At this point I am pretty clueless. MESSAGE FROM CUSTOM THANK YOU PAGE The payment processor has not yet informed us about your payment. Your order will be processed as soon as they inform us about the payment. If required, any information related to this order will be emailed to you. If you do not see the email in your inbox, please check your spam filter or bulk email folder. Please contact mycollegecoaches@gmail.com for any questions. JAVASCRIPT USED IN CUSTOM THANK YOU PAGE <script type="text/javascript"> <!-- function gup( name ) { name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regexS = "[\\?&]"+name+"=([^]*)"; var regex = new RegExp( regexS ); var results = regex.exec( window.location.href ); if( results == null ) return ""; else return results[1]; } document.write("<iframe \ src=http://www.e-junkie.com/ecom/rp.php?noredirect=true&client_id=134255& txn_id=" +gup('txn_id')+" style='width:100%;'></iframe>"); // --> </script><noscript>This page requires JavaScript to display your download link. You can either enable JavaScript in your browser and reload this page, or contact the seller to get a direct link to a download page that will work without JavaScript.</noscript> # POSTED ON: October 5, 2010 @ 09:33 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 4400 |
It appears you're using iWeb to design your site, and the problem seems to be the way iWeb handles any pasted-in snippets that contain javascript. You can continue to use iWeb for the "heavy lifting" of overall page design and layout, but you will need to find a way of pasting the javascript we recommend directly into the raw source code of the page itself, rather than using iWeb to paste that in. See this related forum discussion for some iWeb tips; the methods described for pasting in our cart button code will also work fine for pasting in the javascript that adds our download links to your custom thank-you page: http://www.e-junkie.com/bb/topic/3164 # POSTED ON: October 5, 2010 @ 17:46 GMT -7 |
|
MyCollegeCoaches member Posts: 3 |
Man, I feel like an idiot. That worked perfectly. I had previously used what you recommended for adding the "add cart" and "view cart" buttons to my website. I should have though to do the same method with this as well. Thanks for the help! # POSTED ON: October 9, 2010 @ 08:12 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






