/var/www/vhosts/nabawater/frontend/views/payment
Edit: /var/www/vhosts/nabawater/frontend/views/payment/mail.php (15501B)
Configuration::FACEBOOK_URL,
'icon' => ''
],
[
'key' => Configuration::TWITTER_URL,
'icon' => ''
],
[
'key' => Configuration::YOUTUBE_URL,
'icon' => ''
],
[
'key' => Configuration::INSTAGRAM_URL,
'icon' => ''
]
];
$payment_option_text = Order::getPaymentOptionLabel($model['payment_option']);
$uploadHelper = \common\helpers\UploadHelper::getInstance();
?>
= Html::encode($this->title) ?>
head() ?>
|
=
Html::a(
Html::img(
$uploadHelper->get(
Configuration::get(Configuration::APP_LOGO_PATH),
true
),
['width' => 90, 'style' => 'border-radius:4px']
)
)
?>
|
= $this->title ?>
|
|
Dear =$model['customer']['first_name']?>,
Thank you for placing order at
= $appName ?>.
Exciting to have you here. Your order has been successfully
placed and please allow us sometime to confirm your order.
|
Order Information:
|
|
Order ID
=$model['order_number'] ?>
|
Date Added
=$model['order_date_time'] ?>
|
Payment Method
= $payment_option_text ?>
|
|
| Product |
Qty |
Price |
$item) { ?>
|
Product Name
=$item['item_name']?>-=Com::moneyFormat($item['item_price'],'') ?>
|
=$item['quantity'] ?> |
= Com::moneyFormat($item['item_price'] *$item['quantity'], '') ?> |
|
Scan QR Code
=
Html::img(
$uploadHelper->get($qr_path,true),
[ 'style' => 'width: 150px; height: 150px; border: 1px solid #ddd;']
)
?>
|
Item Total: |
= Com::moneyFormat($model['item_total'],'') ?> |
| VAT: |
= Com::moneyFormat(round($model['vat_cgst'], 2), '') ?> |
0){ ?>
| Coupon: |
=Com::moneyFormat(round($model['coupon_offer_value'], 2), '') ?> |
| Delivery Fee: |
= Com::moneyFormat($model['delivery_fee'],'') ?> |
0){ ?>
|
Delivery Tip: |
= Com::moneyFormat($model['delivery_fee'],'') ?> |
|
Packaging Fee: |
= Com::moneyFormat($packagingFee,'') ?> |
*/ ?>
|
Total |
= Com::moneyFormat($model['order_total'],'') ?> |
|
|
|
|
|
|
|
|
Questions? The = $appName ?> team is always here to help.
Contact = $appSupportEmail ?> and we'll get back to you soon.
© = date('Y') ?> = $appName ?>. All rights reserved.
|
|