midtrans pay, but not yet validated

This commit is contained in:
Ibnu Maksum
2022-09-09 16:46:39 +07:00
parent e9d67ce220
commit dd46273a04
10 changed files with 195 additions and 86 deletions

View File

@ -137,7 +137,7 @@
</a>
<ul class="inner-drop list-unstyled">
<li {if $_system_menu eq 'order'}class="active"{/if}><a href="{$_url}order/voucher">Voucher</a></li>
{if $_c['payment_gateway'] != 'none'}
{if $_c['payment_gateway'] != 'none' or $_c['payment_gateway'] == '' }
<li {if $_system_menu eq 'order'}class="active"{/if}><a href="{$_url}order/hotspot">Hotspot</a></li>
<li {if $_system_menu eq 'order'}class="active"{/if}><a href="{$_url}order/ppoe">PPOE</a></li>
{/if}