show coupon codes in back office
This commit is contained in:
@@ -118,13 +118,9 @@
|
||||
<td colspan="2" class="td-unstyled"></td>
|
||||
<td colspan="3"><strong>{intl l="Coupon code"}</strong></td>
|
||||
<td>
|
||||
{ifloop rel="couponcode"}
|
||||
<ul>
|
||||
{loop type="order_coupon" name="couponcode" order=$ID}
|
||||
<li>{$CODE}</li>
|
||||
{$CODE}{if $LOOP_COUNT != $LOOP_TOTAL}, {/if}
|
||||
{/loop}
|
||||
</ul>
|
||||
{/ifloop}
|
||||
{elseloop rel="couponcode"}
|
||||
<strong>Ø</strong>
|
||||
{/elseloop}
|
||||
|
||||
@@ -122,8 +122,17 @@
|
||||
|
||||
</tbody>
|
||||
<tfoot>
|
||||
|
||||
<tr >
|
||||
<td rowspan="4" colspan="3" class="empty"> </td>
|
||||
<th class="shipping">{intl l="Discount"}</th>
|
||||
<td class="shipping">
|
||||
<div class="shipping-price">
|
||||
<span class="price">{order attr="discount"} {currency attr="symbol"}</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr >
|
||||
<td rowspan="3" colspan="3" class="empty"> </td>
|
||||
<th class="shipping">{intl l="Shipping Tax"}</th>
|
||||
<td class="shipping">
|
||||
<div class="shipping-price">
|
||||
|
||||
Reference in New Issue
Block a user