{** search form starts here **}
{trans key="marketing.promotions_list_table.title"} | {trans key="marketing.promotions_list_table.promo_code"} | {trans key="marketing.promotions_list_table.promo_type"} | {trans key="marketing.promotions_list_table.discount"} | {trans key="marketing.promotions_list_table.date_range"} | {trans key="marketing.promotions_list_table.subtotal"} | {trans key="marketing.promotions_list_table.one_time_use"} | ||
---|---|---|---|---|---|---|---|---|
{$one.name|htmlspecialchars} | {$one.promo_code} | {$one.promo_type} | {if $one.discount_type == "amount"} {$one.discount|price} {else} {$one.discount|string_format:"%.2f"} % {/if} | {$one.date_start} - {$one.date_stop} | {$one.min_amount|price} | {if $one.one_time_use}Enabled{else}Disabled{/if} | {trans key="common.edit"} {trans key="common.delete"} |