Confirmation Page
The confirmation page usually displays the following two elements:
- a box with the thank you for your order message (customizable)
- an overview of delivery information messages for the order and the email address for correspondence.
Often webshops also include contact information for customers to use in case of questions regarding the order, including the order reference number.
In addition to these default components, all data below is available for use in the check-out section of the webshop:
{'affiliation_store_name': u' ',
'city': u'Houten',
'conversion_value': '642.00',
'country': u'Nederland',
'delivery_info': {'city': u'Houten',
'country': u'Nederland',
'name': u'Cloudsuite',
'street': u'Elzenkade 1',
'streetbis': None,
'zip': u'3992 AD'},
'ecomm_pagetype': 'purchase',
'ecomm_prodid': [u'300099532'],
'ecomm_totalvalue': '592.00',
'email': u'cpkok@hotmail.com',
'google_tag_params': {'ecomm_pagetype': 'purchase',
'ecomm_prodid': [u'300099532'],
'ecomm_totalvalue': '592.00'},
'lines': [{'brand_name': u'Infinity',
'category_variation': u'Slapen/Matrassen/Matrassen',
'order_id': u'7107745',
'product_name': u'Matras Infinity 200hr',
'quantity': 2,
'sku_code': u'300099532',
'unit_price': '321.00',
'unit_price_dec': Decimal('321.00'),
'unit_price_dec_ex': Decimal('321.00'),
'unit_price_ex': '321.00'}],
'order_id': u'987589298745',
'payment_method': u'ideal',
'product_codes_as_csv': u'300099532',
'shipping': '-50.00',
'shipping_in': '-50.00',
'shipping_in_dec': Decimal('-50.00'),
'state_province': '0',
'success': False,
'tax': '0.00',
'total': '592.00',
'total_dec': Decimal('592.00'),
'total_dec_ex': Decimal('592.00'),
'total_ex': '592.00',
'total_ex_no_shipping': '642.00',
'total_ex_no_shipping_dec': Decimal('642.00'),
'total_no_shipping_dec': Decimal('642.00'),
'user_info': {'city': u'Houten',
'country': u'Nederland',
'email': u'frontend@cloudsuite.com',
'name': u'Cloudsuite',
'street': u'Elzenkade 1',
'streetbis': None,
'zip': u'3992 AD'}
}