Results 1 to 9 of 9
  1. #1
    Join Date
    Nov 2006
    Posts
    12
    Plugin Contributions
    0

    Default Looking for the External Order Number Generator

    Hello to all.

    I desperately need this contribution. The original link is not working anymore. Maybe one of you guys have used this in your carts. Please send me a link of the file or email it to dljme######################.

    Thanks in advance.

  2. #2
    Join Date
    Sep 2006
    Posts
    2
    Plugin Contributions
    0

    Default Re: Looking for the External Order Number Generator

    I am also looking for EONG. The link in JeffD's signature is broken.

  3. #3
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Looking for the External Order Number Generator

    Never got to installing it (but it's certainly on my (almost infinite) todo list!).

    Attached the file to this post.
    Attached Files Attached Files

  4. #4
    Join Date
    Nov 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: Looking for the External Order Number Generator

    paulm,

    Thanks man! You're a real life saver.

  5. #5
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Looking for the External Order Number Generator

    Glad I could help :-) But JeffD is the real life saver of course.

    Just in case more people are interested, here is a link to the thread where EON was discussed first: http://www.zen-cart.com/forum/showthread.php?t=17433

  6. #6
    Join Date
    Aug 2004
    Posts
    28
    Plugin Contributions
    0

    Default Has anyone altered the format of order numbers that get generated?

    I'd prefer to have a constant prefix, then a date, then an order number for that day (e.g., CG200708161 as the first order of the day for Aug 16, 2007)

    I assume the tweak would be required in this code from functions_orders_id.php
    Code:
        // if there are no empty orders_ids available to use, then generate a new one and associate it with this session
        $sql_data_array = array('session_id' => $session_id);
        zen_db_perform(TABLE_ORDERS_ID, $sql_data_array);
        $_SESSION['orders_id'] = $db->Insert_ID();
        return $_SESSION['orders_id'];
    but I cannot decipher it.

  7. #7
    Join Date
    Oct 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Looking for the External Order Number Generator

    Hi,
    Is it working with v 1.3.8 ?
    Regards
    Zis

  8. #8
    Join Date
    Jul 2004
    Posts
    38
    Plugin Contributions
    0

    Default Re: Looking for the External Order Number Generator

    anyone using it in 1.3.9d ?

    thx
    peace

  9. #9
    Join Date
    Jul 2004
    Posts
    38
    Plugin Contributions
    0

    Default Re: Looking for the External Order Number Generator

    i meant 1.3.9e

    thx
    peace

 

 

Similar Threads

  1. Changing the status of an order by an external link
    By AlexThibo in forum General Questions
    Replies: 6
    Last Post: 20 Oct 2015, 04:54 PM
  2. How can I change the order number for order page?
    By ttmb33 in forum Customization from the Admin
    Replies: 1
    Last Post: 9 May 2010, 07:50 PM
  3. Looking for discount option for special members (number and name)
    By DonTino in forum Addon Payment Modules
    Replies: 4
    Last Post: 29 Jan 2008, 04:23 PM
  4. Looking to change the layout for the page that shows the listing for all products
    By webmiss in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 2 Aug 2007, 12:09 AM
  5. Replies: 2
    Last Post: 3 Jul 2006, 02:01 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