Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2011
    Posts
    226
    Plugin Contributions
    0

    Default Change order number format

    Hi

    I have searched for an answer, but have not been able to find one.

    I want to change the format of my order number to:

    PCS10(order number here)

    All help is appreciated.

    Thanks
    S

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Change order number format

    The order number in zencart is actually the automatically incremented ID number in the orders table in the database. You cannot add "ALPHA" characters to it as it has to be a strictly numerical value.

    You might be able to "pre-pend" alpha characters to the final output, by creating a PHP language define statement and its corresponding echo statement in the php file,s at all instances where the order number is generated for use throughout zencart.

    However... as this number is strictly numerical in the database, you cannot (or at least I do not believe it is possible), to SAVE the order number as a alpha-numeric string.

 

 

Similar Threads

  1. 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
  2. change order # format
    By mthem2003 in forum General Questions
    Replies: 1
    Last Post: 4 Apr 2008, 09:01 PM
  3. Order Notification Email Change Format?
    By adolgin in forum Managing Customers and Orders
    Replies: 5
    Last Post: 26 Sep 2007, 01:51 PM
  4. Changing the format of the order number
    By gaekwad in forum Managing Customers and Orders
    Replies: 6
    Last Post: 15 Jul 2007, 06:47 PM
  5. other format of the Order Number
    By Zapisto in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 16 Jul 2006, 09:39 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