Re: Gift certificates?
It is not working for me, would you help me?
I changed giftcert.tpl
From:
<td align="left"><input type="text" name="amount" size="10" maxlength="9" value="{$giftcert.amount|formatprice}" />
To:
<td align="left">
<select name="amount">
<option value="25"{if $giftcert.amount eq "25"} selected{/if}>$25.00</option>
<option value="50"{if $giftcert.amount eq "50"} selected{/if}>$50.00</option>
<option value="100"{if $giftcert.amount eq "100"} selected{/if}>$100.00</option>
<option value="200"{if $giftcert.amount eq "200"} selected{/if}>$200.00</option>
</select>
__________________
Latino for ever!!
X-Cart Gold V 4.4.1
X-SpecialOffers
X-AOM
http://www.gobrisk.com Buy Smart... Order Online!!!
(Kitchen Cabinet Hardware, Plantation Shutter Hardware, Bathroom Hardware, Vanities and More!!!)
|