Results 1 to 10 of 122

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Location
    PA, USA
    Posts
    31
    Plugin Contributions
    0

    Default Re: Version v1.5.5 / v1.5.5a compatibility.

    I have just found a way to make this work in V1.5.5c.

    I am no expert, so I should not say "make it work", but if I remove a few lines of code in the new_order.php file it seems to work just fine.

    The lines can be found close to the bottom, and this is what they are (I have no real idea what they do - or don't do, in this case)...

    // Create the order totals.
    $order_totals = $GLOBALS['order_total_modules']->process();
    for($i=0, $n=sizeof($order_totals); $i<$n; $i++) {
    // Skip shipping modules. No shipping method has been added at this point.
    if($order_totals[$i]['code'] == 'ot_shipping') continue;
    $sql_data_array = array(
    'orders_id' => $cInfo->orders_id,
    'title' => $order_totals[$i]['title'],
    'text' => $order_totals[$i]['text'],
    'value' => (is_numeric($order_totals[$i]['value'])) ? $order_totals[$i]['value'] : '0',
    'class' => $order_totals[$i]['code'],
    'sort_order' => $order_totals[$i]['sort_order']
    );
    zen_db_perform(TABLE_ORDERS_TOTAL, $sql_data_array);
    }


    Be careful to only remove exactly this section... OH and back stuff up first, so if this does something really stupid you can fix it.
    I hope somebody really clever on here will know why this chunk of code makes this fail.

  2. #2

    Default Re: Version v1.5.5 / v1.5.5a compatibility.

    I, too, am really wanting to use this for 1.5.5. I have edit orders for 1.5.5 installed and really could use this one as of late since I have been getting a lot of face to face orders. Thus far, I have only been able to create an invoice on Paypal as I cannot seem to get the current iteration of this plugin to work without breaking anything.
    Scott
    AnkleBiter Woodworks
    http://www.anklebiterwoodworks.com

  3. #3
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default Re: Version v1.5.5 / v1.5.5a compatibility.

    ZC 1.5.3. Installed it but when try to use get following error " WARNING: Could not locate language file: includes/languages/english/modules/shipping/storepickup.php"
    This file is present there. I am able to access new order screen add product, when I enter Credit Card it does not show CC field and when click on Update it give above error on top of page and page is almost blank.

  4. #4
    Join Date
    Mar 2008
    Location
    Belgium
    Posts
    115
    Plugin Contributions
    6

    Default Re: Version v1.5.7b

    Any experiences with ZC 1.5.7b and Admin New Order?
    Last edited by Philibel; 24 Jan 2021 at 02:55 PM. Reason: version adjustment

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,870
    Plugin Contributions
    96

    Default Re: Version v1.5.7b

    Quote Originally Posted by Philibel View Post
    Any experiences with ZC 1.5.7b and Admin New Order?
    Not a direct answer, but zc157 has incorporated the Encrypted Master Password (https://www.zen-cart.com/downloads.php?do=file&id=94) plugin, so that you can place an order via button-click for a customer from your admin.

    If you've enabled the feature, then when you view a customer via the admin's Customers :: Customers, you'll now see a Place Order button that will enable you to log into a customer's storefront account to place an order on their behalf.

  6. #6
    Join Date
    Mar 2008
    Location
    Belgium
    Posts
    115
    Plugin Contributions
    6

    Default Re: Version v1.5.7b

    Quote Originally Posted by lat9 View Post
    Not a direct answer, but zc157 has incorporated the Encrypted Master Password (https://www.zen-cart.com/downloads.php?do=file&id=94) plugin, so that you can place an order via button-click for a customer from your admin.
    Thanks, that was very helpful!

    By default it's turned off, so anyone looking for the on-switch should look at the docs below:
    https://docs.zen-cart.com/user/admin_pages/configuration/configuration_mystore

  7. #7
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: Version v1.5.7b

    Or, as an alternative, especially if you need to do it more often, or find yourself in situations where you need to create a customer and then place an order for them, you might wanna consider my POS plugin.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. Order Delivery Date Support Thread
    By mrmeech in forum Managing Customers and Orders
    Replies: 543
    Last Post: 23 Jul 2025, 02:20 AM
  3. v150 Admin New Customer [Support Thread]
    By lhungil in forum All Other Contributions/Addons
    Replies: 34
    Last Post: 4 Nov 2016, 06:20 AM
  4. JK Order Exporter - Support Thread
    By eVelt in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Sep 2015, 07:06 AM
  5. Admin Simple Create Order [Support Thread]
    By ivan.kristianto in forum All Other Contributions/Addons
    Replies: 121
    Last Post: 15 Sep 2015, 03:08 PM

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