Re: Super Orders 2.0 - PO number in checkout process!
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!
Re: Super Orders 2.0 - PO number, please HELP...
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 for PO number entry:
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!
Re: Super Orders 2.0 - Shipping Labels and Paypal
Hi,
I have a small problem with super orders and shipping labels.
When I click the shipping label button for orders which have been made with credit card payments, everything is fine, but when I do the same for anyone who has paid by Paypal, the shipping label just shows my sender address and the order number, but no delivery address.
Does anyone have any ideas on how to solve this as I haven't a clue why this happens and really need to print the labels.
Thanks