first commit
This commit is contained in:
10
web/common/templates/payment.GoPay.orderView.tpl
Normal file
10
web/common/templates/payment.GoPay.orderView.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
{if $order->isActive() && !$order->isPaid(true)}
|
||||
<div class="text-center payment-link">
|
||||
<h2 class="finish_payment">{t}Vaše objednávka čeká na zaplacení{/t}</h2>
|
||||
<p>{t}Pro dokončení online platby pokračujte kliknutím na tlačítko níže.{/t}</p>
|
||||
|
||||
<div class="text-center">
|
||||
<a href="{$payment->getPaymentUrl(1)}" class="btn btn-primary" style="font-size: 1.5em; font-weight: 700; margin-bottom:8px;">{t}Zaplatit online{/t} {$order->getRemainingPayment()|format_price:"ceil=no;decimal=dynamic"}</a>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user