Thank you for your order. You will be redirected after you completed the payment. Please keep in mind that depending on the selected payment method your order may take several days to be finalised, particularly when using an offline payment method.
|
@if(!empty($couponCode) && !empty($streamerUrl))
| Original Price |
@if(!empty($webOrderHistory->product->prefix))
{{ $webOrderHistory->product->prefix }}
@endif
{{ number_format($oldPrice, 2, ',', '.') }}
|
| Discount Applied |
@if(!empty($webOrderHistory->product->prefix))
{{ $webOrderHistory->product->prefix }}
@endif
-{{ number_format( ( $oldPrice - $totalPrice ) , 2, ',', '.') }} ({{ $discountPercentage }}%)
|
| Final Price |
@if(!empty($webOrderHistory->product->prefix))
{{ $webOrderHistory->product->prefix }}
@endif
{{ number_format($totalPrice, 2, ',', '.') }}
|
@else
| Price |
@if(!empty($webOrderHistory->product->prefix))
{{ $webOrderHistory->product->prefix }}
@endif
{{ number_format($webOrderHistory->price, $webOrderHistory->product->decimals, ',') }}
@if(!empty($webOrderHistory->product->suffix))
{{ $webOrderHistory->product->suffix }}
@endif
|
@endif
@if(!empty($couponCode))
| Coupon Code |
{{ $couponCode }} - {{ $discountPercentage }}% discount |
@endif
@if(!empty($streamerUrl))
| Streamer |
{{ $streamerUrl->name }} |
@endif
|
| Payment Method |
{{ ucfirst($webOrderHistory->product->payment->name) }} |
| Account Number: |
shown above |
| Account Email: |
{{ $webOrderHistory->account->email }} |
|
|
|
|