Next Member Shopping
This commit is contained in:
parent
fb27009339
commit
16fe2fa363
23 changed files with 619 additions and 334 deletions
|
|
@ -156,11 +156,11 @@
|
|||
<table style="padding: 20px; border:1px solid #eee; background-color: #f6fdf5;line-height:1.6em;" cellpadding="2" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td style="line-height:1.6em;">
|
||||
@if($txaction == 'failed')
|
||||
@if($txaction === 'failed')
|
||||
<b>{{__('email.checkout_mail_pay_error')}}</b><br>
|
||||
@elseif($txaction == 'appointed')
|
||||
@elseif($txaction === 'appointed')
|
||||
|
||||
@if($shopping_payment->clearingtype == "vor")
|
||||
@if($shopping_payment->clearingtype === "vor")
|
||||
<b>{{__('email.checkout_mail_pay_pre')}}</b><br>
|
||||
{{__('email.checkout_mail_pay_pre_c1')}} {{ number_format( floatval($shopping_payment->amount/100), 2, ",", ".") }} {{__('email.checkout_mail_pay_pre_c2')}}<br>
|
||||
<p>
|
||||
|
|
@ -176,6 +176,8 @@
|
|||
@else
|
||||
<b>{{__('email.checkout_mail_pay_approved')}}</b><br>
|
||||
@endif
|
||||
@elseif($txaction === 'invoice_open')
|
||||
<b>{{__('email.checkout_mail_pay_invoice_open')}}</b><br>
|
||||
@else
|
||||
<b>{{__('email.checkout_mail_system_status')}} {{$txaction}}</b><br>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue