9.4 Show customer's information on thank you page or popup

1. Show the customer's information in the popup

After submitting the form, the customer's information will show up in the popup

Use this format: {{ID form field}} to show the field's information

Eg: Fullname field: {{full_name}}

Demo: https://preview.webcake.io/thanks-03

2. Show customer's information in thank you page

Like popup, we will use format: {{ID form field}} to show the customer's information

Demo: https://preview.webcake.io/thanks02

3. Show order value

Use structure:

  • {{total_price}} : to display order value to thank you page or popup

  • {{shipping_fee}} : to show shipping fee of the order

  • {{discount_code}}: to show the promotional discount

  • {{order_display_id}} : to show order ID

4. Show product information

Using structure:

5. Show cart information

It's used when users use the cart feature and want to show information about the cart on the popup before customers submit form:

  • {{cart_subtotal}} to show cart subtotal

  • {{cart_total_price}} to show cart total

  • {{cart_item}} to show the product list of the cart

  • {{cart_discount_code}} to show the value of the promotional discount

  • {{cart_shipping_fee}} to show shipping fee

6. Show date information

Using structure: {{yesterday}}, {{today}}, {{tomorrow}} to show the date information to thank you page or popup

Last updated