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

5 lines
262 B
Smarty
Raw Normal View History

2009-08-03 04:10:16 +00:00
<tr>
<td style="width: 70%;">Ad Hoc Discount</td>
2010-11-29 22:41:08 +00:00
<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>
2009-08-03 04:10:16 +00:00
</tr>