Has anyone implemented the EmporiumPlus Addendum module questions on the Amazon Payment pages AMAZONPAY_OCST, AMAZONPAY_OPAY and AMAZONPAY_OSEL?
Using the default module tokens do not work.
I'm stuck on getting the results to pass on to the next pages. I think I just need the correct token for the value
Does the maxquestion2 input need to be included?
Thanks,
Leslie
Using the default module tokens do not work.
Code:
<mvt:item name="addendum" param="ocst" /> <mvt:item name="addendum" param="osel" /> <mvt:item name="addendum" param="opay" />
Code:
<input type="hidden" name="question1" value=" " /> <input type="hidden" name="question2" value=" " />
Thanks,
Leslie
Comment