Hi,
I'm trying to figure out how to set up so that I can use ONE field for both Gift Cards and Vouchers. I have tried to look around but without success.
At the moment i have
<input type="text" name="EcomOrderGiftCardCode" id="EcomOrderGiftCardCode" value="<!--@Ecom:Order.GifTCardCode-->" />
and
<input type="text" name="EcomOrderVoucherCode" id="EcomOrderVoucherCode" value="<!--@Ecom:Order.Customer.VoucherCode-->"/>
which works fine. But, as said, I would need to have the functionality in one field.
Regards / Aki