Announcement

Collapse
No announcement yet.

Change next order number

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Change next order number

    I would like to change the order number. I use a script in orderscript.pl to create the order number on this way : INTxxxxx. The script is :
    $::s_sOrderNumber = "INT" . substr($$::g_pSetupBlob{CGI_ID}, -1) . substr("0000" . $nCounter, -4);
    The last order number is INT12409 and I would like the next one to be INT12500.
    Must I modify the order.num file or the orderscript.pl ?
    Didier
    www.supreme.fr
    _____________________
    Saint Malo. France

    #2
    You don't need to touch order.num.
    Look in Help|Troubleshooting - half way down - order number.
    You can change the next order number form there.

    Comment


      #3
      Effectively ! Thanks for your help.
      Didier
      www.supreme.fr
      _____________________
      Saint Malo. France

      Comment

      Working...
      X