13 lines
548 B
Smarty
13 lines
548 B
Smarty
<p class="payment_module">
|
|
{if $cart->getOrderTotal() < 2}
|
|
<a href="">
|
|
<img src="{$this_path}hipay.png" alt="{l s='Pay with Hipay' mod='hipay'}" />
|
|
{l s='Minimum amount required in order to pay with Hipay:' mod='hipay'} {convertPrice price=2}
|
|
</a>
|
|
{else}
|
|
<a href="{$this_path_ssl}redirect.php" title="{l s='Pay with Hipay' mod='hipay'}">
|
|
<img src="{$this_path}hipay.png" alt="{l s='Pay with Hipay' mod='hipay'}" />
|
|
{l s='Pay with Hipay' mod='hipay'} {if !$hipay_prod}{l s='(sandbox / test mode)' mod='hipay'}{/if}
|
|
</a>
|
|
{/if}
|
|
</p> |