diff --git a/ui/ui/customer/orderView.tpl b/ui/ui/customer/orderView.tpl
index 3ac794ac..40c8f933 100644
--- a/ui/ui/customer/orderView.tpl
+++ b/ui/ui/customer/orderView.tpl
@@ -123,11 +123,13 @@
{Lang::T('Validity Periode')} |
{$plan['validity']} {$plan['validity_unit']} |
-
- {Lang::T('Bandwidth Plans')} |
- {$bandw['name_bw']} {$bandw['rate_down']}{$bandw['rate_down_unit']}/{$bandw['rate_up']}{$bandw['rate_up_unit']}
- |
-
+ {if $_c['show_bandwidth_plan'] == 'yes'}
+
+ {Lang::T('Bandwidth Plans')} |
+ {$bandw['name_bw']} {$bandw['rate_down']}{$bandw['rate_down_unit']}/{$bandw['rate_up']}{$bandw['rate_up_unit']}
+ |
+
+ {/if}
{/if}