Discount price requested by Fiberwan

This commit is contained in:
Ibnu Maksum
2024-09-23 16:43:24 +07:00
parent 8e3a16a123
commit aa0432df38
14 changed files with 749 additions and 622 deletions

View File

@ -151,7 +151,7 @@
</select>
</div>
</div>
<div class="form-group">
<div class="form-group has-success">
<label class="col-md-3 control-label">{Lang::T('Package Price')}</label>
<div class="col-md-9">
<div class="input-group">
@ -168,7 +168,16 @@
will be added')}</p>
{/if}
{/if}
</div>
<div class="form-group has-warning">
<label class="col-md-3 control-label">{Lang::T('Price Before Discount')}</label>
<div class="col-md-9">
<div class="input-group">
<span class="input-group-addon">{$_c['currency_code']}</span>
<input type="number" class="form-control" name="price_old" required value="{$d['price_old']}">
</div>
<p class="help-block">{Lang::T('For Discount Rate, this is price before get discount, must be more expensive with real price')}</p>
</div>
</div>
<div class="form-group">
<label class="col-md-3 control-label">{Lang::T('Shared Users')}