Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 68
  1. #31
    Join Date
    Apr 2005
    Location
    Traralgon
    Posts
    56
    Plugin Contributions
    0

    Default Re: Editing order details

    The fix for me, to get edit orders to include Tax (GST Australia) is this:

    edit admin/orders.php

    Code:
    Find:
    $RunningSubTotal += $products_details["qty"] * $products_details["final_price"];
    
    Replace:
    $RunningSubTotal += $products_details["qty"] * ($products_details["final_price"] + ($products_details["final_price"] * ($products_details["tax"]/100)));
    Code:
    Find:
    $RunningSubTotal += ($order->products[$i]['qty'] * $order->products[$i]['final_price']);
    
    Replace:
    $RunningSubTotal += ($order->products[$i]['qty'] * ($order->products[$i]['final_price'] + ($order->products[$i]['final_price'] * ($order->products[$i]['tax'] / 100))));
    Hope this helps someone.

    Reuben

  2. #32
    Join Date
    Apr 2005
    Location
    Traralgon
    Posts
    56
    Plugin Contributions
    0

    Default Re: Editing order details

    Issues that I can see with this contrib are:

    - defaults to ex tax price
    - if you change price to incl. tax price during edit, you get incorrect final_price in orders_products_table
    - doesn't observe specials

    Is anyone else having these problems with EO?

    Reuben

  3. #33
    Join Date
    Jan 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Editing order details

    I noticed also that Edit Orders does not deduct funds from a customer's gift certificate if you modify the gift certificate amount from the edit orders window.

  4. #34
    Join Date
    Nov 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Editing order details

    Anyone got this module work with stock by attribute and group discount?

    Thanks!

  5. #35
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Editing order details

    Quote Originally Posted by mkm View Post
    Anyone got this module work with stock by attribute and group discount?

    Thanks!
    I installed this mod yesterday. Worked perfect. I then installed the Stock by Attribute mod and now Edit Orders does not work. Hopefully someone knows how to fix this?

  6. #36

    Default Re: Editing order details

    Anyone got this module work with stock by attribute and Super Orders? I install this mod and it won't work at all. Using Zen Cart 1.3.7. If anyone has this working inlighten me please.
    I KNOW MOM I'LL GO BLIND IF I DON'T QUIT THAT!
    PHP can turn one's mind to mush. Back to the pound I go.

    Silent Thunder Products, Prices So Low Is't Almost Criminal!

  7. #37
    Join Date
    May 2005
    Location
    Australia
    Posts
    334
    Plugin Contributions
    2

    Default Re: Editing order details

    I am getting the following error with the Edit Order mod.

    Parse error: parse error, unexpected $end in C:\Program Files\EasyPHP 2.0b1\www\Shop\admin\edit_orders.php on line 1312
    require(DIR_WS_INCLUDES . 'application_bottom.php');
    ?>

  8. #38
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Editing order details

    One problem I have with this mod....It doesn't show me the customer credit card number so I can actually process the order. It shows me the last 4 but that doesn't exactly help, since I only get sent the middle digits in email. So where do I find the credit card number now?
    Last edited by khopek; 15 Mar 2007 at 09:13 PM.

  9. #39
    Join Date
    May 2005
    Location
    Australia
    Posts
    334
    Plugin Contributions
    2

    Default Re: Editing order details

    Quote Originally Posted by Darkwander View Post
    I am getting the following error with the Edit Order mod.
    I am still having the same problem..

    Anyone have any ideas?

  10. #40
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Editing order details

    Darkwander,

    I have had the same issue but at line 929. ( I know that does not solve the problem). I also noted that that file Orders.php does not have that many lines

    I have been back through my files this morning doing a compare and removing several mods and agree it does seem to be this mod causing the problem. Originally it seemed to fall over when adding a product with attributes, now it fails to get to the first page.

    Have you had any joy?

    MG

    p.s. frogster, Khopek agree it relates to stock by attributes as my compare software pulled all those elements out of the orders.php file I had.
    Last edited by MikeyG; 18 Apr 2007 at 01:25 PM. Reason: Just read post further up and made a connection

 

 
Page 4 of 7 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Replies: 1
    Last Post: 5 Jan 2011, 07:34 PM
  2. Editing the Contact Details?
    By Ambitions in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 May 2010, 08:44 PM
  3. Editing shipping details if customer has multiple addresses
    By smoother in forum Managing Customers and Orders
    Replies: 1
    Last Post: 6 Apr 2010, 05:11 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