{foreach $checkout_payment_methods as $m}
-
{if $m.description}{$m.description}
{/if}
{if !empty($m.error)}{$m.error}
{/if}
{if !empty($m.custom_html)}{$m.custom_html}
{/if}
{foreachelse}
-
[`Oops! We are sorry, but we can not offer any payment option for your order. Checkout can not be completed.`]
{/foreach}
{* @event frontend_checkout.%plugin_id% *}
{foreach $frontend_checkout as $_}{$_}{/foreach}
{if !empty($error)}
{$error}
{/if}