A page through which the customers can pay for their order if an external payment service has been selected.

Description

This template is used both by the multi-page and the single-page checkout.

The template should include at least the following:

Template properties

Template location
themes/shop/THEME/checkout/process.html
Template URL
/checkout/process/
Scope

Default theme implementation

{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')}