Hello,
I need customers to be able to enter their PO number in checkout process.
I created field in Step 3 of 3 - Order Confirmation:
HTML Code:
define('MODULE_PAYMENT_PURCHASE_ORDER_TEXT_DESCRIPTION','
<font size=2 color="red"><b>PLEASE READ!<br>Important Payment Information:</b></font><p>
<B>Your order will not be processed until we have received your purchase order.</B><br>
Authorize your PO payment to:<br>
' . MODULE_PAYMENT_PURCHASE_ORDER_PAYTO . '<br><br>
You can Enter your PO number here: <input type="text" size="10" name="PO_number" /> <input type="submit" value="Save" /><br><br>
Alternatively, you may fax us a <b>signed copy</b> of your P.O. for immediate order processing to <b>' . STORE_FAX . '</b>.
Be sure to display your <b>invoice number</b> prominently somewhere on the fax.');
But I don't know how to send value of PO_number field to right order...
Any help welcome!!!
Thank you!
Bookmarks