2
votes

I noticed a file called template/pages/order-complete.html in the default Stencil theme. The content of the file is this:

{{#partial "page"}}
<main class="content">
    <h1>Order Complete</h1>
    <p>Your order is complete. How awesome is that!</p>
</main>
{{/partial}}
{{> layout/base}}

Is this file actually being used as the confirmation page? From what I can tell, it seems like the system still uses the Blueprint file order.html. Can anyone confirm if this is true?

1

1 Answers

1
votes

Order-complete and checkout aren't customizable through Stencil today. They are using blueprint files.