Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Posts
    29
    Plugin Contributions
    0

    Default Re: Remove/delete order status updates

    lkzone,

    I just add the customer_notified condition on my site and it worked.
    I modified the file and didn't use an overrride:

    /includes/modules/pages/account_history_info/header.php

    This might be a file that can't be overridden?

    Also my site is 1.3.7

    $statuses_query = "SELECT os.orders_status_name, osh.date_added, osh.comments
    FROM " . TABLE_ORDERS_STATUS . " os, " . TABLE_ORDERS_STATUS_HISTORY . " osh
    WHERE osh.orders_id = :ordersID
    AND osh.orders_status_id = os.orders_status_id
    AND osh.customer_notified = '1'
    AND os.language_id = :languagesID
    ORDER BY osh.date_added";

  2. #2
    Join Date
    Jan 2008
    Location
    Georgia
    Posts
    68
    Plugin Contributions
    0

    Default Re: Remove/delete order status updates

    jmcdog,

    Thanks for letting me know. I haven't looked at this in a while -- I'm gonna check my code for errors. Most things that work in 1.3.7 work in 1.3.8 so maybe I have a typo. And I'll make sure it's in the default.

    ~Lynne

 

 

Similar Threads

  1. v139h Delete 'used' order status
    By PudzPud in forum Customization from the Admin
    Replies: 8
    Last Post: 24 May 2015, 04:40 PM
  2. Replies: 6
    Last Post: 17 Oct 2012, 04:01 AM
  3. Replies: 1
    Last Post: 10 May 2009, 11:20 PM
  4. Orders- Update status of order, delete order or print order paperwork.
    By dandownunder in forum Managing Customers and Orders
    Replies: 6
    Last Post: 8 Aug 2006, 09:11 AM
  5. order status updates
    By dstoops in forum Managing Customers and Orders
    Replies: 6
    Last Post: 22 May 2006, 03:02 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