Page 12 of 13 FirstFirst ... 210111213 LastLast
Results 111 to 120 of 122
  1. #111
    Join Date
    Mar 2016
    Location
    Canberra, Australia
    Posts
    7
    Plugin Contributions
    0

    Default Re: Admin New Order [Support Thread]

    Hi there,

    I followed your suggestion and re-installed edit orders, then installed admin new order..... and.... it worked!! thank you so much!

    Cheers

  2. #112
    Join Date
    Aug 2009
    Location
    Greeneville, TN USA
    Posts
    51
    Plugin Contributions
    0

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

    We're updating a site to v1.5.5a, and we need to update this plugin. However, it only has compatibility to v1.5.1 listed.

    Any timeline on a v1.5.5+ release? Pointers on making it work with the newer version?

  3. #113
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

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

    Quote Originally Posted by bbsbcastle View Post
    We're updating a site to v1.5.5a, and we need to update this plugin. However, it only has compatibility to v1.5.1 listed.

    Any timeline on a v1.5.5+ release? Pointers on making it work with the newer version?
    I second that...please

  4. #114
    Join Date
    Jan 2014
    Location
    Florida
    Posts
    39
    Plugin Contributions
    0

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

    Would love this for 1.5.5 as well. Is it definitely broken for 1.5.5.?

  5. #115
    Join Date
    May 2008
    Location
    orlando, florida
    Posts
    27
    Plugin Contributions
    0

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

    Me too. Any word on 1.5.5a compatibility?

  6. #116
    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.

  7. #117

    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

  8. #118
    Join Date
    Jul 2012
    Posts
    346
    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.

  9. #119
    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

  10. #120
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    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.

 

 
Page 12 of 13 FirstFirst ... 210111213 LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  2. Order Delivery Date Support Thread
    By mrmeech in forum Managing Customers and Orders
    Replies: 534
    Last Post: 16 Jul 2021, 12:36 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

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