Is it possible to add a discount code withour the ordersubmit form?
I have a page where the orderform costuner fields are placed in one section, where I gather all the usual costumer information etc.
On a different pagesection, i want to be able to add and submit a discount voucher code and update this specific section without interupting the other ordersubmit form fields that may or may not have been filled. the updating will be done async, and that is no problem - but does the voucher code field have to be part of the "other" ordersubmit form on the page?, or is there another way of posting a voucher code and adding it to the current order?
Hope it makes sense?
/Hans