A page through which the customers can pay for their order if an external payment service has been selected.
Kuvaus
This template is used both by the multi-page and the single-page checkout.
The template should include at least the following:
Sivupohjan ominaisuudet
- Sivupohjan sijainti
- themes/shop/THEME/checkout/process.html
- Sivupohjan URL
- /checkout/process/
- Asetettu näkyvyys
Toteutus oletusteemassa
{Helper(file:'checkout/header')}
<div id="MultiPageCheckout" class="clearfix">
<div class="FormItem HeaderItem NoIndent">
<h2>{CheckoutPaymentMethodName}</h2>
{CheckoutPaymentMethodInstructions}
</div>
<fieldset id="{CheckoutPaymentMethodServiceID}" class="CheckoutPaymentServiceProcess">
{CheckoutPaymentMethodProcess}
</fieldset>
</div>
{Helper(file:'checkout/footer')}