View Full Version : Non consecutive order numbers
Andrew
13-Sep-2003, 11:45 AM
There a few occasions where there are breaks in the order numbers eg 00101 then 00105.
I guess this is because people are abandoning their shopping cart.
Is there a way to find out what they have ordered?
Andrew
cdicken
15-Sep-2003, 03:53 PM
The only way to to do it is look at the 'session' files on the server which hang around for a set time. This time is set in 'Web | Configure Expiry Periods'.
The abandoned orders would normally happen at the point of payment (people deciding against the purchase). If you are using a Payment Service Provider (e.g. WorldPay) then you can see orders abandoned at this point in the 'Pending Payment Service Provider' folder in the 'Orders' tab.
Andrew
15-Sep-2003, 03:56 PM
What file name would I be looking for and roughly where would they be located.
I am not using a PSP.
Andrew
pinbrook
15-Sep-2003, 04:29 PM
session files have the extension of .session when viewed through your FTP software
Artisan
23-Sep-2004, 05:38 PM
Any idea how much information a session file will provide? I've downloaded and opened session files in Notepad and the only info they seem to contain is:
<SessionFile Version="1.0">
<URLInfo>
<LASTPAGE>url/page.html</LASTPAGE>
<LASTSHOPPAGE>url/page.html</LASTSHOPPAGE>
<BASEURL>url/page.html</BASEURL>
</URLInfo>
<CheckoutInfo>
<BillContact/>
<ShipContact/>
<ShipInfo/>
<TaxInfo/>
<GeneralInfo/>
<PaymentInfo/>
<LocationInfo/>
</CheckoutInfo>
<ShoppingCart/>
<Payment/>
<IPCheck/>
</SessionFile>
I've substitued "url/page.html" for the real url and page filename.
Malcolm
cdicken
24-Sep-2004, 08:52 AM
They contain the contents of the shopping cart, and the name and address information supplied with the order. It sounds like you have looked at a new session file.
Artisan
25-Sep-2004, 01:04 PM
Thanks, Chris - all the files were empty, but I guess that's because the client and his colleagues have been doing a lot of testing recently, and have probably abandoned a load of orders.
Malcolm
Mike Hughes
25-Sep-2004, 01:40 PM
can someone clear something up for me on this.
As far as I know, orders are only assigned an order number when they become an order on the system. i.e. once an order number has been assigned then that order can be downloaded and you can see what products are in it (even if the cart is abandoned) by opening it in actinic.
I believe the only way to get missing order numbers is to delete the order on the system. To avoid this I always just cancel the ordered products and this leaves the order on the system for future reference.
Am I right? In which case what is the cause of Malcom's problems?
Mike
TraceyHand
27-Sep-2004, 12:48 PM
I don't think this *IS* right, tbh.
I frequently get missing order numbers that never tranlsate as orders (pending or otherwise) in either catalogue (running a V6 and V7)
It's more common with my V6 catalogue as I use the actinic built-in encryption to capture card details for later processing and I think, commonly, people are not getting the java vm page so they go back to a previous page and resubmit to send card details spearately. Or, as my business is an unorthodox one (pram/pushchair hier) folk are changing their minds altogether at some point during checkout.
This never results in a payment pending order though. (even when I have simulated it myself)
In fact, using the java encryption ,I never get a PSP pending order.
My V7, however, uses Worldpay and I often get PSP pending orders where folk have either changed their minds or are all ready to pay with an incorrect card (Electron, usually!)
I very occasionally get missing order numbers but much less often. It's been put down to people abandoning the cart earlier on than the final checkout screen prior to payment.
I've asked the question before about at what point Actinic generates an order number during the checkout process but no-oine answered last time.
Any comments from Actinic on this subject?
It certainly seems to be causing some confusion.
Thanks, Tracey
Mike Hughes
27-Sep-2004, 01:06 PM
Sounds to me like a bug in Actinic.
I generate my invoices from Actinic and the Inland revenue will be very unhappy if you try to tell them that invoices aren't sequentially numbered for no apparent reason.
Will Actinic support please provide an official answer to this.
Mike
cdicken
27-Sep-2004, 02:14 PM
I need to talk to the Developement team about this. I'll get back to you.
cdicken
29-Sep-2004, 07:24 AM
I've been having a word with the Development people, and their opinion is that an order number should never be skipped in the online store - unless you are using a PSP and a customer is transferred to the PSP but does not complete the transaction (in this instance it is not skipped, it just isn't there in 'Pending')
I'd like to research this further with the people who are not using PSPs and have missing order numbers.
Would someone like to volunteer? What I would need is a snapshot of a site plus a server log covering the likely time of a skipped order number. If you are happy to work with me on this, please drop me an email to communityadmin [@] actinic.co.uk and we'll get cracking.
sihoward
25-Apr-2005, 12:42 PM
any progess? Or still looking for a volunteer?
Simon
Chris, I'd like to examine my session files on a new site I've developed. I'm pretty sure they're abandoned carts and I'd like to find out what I need to do to translate those into sales.
When I try to view/download the session files via ftp I am unable to do so, error message is that I don't have permission to do that. I am using the same settings as I use to upload the site from Actinic.
Any ideas how I can get to the sessions files please?
NormanRouxel
05-Nov-2005, 11:37 PM
Session files have 000 permissions (meaning that no-one can read them). This is because they're in your acatalog directory and could be available to the world if even read-only. They only have their permissions changed briefly to readable by the Perl scripts whenever the scripts need access to them.
Some FTP clients have the capability to change permissions so you can see if that can be done.
Other wise to get at them you'd need telnet type access at the same user level as the Perl scipts have.
Thank you, Norman.
I use SmartFTP which allowed me to change the permissions so I have now been able to look at the couple of session files.
I think as the site is so new and still not visible on Google I have some more fundamental work to do to get it performing the way I want.
Just another 638 items to attend to before my site is truly 'finished' - who said web design work is difficult?!
domino1
06-Feb-2006, 09:14 AM
Please see this thread for further info re missing order numbers.
http://community.actinic.com/showthread.php?t=13683
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.