E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic:
account
address
advance
appear
associated
aweber
cart
charges
click
code
custom
customers
data
email
entire
happens
help
information
integration
list
notification
notifications
open
option
order
page
payment
places
post
product
receive
return
send
sending
separate
server
setting
shipping
standard
transaction
unable
updates
url
variable
working
| |
| |
|
Blaine member Posts: 11 |
I am trying to set up my cart to return the shipping address of my customers to me, and the help documentation is very confusing since what seems straightforward does not appear to actually work. First, I have read through this page about integration: <http://www.e-junkie.com/ej/help.integration.htm> Here is my understanding of what happens compared to what I am trying to get to happen: 1. I click on the Send Transaction Data to URL option when configuring a product. 2. I enter my Payment Variable Information URL I have tried 2 methods. First, I use http://www.e-junkie.com/ecom/o_plug.php?&aweber=MYLIST@aweber.com& postto=http://www.MyDomain.com/MyCustomPage.php which should activate my aweber integration (this works) and then post my data to my custom page (this does not). I have also tried entering just http://www.MyDomain.com/MyCustomPage.php which does not seem to do anything. (Obviously, I use a valid Aweber list name and a valid page to post the data to.) 3. I finish setting up the product and save the order. 4. A customer comes and places an order. 5. Once they enter all of their information and place the order, the customer is sent to the redirection URL that I specified separately. (This works.) 6. I receive emails from various sources - receipts, payment processor notifications, etc. However, I do not receive an email from my script that the variables are supposed to be posted to. I have tested this script and it does in fact send me an email when it is called, however, it is never getting called and I am not receiving notification. If I have the aweber integration turned on, then that part does work (if they click on the box to receive updates). I have tried setting this up with a test product that is set up w/no charges as well as one that has a cost associated with it just to make sure to cover my bases, but that did not seem to make a difference (and it shouldn't). That page is just not getting called at all. How do I set it up so that the address information gets posted to my custom page? I will have a different script for each product so I do not want to set a standard script for my entire account. If necessary I can write the script to work that way but would prefer to have this work on a product by product basis, which appears to be possible given the documentation but which does not seem to actually work. I am not looking for help with my script that processes the data; right now it doesn't do anything other than send me an email with all posted variables and that is working fine and has been tested. I just can't get the page to get called once an order is placed. What am I doing wrong and how do I fix it? Thanks in advance, - Blaine # POSTED ON: January 25, 2009 @ 10:34 GMT -7 |
|
E-junkieChef E-Junkie Crew Posts: 936 |
Are you getting an e-mail from E-junkie about E-junkie being unable to contact your server? If not, then please replace your code with the following code to test - <? mail("youremailaddress","POST dump",print_r($_POST,true)); ?> # POSTED ON: January 25, 2009 @ 21:12 GMT -7 |
|
Blaine member Posts: 11 |
That is basically the script that I was using to test it, but the problem was me being an idiot. I was updating a different page than where the code lived (bonusesXXX.php instead of bonusXXX.php). Gotta love user error, especially when banging your head against a desk for hours on end. Thanks for the help; got one more question but I'll open a separate thread for that. At least now I can go ahead and automate sending the data to my CD fulfillment company. # POSTED ON: January 26, 2009 @ 05:40 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






