{strip} {$_config = $config["confirmation"]} {$_locked = !empty($_confirm_locked)} {$_cart_is_invalid = false} {$_errors = []} {if !empty($error_step_id) && $error_step_id === "confirm"} {$_errors = $errors} {else} {foreach $errors as $_error} {if !empty($_error.id) && $_error.id === "cart_invalid"} {$_errors[] = $_error} {break} {/if} {/foreach} {/if} {foreach $errors as $_error} {if !empty($_error.id) && $_error.id === "cart_invalid"} {$_cart_is_invalid = true} {break} {/if} {/foreach} {$_button_text = _w("Confirm order")} {if !empty($config["shipping"]["used"])} {if $error_step_id === "region" || $error_step_id === "shipping"} {$_button_text = _w("Select shipping")} {if !empty($errors)} {foreach $errors as $_error} {if !empty($_error.id) && $_error.id === "empty_region_options"} {$_locked = true} {break} {/if} {/foreach} {/if} {/if} {/if} {if !empty($config["payment"]["used"])} {if $error_step_id === "payment"} {$_button_text = _w("Select payment")} {/if} {/if}
{* BODY *}
{* @event checkout_render_confirm *} {foreach $event_hook.confirm as $_} {/foreach}
{if !empty($_cart_is_invalid)} {capture name='delete_icon'}  ) {/capture} {capture name='minus_icon'}  ) {/capture} {capture name='edit_icon'}  ){/capture}

[`To complete your order, please change the products in your shopping cart which are not available in stock:`]

  • {sprintf(_w("either delete them %s"), $smarty.capture.delete_icon)}
  • {sprintf(_w("or reduce their quantity %s"), $smarty.capture.minus_icon)}
  • {if !empty($config.cart.change_sku)}
  • {sprintf(_w("or select other SKUs %s"), $smarty.capture.edit_icon)}
  • {/if}
{/if}
{capture assign="_loading_html"} {/capture}
{/strip}