Checkout queries
You can use queries on the end of any Checkout URL to automatically add items to a student’s web cart. Items that can be automatically added are any course, class or product.
Examples:
/checkout?course=ABC
/checkout?product=XYZ
/checkout?class=ABC-1
Multiple codes can be added by separating them with a comma ','
/checkout?course=ABC,DEF
Different entities can be combined using an ampersand '&'
/checkout?course=ABC,DEF&product=XYZ&class=GHI-1
This opens up lots of avenues for automation to guide students through certain course paths, or bundling particular items together. You could also create an automation that sends a new checkout link to a student to enrol in the next level course upon completion of their last enrolment.
Remember that items will need to be set as visible online in onCourse to appear in web checkout.
Updated 5 months ago