From 694b4d7bac9a4d5aee4fcd52cd50ba0ef02a5373 Mon Sep 17 00:00:00 2001
From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com>
Date: Sat, 30 Nov 2024 22:43:05 +0700
Subject: [PATCH] Update selectGateway.tpl
---
ui/ui/customer/selectGateway.tpl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ui/ui/customer/selectGateway.tpl b/ui/ui/customer/selectGateway.tpl
index 251cb630..510bceae 100644
--- a/ui/ui/customer/selectGateway.tpl
+++ b/ui/ui/customer/selectGateway.tpl
@@ -51,7 +51,7 @@
{$plan['type']}
- {Lang::T('Plan Price')}
+ {Lang::T('Package Price')}
{if !empty($plan['price_old'])}
{Lang::moneyFormat($plan['price_old'])}
@@ -83,7 +83,7 @@
class="pull-right">{Lang::moneyFormat($add_cost)}
- {Lang::T('Total')} ({Lang::T('Plan Price')}
+ {Lang::T('Total')} ({Lang::T('Package Price')}
+{Lang::T('Additional Cost')}){Lang::moneyFormat($plan['price']+$add_cost+$tax)}
@@ -106,7 +106,7 @@
class="pull-right">{Lang::moneyFormat($add_cost)}
- {Lang::T('Total')} ({Lang::T('Plan Price')}
+ {Lang::T('Total')} ({Lang::T('Package Price')}
+{Lang::T('Additional Cost')}){Lang::moneyFormat($plan['price']+$add_cost)}
@@ -164,4 +164,4 @@
-{include file="customer/footer.tpl"}
\ No newline at end of file
+{include file="customer/footer.tpl"}