{assign var=title value="Edit Coupon Batch"} {include file="admin/header.inc.html"} {include file="admin/coupon_nb.inc.html"}

{$title} #{$batch.batch_id}

{if $error}{foreach from=$error item=e}
  • {$e}

    {/foreach}{/if}
    Coupons Usage Count
    how many times coupon can be used
    enter big value (ex.:99999) for unlimited
    Member Coupons Usage Count
    how many times coupon can be used
    by the same member
    Discount
    order discount
    Comment
    comment - visible only for admin
    Dates
    date range when coupon can be used
    0) or ($batch.begin_date eq '0000-00-00')}checked{/if}> Don't limit date of usage
    {html_select_date prefix="begin_date" time=$batch.begin_date start_year=-3 end_year=+3}
    {html_select_date prefix="expire_date" time=$batch.expire_date start_year=-3 end_year=+3}
    Locked
    coupons batch disabled
    Products
    coupons can be used with selected products
    hold Ctrl Key to select multple products
    if nothing selected, coupon can be used with ANY product
    {include file="admin/footer.inc.html"}