- This topic has 1 reply, 2 voices, and was last updated 7 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › WP Photo Seller – How get the order id in the checkout
Hello Support,
Question, how get the order id in the checkout with PHP ?
Because i am implementing the PayU as payment method and the need the get the order id for the response and confirmation page in PHP, for will try the test sending the download link to email of buyer.
Thanks,
In our PayPal integration, the order ID (transaction ID) comes from paypal. In your case, you should generate a unique ID and then pass that to your gateway. When the payment notification comes in (I am assuming they have a similar feature like paypal IPN), you can then reference that order ID value to connect the payment.
The other “Order ID” value that you see in the orders menu table (in the admin dashboard) is the row ID of the orders table.