Ho do I go about using 2 even 3 different Zen Cart websites using Paypal Express. I use the IPN_Url return but it cant be used on all the sites. How do I do this?
I read in the forum on paypal as I couldn't find anything here. 2 ways to do it. I really need help with this if someone could.. thank you
here was suggestion given to other people
1 Option -within your button code or API calls you just need to include the notify_url parameter and add the URL to the IPN script you'd like that button/call to work with. So for 1 site you might have domain.com/paypal/ipn.php and another site might have domain.com/ipn/ipn.php or whatever. Just fill in notify_url accordingly for each site's buttons and API calls.
2-option With regards to the return and IPN URLs, you can override your profile settings by using "return" and "notify_url" respectively in the code that your second website will submit to PayPal as shown in the example below:
<input type="hidden" name="return" value="http://yoursite.com/return.php">
<input type="hidden" name="return" value="http://yoursite.com/ipn.php">


Reply With Quote

