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"}