Page 7 of 7 FirstFirst ... 567
Results 61 to 68 of 68
  1. #61
    Join Date
    Mar 2008
    Posts
    20
    Plugin Contributions
    0

    Default Re: Editing order details

    I've install the v2.0 editorder. Once i edit the order, the shipping amount does not include in the total. Is there a way the shipping amount could be recalculated? Also during edit order, can admin change the method of shipping?

  2. #62
    Join Date
    Jan 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: Editing order details

    Is there any more feedback on editorder2?

    I've been searching the forum for hours and I'm not sure sure where to look - apologies in advance if it's been asked and answered before, if someone could point me in the right direction, I would be grateful.

    I'm looking for something that will let us order customers orders:
    - change customer details (and point to the right customer as I can do in super orders)
    - let me add and remove products
    - calculate the shipping accordingly (or at least let me add it correctly)
    - recalculate the tax correctly (including shipping and low order fee) when appropriate (some customers are tax exempt)

    At the moment we're having to do manual invoices any time something changes as the totals are all wrong.

    Thanks for your help

  3. #63
    Join Date
    Aug 2009
    Location
    Greeneville, TN USA
    Posts
    55
    Plugin Contributions
    0

    Default Re: Editing order details

    To use the old order edit, in my ZC Ver 1.3.8, you have to modify line # 901, which looks line this...

    $contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '</a>');

    As in the previous post, change FILENAME_ORDERS to FILENAME_ORDER_EDIT
    Last edited by bbsbcastle; 20 Aug 2009 at 04:45 PM. Reason: To clarify what I'm talking about.

  4. #64
    Join Date
    Aug 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: Editing order details

    Does "edit orders v2" work with super orders ?

  5. #65
    Join Date
    Aug 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: Editing order details

    ended up using

    http://www.zen-cart.com/index.php?ma...roducts_id=444

    however using this removed the approval code sent back from the bank, so the following changes were made to orders.php


    Code:
    	This is almost the same except the details image, this keeps the approval code in the invoice
    
    Find:
    		$contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=delete', 'NONSSL') . '">' . zen_image_button('button_delete.gif', IMAGE_DELETE) . '</a>');
    	Replace With:
    		$contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_details.gif', IMAGE_DETAILS) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=delete', 'NONSSL') . '">' . zen_image_button('button_delete.gif', IMAGE_DELETE) . '</a>');
    	
    this is the part which allows editing of the order
    	Find:
    		$contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '</a>');
    	Replace With:
    		$contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDER_EDIT, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '</a>');

  6. #66
    Join Date
    May 2007
    Location
    Los Angeles
    Posts
    89
    Plugin Contributions
    0

    Default Re: Editing order details

    Quote Originally Posted by Pablo1719 View Post
    I have come across a problem when updating orders. The problem is linked to a product that has an attribute. The item attribute doesn't have a +/- in the price change box. It is just blank. I believe that this is part of the problem. I am not sure exactly how to fix this. I have listed the error code below.

    the 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '133'' at line 5
    in:
    [update zen_orders_products_attributes set products_options = 'Size', price_prefix = '', options_values_price = '91.8400', products_options_values = '26" x 15'' where orders_products_attributes_id = '133';]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    I have the same exact problem.. been looking everywhere but haven't found a solution. I noticed this after moving my site to a new webhost, but I'm not sure if that's where the problem is, since I rarely use the edit feature.

    any ideas?

    thanks!

  7. #67
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Editing order details

    i just found it easier to go into the database and change the order details for the customer....
    only needed to change 1 product, but worked for me
    i may not know how yet, but i soon will....i hope :)

  8. #68
    Join Date
    Dec 2009
    Posts
    41
    Plugin Contributions
    0

    Default Re: Editing order details

    I have just downloaded and installed Order Edit 2.03 on my Zencart v1.3.9h.

    However, whenever I want to add a product to the person's order I am returned to the admin homepage.

    I click on "Add Product" and it send me straight back to the home page.

    Any ideas why?

    I also see this error on I.E

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
    Timestamp: Tue, 2 Nov 2010 08:44:12 UTC


    Message: 'null' is null or not an object
    Line: 17
    Char: 7
    Code: 0
    URI: https://rebeltech.co.za/***/edit_ord...67&action=edit
    Last edited by rebel tech; 2 Nov 2010 at 09:45 AM.

 

 
Page 7 of 7 FirstFirst ... 567

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