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

{$title|escape} #{$batch.batch_id|escape}

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

    {/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}
    Apply to recurring?
    apply coupon discount to recurring transactions?
    default is "no". "Member Usage Count" setting
    may work incorrectly if you enable this option,
    please set "Member Usage Count" to big value
    like "10000" if you enable this option
    Locked
    coupons batch disabled
    prevent new signups with it, but allow
    current recurring subscribers to go with discount
    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"}