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.
Is the email of the account that made the order, can be added on texts using the attribute:
orderemailStatus
Is the status of the order: (completed, failed, etc) can be added on texts using the attribute:
orderstatusThank 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-actionsNumber
Is the order number, can be added on texts using the attribute:
ordernumberShipping Address
Is the shipping address of the customer can be added on texts using the attribute:
ordershipping-addressBilling Address
Is the billing address of the customer can be added on texts using the attribute:
orderbilling-addressPayment Method
Is the payment method title used by the customer can be added on texts using the attribute:
orderpayment-methodShipping Method
Is the shipping method title chosen by the customer can be added on texts using the attribute:
ordershipping-methodTotal
Is the total payed by the customer can be added on texts using the attribute:
ordertotalSubtotal
Is the subtotal of the order and can be added on texts using the attribute:
ordersubtotalTaxes
Is the amount of taxes that have been collected for the order can be added on texts using the attribute:
ordertaxesProducts
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:
orderproductsInside 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:
itemtitlePrice
Is the price of the product and can be added on texts using the attribute:
itempriceQuantity
Is the quantity purchased of the product and can be added on texts using the attribute:
itemquantityTotal
Is the total price of the product (price times quantity) and can be added on texts using the attribute:
itemtotalFeatured Image
Is the featured image of the product and can be added on divs as background image or on img using the attribute:
itemfeatured-image