Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

eShop 2.0

Asked Modified Viewed 3,989 times
F
Falk
F
Falk 148
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 12 questions
asked
Super Admin

[mp]1260[/mp]
0 replies

26 posts

J
jemstar
J
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

Hi again,

Sorry but I'm not getting much help from PaYPal. While I'm waiting on a response from PayPal I was hoping to confirm a few things with you.
Payments reach PayPal however the invoices show as UNPAID in the eShop orders panel.

I was hoping you could confirm the correct path to suply PayPal for IPN.
I currently have it set to:
https://****net.au/infusions/eshop/paymentscripts/paypal.php
and have tried:
https://****.net.au/infusions/eshop/paymentscriptspay/paypal_ipnverify.php
and also a video said I didn't need a full path and that a home path was fine so also tried:
https://****.net.au/
https://****.net.au/infusions/eshop/

Was also thinking that as website is set to Maintenance Mode that may stop it however have tried it with site open. Also could it be that Australian PayPal IPA is not included in the known PayPal IPA array? I would really appreciate any help.

On another note have been experimenting with the categories and banners and are really liking these features, though whenever I click on the Main Category it creates bool error messages but if I list the errors as Ignored it stops new errors showing on additional clicks so not to worry.

Thanks for your help and providing a great little online shop packed with features!

Jem.

Update:

PayPal have responded that the IPN's are going out to /paypal_ipnverify.php with an HTTP 500 response.
They have also provided a list of further IPA's to add to the known IPA array. I have added them to the array in the paypal_ipnverify.php. However am still not getting through. Should I include the ports by adding :22 etc to the IPA's in the array?
Or is it worth trying commenting the array section out in the paypal_ipnverify.php to see if that is what is blocking the IPN's?
Thanks again.
Edited by jemstar on 05-08-2022 07:52,
0 replies
F
Falk
F
Falk 148
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 12 questions
answered
Super Admin

yeah you can try to comment it out and see if it works.
0 replies
— 30 days later —
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
answered
Senior Member

Falk, will you be porting this to 8.00.100?

Gene
0 replies
F
Falk
F
Falk 148
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 12 questions
answered
Super Admin

I guess I could if there is a demand, it is actually @ it´s core compatible with both 8 and 9, only infusion.php is not prepared for 8...
0 replies
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
answered
Senior Member

Ok, I'll test it on my one 8 site that I use just for that and see if it works for me.
gene
0 replies
J
jemstar
J
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

Hi again Falk,

I am still having issues with the PayPal IPN, thought I was getting closer but it appears not. I noticed in the logs that the IPA's being used each time were not in the array in the ipnverify.php, so I was adding them to the array each time a new one was used by PayPal. But now I see that even when PayPal are sending from an IPA included in the array eShop is still sending a 500 response after accepting the intial hanshake.

From the raw logs:
66.211.170.66 - - [29/Sep/2022:12:00:37 +1000] "POST /infusions/eshop/paymentscripts/paypal.php HTTP/1.1" 200 13 "-" "Needle/1.6.0 (Node.js v14.20.0; linux x64)"


173.0.81.140 - - [29/Sep/2022:12:00:46 +1000] "POST /infusions/eshop/paymentscripts/paypal_ipnverify.php HTTP/1.1" 500 0 "-" "PayPal IPN ( https://www.paypal.com/ipn )"


And how I added kown paypal IPA's to the array in paypal_ipnverify.php:
//Only allow known Paypal IPテつエs to access this file
if (!in_array($_SERVER['REMOTE_ADDR'],array('216.113.188.202','216.113.188.203','216.113.188.204','173.0.81.140','173.0.81.65','173.0.80.0','66.211.170.66','66.211.168.0','91.243.72.0','64.4.248.0','64.4.240.0')) {
   header("HTTP/1.0 404 Not Found");
   exit();
}


I was wondering should I be doing something in particular with settings or does it usually work with a valid paypal account without too much issues.

As always any help is muchly appreciated.

Jem.
Edited by jemstar on 29-09-2022 03:53,
0 replies
F
Falk
F
Falk 148
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 12 questions
answered
Super Admin

Historically it has worked fine. I do not have any live tests up atm. Try comment the array check out and see if it works.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 26 posts
  • Votes 0 votes
  • Topic users 7 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet