Page 78 of 202 FirstFirst ... 2868767778798088128178 ... LastLast
Results 771 to 780 of 2020
  1. #771
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    2

    red flag 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" /> &nbsp;<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!

  2. #772
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    2

    help question 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" /> &nbsp;<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!

  3. #773
    Join Date
    Aug 2006
    Posts
    42
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Hello, I was wondering if Super Orders should show the shipping method on the screen with the customer's order data. I can't find it anywhere except the order email. A little help please?

  4. #774
    Join Date
    Sep 2007
    Posts
    48
    Plugin Contributions
    0

    Default 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

  5. #775
    Join Date
    Aug 2007
    Location
    Eugene, OR
    Posts
    162
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by MyLibros.com View Post
    Hello, I was wondering if Super Orders should show the shipping method on the screen with the customer's order data. I can't find it anywhere except the order email. A little help please?
    I have no problem seeing the shipping method. It is viewable on the right side on the summary page (super_orders.php) for each item. It is also listed for each line on the summary page (super_orders.php). When I view any order in detail, it is clearly listed there also (super_orders.php?page=1&oID=1316&action=edit)....so I guess I do not understand which page you are refering to.


  6. #776
    Join Date
    Jul 2005
    Location
    Tennessee, USA
    Posts
    14
    Plugin Contributions
    2

    Default Re: Super Orders 2.0

    Quote Originally Posted by MyLibros.com View Post
    Hello, I was wondering if Super Orders should show the shipping method on the screen with the customer's order data. I can't find it anywhere except the order email. A little help please?
    You may be refering to the details about the shipping method. SO may be displaying USPS, for example, but not whether its Priority Mail, Express Mail, Parcel Post or whatever. If that's the problem see http://www.zen-cart.com/forum/showpo...&postcount=720

  7. #777
    Join Date
    Aug 2007
    Location
    Eugene, OR
    Posts
    162
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by jeffwebb View Post
    You may be refering to the details about the shipping method. SO may be displaying USPS, for example, but not whether its Priority Mail, Express Mail, Parcel Post or whatever. If that's the problem see http://www.zen-cart.com/forum/showpo...&postcount=720
    I think your guess is probably correct.

    Skipper_2: In super_order.php, look for these lines:

    Code:
    $contents[] = array('text' => TEXT_INFO_SHIPPING_METHOD . ' '  . $shipping_method);
    $contents[] = array('text' => TEXT_INFO_IP_ADDRESS . ' ' . $oInfo->ip_address);
    and change to:

    Code:
    $contents[] = array('text' => TEXT_INFO_SHIPPING_METHOD . ' '  . $oInfo->shipping_method);
    $contents[] = array('text' => TEXT_INFO_IP_ADDRESS . ' ' . $oInfo->ip_address);
    That will make the detailed shipping type appear on the summary page (on the right hand side of the page for the order line you have selected). Use the same logic to make it change on the other pages also.

  8. #778
    Join Date
    Jan 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Super Orders 2.0 no longer automatically apply credit card payments to the order. This means the orders show a balance due. The payment authorization and transaction ID show up in the status history, so the payments are going through--but they're no longer being applied to the balance.

    Any help?

  9. #779
    Join Date
    Jan 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Never mind... The module was set to authorize but not capture. Doh. Fixed.

  10. #780
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    777
    Plugin Contributions
    0

    red flag Re: Super Orders 2.0

    Does anyone know how to make the product image smaller on Super packing slip? At the moment, it looks too big and stretched. Thanks in advance.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


 

 

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  2. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  3. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM
  4. Super Orders 2.0 postage marks with Super Orders
    By sketchhgal in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Mar 2009, 03:05 PM
  5. Edit Orders and Super Orders, anyone doing that?
    By swamyg1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Feb 2009, 06:03 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR