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 · 148 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 Anna, 13 hours ago
1 43 6 hours ago
Support · by gtx, 1 week ago
4 227 1 day ago
Support · by Paul Hodges, 2 weeks ago
13 274 5 days ago
Support · by Anna, 3 weeks ago
9 333 1 week ago
Support · by TomW, 2 weeks ago
4 187 1 week ago