Merge branch 'ticket-10527' into develop

This commit is contained in:
Marion Muszynski 2016-08-31 14:57:19 +02:00
commit 72a0d2d3d7

View File

@ -56,7 +56,7 @@
<div id="HOOK_TOP_PAYMENT">{$HOOK_TOP_PAYMENT}</div>
{if $HOOK_PAYMENT}
{if !$opc}<p>{l s='Please select your preferred payment method to pay the amount of'}&nbsp;<span class="price">{convertPrice price=$total_price}</span> {if $taxes_enabled}{l s='(tax incl.)'}{/if}{if $site_version=='es'}{l s='El pago es totalmente seguro.'}{/if}</p>{/if}
{if !$opc}<p>{l s='Please select your preferred payment method to pay the amount of'}&nbsp;<span class="price">{convertPrice price=$total_price}</span> {if $taxes_enabled}{l s='(tax incl.)'}{/if} {if $site_version=='es'}{l s='El pago es totalmente seguro.'}{/if}</p>{/if}
{if $opc}<div id="opc_payment_methods-content">{/if}
<div id="HOOK_PAYMENT">{$HOOK_PAYMENT}</div>
{if $opc}</div>{/if}