2021-06-01 21:33:49 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
|
|
|
<section class="">
|
|
|
|
<header class="">
|
|
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div
|
|
|
|
id="cart-payment-methods"
|
|
|
|
data-controller="cart-payment-methods"
|
|
|
|
data-cart-payment-methods-next-url="{{ site.confirmation.url }}"
|
|
|
|
data-cart-payment-methods-back-url="{{ site.shipment.url }}"
|
2021-10-28 13:00:00 +00:00
|
|
|
data-cart-payment-methods-template="payment_methods">
|
2021-06-01 21:33:49 +00:00
|
|
|
</div>
|
|
|
|
</section>
|