I don't want to destroy my checkout pages so am asking for some help.
I would like to add a simple text field in the payment phase.
This would then hopefully be added somewhere on the 'Progress and Payments' tab on the order. It is actually going to be for a manual input for a gift voucher code. I only have catalog so can't use discount vouchers within the software so presumably the variable for 'CouponEntryField' will not work. I would think this triggers discount within the software.
I just need plain text to be sent through with the order so I can copy and paste into a spreadsheet and then use the info for redemption.
It could read something like:
I realise this is not professional but we are trying to make some more dosh to fund our Christmas dinner!!!
Thanks - any help will be great - The checkout area can be a mine field and don't want to set one off!
I would like to add a simple text field in the payment phase.
This would then hopefully be added somewhere on the 'Progress and Payments' tab on the order. It is actually going to be for a manual input for a gift voucher code. I only have catalog so can't use discount vouchers within the software so presumably the variable for 'CouponEntryField' will not work. I would think this triggers discount within the software.
I just need plain text to be sent through with the order so I can copy and paste into a spreadsheet and then use the info for redemption.
It could read something like:
Code:
Please enter your redemption code here:</td><td bgcolor="#ffffcc"><input type="TEXT" name="GIFTVOUCHERCODE" size="20" maxlength="255" value="">
Thanks - any help will be great - The checkout area can be a mine field and don't want to set one off!
Comment