flyingL123
flyingL123

Reputation: 8076

Bigcommerce Stencil order-complete

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?

Upvotes: 2

Views: 274

Answers (1)

Alyss
Alyss

Reputation: 1866

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

Upvotes: 1

Related Questions