Edit Order vs. Super Orders 2.0
I tried to install the Edit Order Contribution
http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_41&products_id=444
but nothing happened
what did i miss?
it looks lot simpler to install than Super Orders 2.0
all i think i need is to be able to do is delete individual items in an order
so is there any wisdom on which one to go with?
Re: Super Orders 2.0 - balance_due not set upon payment
We have a heavily modified Zen 1.3.7 installation with Super Orders as part of it.
One modification we've done is to add a filter for the shipping dept which only shows orders with a balance_due of 0. Apparently though, this is not set upon successful payment. Viewing the order detail in Super Orders does reset it based on what payments have been applied.
Is this a known issue or am I missing something?
Thanks,
Steve
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
Re: Super Orders 2.0 for zen cart 1.38
if we see the super orders 2.0 pages.
http://www.zen-cart.com/index.php?ma...roducts_id=257
we can see that this is for zen cart 1.37
is there any estimated date when it will fully support version 1.38
and also prepare for version 1.4
and maybe we can submit suggestions here too. to make it better.
Thanks
Re: Super Orders 2.0 Shipping Label
Hi,
Still can't get super orders to print out shipping labels from paypal orders.
I tried Thomasw98's suggestion but still all I am getting on the shipping label is my sender address, the order number but no customer address.
Has anyone got any ideas of why the label is not capturing the customers address as it is obviously getting the order id.
This is only for paypal orders as any shipping labels generated through my Nochex orders come out fine.
Any ideas anyone?
Re: Super Orders 2.0 Shipping Label
Quote:
Originally Posted by
skipper_2
Hi,
Still can't get super orders to print out shipping labels from paypal orders.
I tried Thomasw98's suggestion but still all I am getting on the shipping label is my sender address, the order number but no customer address.
Has anyone got any ideas of why the label is not capturing the customers address as it is obviously getting the order id.
This is only for paypal orders as any shipping labels generated through my Nochex orders come out fine.
Any ideas anyone?
I don't seem to be having this problem. When I click "shipping label", I can see the sender address, the order ID and the receiver address.