Checkout
The Checkout Page is where customers enter their billing details and finalize the purchase
Last updated
The Checkout Page is where customers enter their billing details and finalize the purchase
Users must complete the following fields:
Email ID
First Name
Last Name
Phone Number
Country
City/Town
Postcode
Street Address
Company Name
Add Note
These details are used for:
Generating order records
Sending receipts
Syncing enrollment
Stripe payment processing
If the user is logged in, the system may automatically fill:
First Name
Last Name
Users can edit the values if needed.
Once billing details are submitted:
User is redirected to Stripe for secure payment
After successful payment, user is:
Redirected back to Moodle
Automatically enrolled into the purchased course
Shown the order confirmation page
If payment fails, an appropriate failure message is displayed.
The Add Note field allows customers to add extra information for the admin.
Example uses:
Internal remarks
Special instructions
Purchase context
These notes appear in the order details for the admin.
Last updated