show coupon codes in back office

This commit is contained in:
Etienne Roudeix
2013-12-19 14:50:45 +01:00
parent d7c1ecf09a
commit 5773922314
6 changed files with 44 additions and 14 deletions

View File

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