Page 76 of 188 FirstFirst ... 2666747576777886126176 ... LastLast
Results 751 to 760 of 1873
  1. #751
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Edit Orders v4.0 Support Thread

    If you deleted the init_scripts, you disabled the installer... And the installation may not be complete... DO NOT disable / delete the init_scripts unless instructed to do so by the installer.

    Usual cause of all admin pages blank after uploading the install init_scripts are either a corrupted upload or invalid paths specified in "/admin/includes/configure.php". Most commonly the cause is an invalid / incorrect path.

  2. #752
    Join Date
    Jun 2013
    Location
    Melbourne, Australia
    Posts
    12
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Thanks. I will look into that further...

  3. #753
    Join Date
    Jun 2013
    Location
    Melbourne, Australia
    Posts
    12
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lhungil View Post
    If you deleted the init_scripts, you disabled the installer... And the installation may not be complete... DO NOT disable / delete the init_scripts unless instructed to do so by the installer.

    Usual cause of all admin pages blank after uploading the install init_scripts are either a corrupted upload or invalid paths specified in "/admin/includes/configure.php". Most commonly the cause is an invalid / incorrect path.
    Just did a fresh install of Edit Orders and there was no problem with the install except having to modify the edit_order_functions.php file with the ' AS `p` ' Fix.

    Thanks once again for your help with this problem.

    Cheers

    Anthony
    Last edited by anthonyh; 13 May 2015 at 03:08 AM.

  4. #754
    Join Date
    May 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    I have a client that wants to update orders and create a new invoice at the same time - will this module do that?
    Thanks

  5. #755
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Would love to see a feature added,
    making adding a coupon post order more simple, now I can add a line when editing however in the database it is not stored as ot_coupon for reporting purposes

  6. #756
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Edit Orders v4.0 Support Thread

    If you select "ot_coupon" and enter the coupon code Edit Orders does add the corresponding entries in the database table (storing order totals). So if the report queries this table, it should work.

    Edit Orders does not however update the "# of uses" or other non-order specific coupon entries (at this time)... Which report (3rd party? built-in? steps to access) are you referring to (so I can add the info as a request in the project management system for future review).

  7. #757
    Join Date
    Apr 2011
    Posts
    80
    Plugin Contributions
    0

    Default Edit Orders Final Cost Adjustment

    We tend to adjust the shipping charges for our customers whenever possible. With the current version of EO we have to edit a coupon amount and then apply the coupon to the order totals. Is there a way to enter the shipping discount without using the coupon? Thank you.

    ZC 1.5.4
    OE 4.1.4

  8. #758
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Edit Orders Final Cost Adjustment

    Quote Originally Posted by voltar View Post
    We tend to adjust the shipping charges for our customers whenever possible. With the current version of EO we have to edit a coupon amount and then apply the coupon to the order totals. Is there a way to enter the shipping discount without using the coupon? Thank you.

    ZC 1.5.4
    OE 4.1.4
    You should be able to directly change the amount for ot_shipping if desired... Or for reporting purposes (and to make the discount obvious to a customer) or you could clone "ot_onetime_discount" and modify it to fit your needs.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  9. #759
    Join Date
    Apr 2015
    Location
    United States
    Posts
    15
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Hi lhungil,

    I have Optional Shipping Insurance with Edit Orders 4.1.4 on ZenCart 1.5.4 and noticed that the Optional Insurance amount was not being included in the order total after editing the order.. I see you comment "returns nothing when loaded in the admin ($charge_it is set to 'false'), so will not recalculate the order total automatically."

    Is this the problem I am having?

    Do you have any idea how I can fix the problem?

    Thanks!!!

    Andy

  10. #760
    Join Date
    Apr 2015
    Location
    United States
    Posts
    15
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by Andy_M View Post
    Hi lhungil,

    I have Optional Shipping Insurance with Edit Orders 4.1.4 on ZenCart 1.5.4 and noticed that the Optional Insurance amount was not being included in the order total after editing the order.. I see you comment "returns nothing when loaded in the admin ($charge_it is set to 'false'), so will not recalculate the order total automatically."

    Is this the problem I am having?

    Do you have any idea how I can fix the problem?

    Thanks!!!

    Andy
    If it helps.. here is the log that shows the order total is not including the insurance..

    Code:
    ============================================================
    = Done Processing Requested Updates to the Order
    ============================================================
    
    
    Final Subtotal: 12.5000
    Final Totals:
    array (
      0 => 
      array (
        'title' => 'Sub-Total:',
        'text' => '$12.50',
        'class' => 'ot_subtotal',
      ),
      1 => 
      array (
        'title' => 'USPS Standard (Shipping to US):',
        'text' => '$4.75',
        'class' => 'ot_shipping',
      ),
      2 => 
      array (
        'title' => 'WA TAX 8.4%:',
        'text' => '$1.45',
        'class' => 'ot_tax',
      ),
      3 => 
      array (
        'title' => 'Shipping Insurance',
        'text' => '$1.70',
        'class' => 'ot_insurance',
      ),
      4 => 
      array (
        'title' => 'Total:',
        'text' => '$18.70',
        'class' => 'ot_total',
      ),
    )
    
    Final Tax (total): 1.45
    Final Tax Groups:
    array (
      'WA TAX 8.4%' => 1.4490000000000000657252030578092671930789947509765625,
    )

 

 

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. v150 Orders Status History -- Updated By [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 29 Jul 2019, 07:05 PM
  3. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  4. 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
  5. 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

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