{* $Id: discount_details.tpl 1500 2006-03-30 13:26:09Z zeke $ *} {if $discount.discount_type=="D"} {include file="common_templates/subheader.tpl" title=$lang.discount_properties} {else} {include file="common_templates/subheader.tpl" title=$lang.discount_coupon_properties} {/if}
| {if $discount.discount_type=="C"} {$lang.coupon_code}: {else} {$lang.name}: {/if} | ||
| {$lang.value}: | ||
| {$lang.type}: | ||
| {$lang.times_to_use}: | ||
| {$lang.times_coupon_used}: | {$discount.times_used} | |
| {$lang.when_order_total_exceeds}: | ||
| {$lang.when_total_amount_exceeds}: | ||
| {$lang.membership}: | ||
| {$lang.from_date}: | {html_select_date field_array="update_discount_data[from_date]" time="`$discount.from_date`" end_year="+4"} | |
| {$lang.to_date}: | {html_select_date field_array="update_discount_data[to_date]" time="`$discount.to_date`" end_year="+4"} | |
| {$lang.available}: |