Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2014
    Location
    New York
    Posts
    1
    Plugin Contributions
    0

    Default How does the orders_total table get updated?

    Hi,

    I'm working on a zen cart site for a client and I'm having trouble figuring out at what point during the checkout process the orders_total table gets updated. More specifically, there is a module installed that allows customers to pay extra to make sure their order is processed and shipped ASAP. The mod works correct in the sense that the extra fee is added to the order total at checkout and the customer does pay for it. However, when I check the orders_total table the field for this "Priority handling fee" is zero for every customer even though many customers have used it. How can that be? Does the order_total table get updated after checkout is complete? Where does the responsibility for this update reside? Is it the order class, the file defining the module in question, the checkout process, ...?

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: How does the orders_total table get updated?

    The orders_total table is updated by the order class (defined by /includes/classes/order.php) during the checkout_process page's processing.

 

 

Similar Threads

  1. v138a Discount coupon applied but not stored in orders_total table
    By rajoo.sharma in forum General Questions
    Replies: 0
    Last Post: 26 Sep 2013, 07:08 AM
  2. Does the Contact Info get put into a DB table?
    By tcarden in forum General Questions
    Replies: 2
    Last Post: 18 Dec 2012, 09:38 PM
  3. Replies: 2
    Last Post: 23 Jul 2009, 12:59 AM
  4. orders_total table planned usage
    By wdrwc in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Jul 2006, 07:33 AM

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