This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/cart/cart_tr_adhocdiscount.tpl
2011-05-03 09:49:04 +10:00

5 lines
262 B
Smarty

<tr>
<td style="width: 70%;">Ad Hoc Discount</td>
<td style="width: 30%;" valign="middle" align="right"><input type="text" size="5" id="ad_hoc_discount_{$cart.cart_id}" value="{$cart.ad_hoc_discount}" onchange="ad_hoc_discount('{$cart.cart_id}');"></td>
</tr>