Logotype
For developers
By Qliro
Select search filters:
0
0
/
/
Thank you page
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 Qliro Checkout handled the shipping.
 
Implementation Example
1
q1.excludeResultModules(['HEADER', 'TOTAL_PRICE', 'CUSTOMER_DETAILS'])
 
 
icon corner-down-right-dark
Next up is Order management