Order processes

Order object {{ order }} contains information about the order, with filter print_r the content is listed.

Order withdrawals

For consumer sales within EU there is a 14-days return policy which also dictates an withdrawal process, as simple as placing the order.

withdrawal form

{% form 'order_withdrawal' %}

withdrawal.liquid template

/order/withdrawal.liquid template is used as the confirmation page for order withdrawals.

Why is the template not showing up?

Check that you have a route setup for order, routes are added in Routes.

Dialog for setting up a route for order