{** 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"} | ||
---|---|---|---|---|---|---|---|
{$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} | {trans key="common.edit"} {trans key="common.delete"} |