⚠️ These docs are only for the Adapter Legacy. If you are using the new App, you must refer to the University! ⚠️

Order Confirmation Page

Order Confirmation Page is already created by Webflow when you add the Ecommerce, you don't need any attribute on body, and will automatically be used as Thank You Page by WooCommerce

The order confirmation page is already preconfigured by Webflow, you have only to add some attributes and delete elements that you don't need or are not exported.

Copy Order Confirmation

Email

Is the email of the account that made the order, can be added on texts using the attribute:

orderemail

Status

Is the status of the order: (completed, failed, etc) can be added on texts using the attribute:

orderstatus

Thank you Actions

This is a div where the thank you actions of woocommerce will be injected, (these actions are usefull if you are having issues with cart not being emptied after checkout), add a div with attribute

orderthank-you-actions

Number

Is the order number, can be added on texts using the attribute:

ordernumber

Shipping Address

Is the shipping address of the customer can be added on texts using the attribute:

ordershipping-address

Billing Address

Is the billing address of the customer can be added on texts using the attribute:

orderbilling-address

Payment Method

Is the payment method title used by the customer can be added on texts using the attribute:

orderpayment-method

Shipping Method

Is the shipping method title chosen by the customer can be added on texts using the attribute:

ordershipping-method

Total

Is the total payed by the customer can be added on texts using the attribute:

ordertotal

Subtotal

Is the subtotal of the order and can be added on texts using the attribute:

ordersubtotal

Taxes

Is the amount of taxes that have been collected for the order can be added on texts using the attribute:

ordertaxes

Products

Is the list of the products purchased, note that the Product list added by Webflow is not exported in HTML, so you have to remove it and add a normal list instead with attribute:

orderproducts

Inside the list item you can add the following elements:

Title

Is the title of the product and can be added on texts using the attribute:

itemtitle

Price

Is the price of the product and can be added on texts using the attribute:

itemprice

Quantity

Is the quantity purchased of the product and can be added on texts using the attribute:

itemquantity

Total

Is the total price of the product (price times quantity) and can be added on texts using the attribute:

itemtotal

Is the featured image of the product and can be added on divs as background image or on img using the attribute:

itemfeatured-image