Announcement

Collapse
No announcement yet.

Order Numbers

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

    Order Numbers

    Hi ya

    My client uses the ordernumber generated in an offline database to cross reference orders / purchasing and support.

    Is the order number generated by Actinic or by the PSP (Protx) ??

    If it is generated by Actinc can I control the format it takes??

    Cheers

    G
    sigpic
    Building:- Glen Gilchrist
    Building:- Glen Gilchrist personal site

    #2
    The order number is generated by Actinic but I don't think that other than changing the 'next' number suffix you can control the format of it.
    Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
    Visit our facebook page for the latest news and special offers from Mole End

    Top Quality Integrated label paper for Actinic and Sellerdeck
    A4 Paper with one or two peel off labels, free reports available for our customers
    Product Mash for Sellerdeck
    Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
    Multichannel order processing
    Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

    Comment


      #3
      The order number is generated by OrderScript.pl. There is the code fragment
      Code:
      	$::s_sOrderNumber = $sInitials . $sPostCode . substr($$::g_pSetupBlob{CGI_ID}, -1) .
      		substr("0000000" . $nCounter, -7);
      which assembles the final number. You can alter this line if you have some perl knowledge. But you must be very carefull here (and note that Actinic doesn't support any script customisation).

      I hope this helps.
      Zoltan
      Actinic Software
      www.actinic.co.uk

      Comment


        #4
        Spot on Zoltan -- now to try a few variants
        sigpic
        Building:- Glen Gilchrist
        Building:- Glen Gilchrist personal site

        Comment


          #5
          bumping up the order numbers

          I'm quite happy with the order reference format, but as I'm just starting out I would prefer not to give away to my customers that they are the first few by giving them order numbers of 000001, 000002 etc...

          Is it possible to manually increase the variable "$nCounter" to a more respectable level?

          John

          Comment


            #6
            You can do this in help / troubleshooting.

            Regards,
            Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
            Visit our facebook page for the latest news and special offers from Mole End

            Top Quality Integrated label paper for Actinic and Sellerdeck
            A4 Paper with one or two peel off labels, free reports available for our customers
            Product Mash for Sellerdeck
            Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
            Multichannel order processing
            Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

            Comment


              #7
              Hi John

              Yes, you can do this in Help | Troubleshooting. Enter the starting number you want and click 'Update Order Number'.

              Ben
              Ben Popplestone
              Ecommerce website software

              Comment


                #8


                Cool, thanks. Just what I was looking for.
                John

                Comment

                Working...
                X