OrderID variable

  • Bloc10
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 11 months ago #118193 by Bloc10
OrderID variable was created by Bloc10
When a customer purchases a plan, what kind of variable is generated like OrderID, and how could we use this to pass it back to a 3rd party system we are using?

Please Log in or Create an account to join the conversation.

More
6 years 11 months ago #118202 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic OrderID variable
Hello

There are many information available like ID of the subscription record, plan id, first name, last name, email, amount, discount amount, tax amount, gross amount

You can look at #__osmembership_subscribers table to see all fields stored in database for each subscription.

If you want to pass this information to third party, you will have to develop a plugin to send the data to the services you want

Regards,

Tuan

Please Log in or Create an account to join the conversation.