Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

Process _GET variable

first-time plugins

Started by Steven 2 years ago · 0 replies · 122 views
2 years ago

I'm porting some online store code (written in raw HTML/PHP/mySQL) to Grav. The credit card processor sends the user to https://www.company.com/store/thanks?orderId=123.

That should invoke (via a plugin, I assume), a call to a PHP function that does stuff with the orderId like pull the order from the database, call the processor via curl to get the payment status, update the database, and eventually display a "Thank You" page to the user.

What I don't yet understand is how to invoke my plugin from the "thanks" page, and pass it the GET variable. Should the plugin function directly access the $_GET variable?

I still haven't figured out how to use a plugin on a particular page, because I don't need to invoke the plugin on all my pages, just the store pages.

Suggested topics

Topic Participants Replies Views Activity
Support · by Paul Hodges, 3 hours ago
2 21 42 minutes ago
Support · by TomW, 4 days ago
4 92 1 hour ago
Support · by Anna, 4 days ago
4 110 24 hours ago
Support · by Anna, 1 week ago
7 196 3 days ago
Support · by Anna, 1 week ago
9 159 3 days ago