{if $payment_method->message_payment != ""}
{$payment_method->message_payment}
{/if} {if $payment_test_mode}
{$msg.cart.gateway_in_test_mode}
{/if} {if $order->paymentIsRealtime == "Yes"}
{if $is_payment_error == "yes"}
{$payment_error_message}
{/if} {foreach from=$payment_form item="field"} {if $field.type == "hidden"} {/if} {/foreach} {if $paymentProfile} {assign var="paymentProfileBillingData" value=$paymentProfile->billingData}
{if count($payment_profile_form) > 0}
{foreach from=$payment_profile_form item="field"} {include file="templates/pages/checkout/opc/opc-payment-form-field.html"} {/foreach}
{/if}
{/if} {if $processor_form_template} {include file=$processor_form_template} {else} {/if}
{else} {/if}