Logotype
For developers
By Qliro
Select search filters:
0
0
/
/
Thank you page
Overview
When the order is submitted the customer is redirected to a confirmation page. The HTML snippet used to render the Checkout can also be used to display a pre-designed thank you page.
The iframe presenting the thank you page is modular, divided into different parts. The modules can be enabled or disabled based on your preference.
 
Mandatory modules
Sub header – shown if header is hidden.
Link – Information on where and how purchase can be payed. Qliro.com, Qliro App.
Payment method – Chosen payment method
Footer – Qliro logo
 
Modules selection
Header module
Total price module
Contact details module
Delivery method module
How-to
excludeResultModules()
The thank you page comes with a set of modules. Use this functionality to exclude optional modules from displaying on the thank you page.
 
Implementation
Arguments
Parameter Type Description Mandatory
modules Array An array of strings specifying which modules to exclude. See list of modules in the table below. Yes
 
Result modules
Name Description
HEADER Header saying "Thank you for your purchase".
TOTAL_PRICE Total price and order summary.
CUSTOMER_DETAILS Customer contact details and address used in the purchase.
SHIPPING_METHOD The selected shipping method. Will only be shown if the checkout handled the shipping.
 
Implementation Example
1
q1.excludeResultModules(['HEADER', 'TOTAL_PRICE', 'CUSTOMER_DETAILS'])
 
 
Merchant reference in header module
The customer can be presented with the merchant reference for the corresponding completed order that will be included in the header module. It will be displayed as "Your ordernumber is [MerchantReference]".

Please contact Integration@qliro.com to request this to be included in your header module. 
icon corner-down-right-dark
Next up is Risk mitigation