
Originally Posted by
balihr
No, you can't access the order_review page directly. If you could, that would mean anyone could access it without authorization. The plugin generates a unique 32 character token which is basically a key to access that page. The token is generated at the time of placing the order and is stored in order_review database table. What you could do is place a test order, then use phpMyAdmin and go to order_review table and copy the token associated with your order ID, and then access the review page like YOU_DOMAIN/index.php?main_page=order_review&token=YOUR_TOKEN
Keep in mind that won't change the "notified" column so you'd still receive an automated email when/if your order qualifies, and of course, if you've configured your cron job.