Loaded Commerce Community

Banner


Board index » CRE Loaded Support » CRE Loaded 6.2

All times are UTC - 5 hours




Post new topic Reply to topic  [ 43 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: customers are seeing other customers addresses
PostPosted: Fri Jan 04, 2008 10:52 pm 
Offline
CRE Addict
User avatar

Joined: Thu Aug 30, 2007 6:44 pm
Posts: 188
I just went live with my new site . It is a fresh install of SP1 and fresh database. I just got this email after about the 10th order
Quote:
Nice site...
noticed something you should correct asap. when you add something to the shopping cart view it or check out it retains the last person who brought something from the site:
I cut and paste the info that appeared when I just did it. Before I could type in my address this address is what appears in the view cart and check out


Basically it preloaded someone else's address for him on the shipping page. I am unable to recreate this problem myself. Any ideas ?


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Fri Jan 04, 2008 11:40 pm 
Offline
CRE Addict
User avatar

Joined: Fri Mar 31, 2006 1:00 am
Posts: 211
Location: Chicago
Maybe the computers browser he was using had someone elses address saved in it?

IE and Firefox both automatically fill in forms for you.

You should ask him if he is the only one who uses that computer or ask him for the address that showed and check it against your orders.


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Fri Jan 04, 2008 11:43 pm 
Offline
CRE Addict
User avatar

Joined: Thu Aug 30, 2007 6:44 pm
Posts: 188
he showed me the address and it was someone that previously ordered and from a different state.

maybe one of my sessions settings is wrong ? possible issue with allowing orders without creating and account ?


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Fri Jan 04, 2008 11:54 pm 
Offline
CRE Addict
User avatar

Joined: Fri Mar 31, 2006 1:00 am
Posts: 211
Location: Chicago
have you performed any mods to your store?


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Sat Jan 05, 2008 7:50 pm 
Offline
CRE Legend

Joined: Sun Nov 09, 2003 1:00 am
Posts: 7301
Location: Baconton, GA USA
Are you using file based sessions in the server wide /tmp directory ??

This can cause some issues.

I would encourage an issue report on this type of problem..

David

_________________
My CRE Loaded FAQ List
CRE Loaded Hosting


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Sat Jan 05, 2008 9:52 pm 
Offline
CRE Addict
User avatar

Joined: Thu Aug 30, 2007 6:44 pm
Posts: 188
Nimitz1061 wrote:
Are you using file based sessions in the server wide /tmp directory ??


I have no idea ... how do i check something like that ?

I did file a support ticket.


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Sat Jan 05, 2008 9:53 pm 
Offline
CRE Addict
User avatar

Joined: Thu Aug 30, 2007 6:44 pm
Posts: 188
boostin4hp wrote:
have you performed any mods to your store?


just SEO and couple others i bought from CRE.

and QBI. quickbooks importer.


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Sat Jan 05, 2008 9:59 pm 
Offline
CRE Legend

Joined: Sun Nov 09, 2003 1:00 am
Posts: 7301
Location: Baconton, GA USA
Any of them modify the catalog side, other than SEO URL's??

RE sessions directory - check Store Configuration - Sessions menu..

David

_________________
My CRE Loaded FAQ List
CRE Loaded Hosting


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Mon Jan 07, 2008 5:22 pm 
Offline
CRE Addict
User avatar

Joined: Thu Aug 30, 2007 6:44 pm
Posts: 188
This is the list of mods i installed
QBI
CRE Checkout Success Message Module
CRE Checkout Success Banner Module
CRE SEO URL 4.0

This are the defualt options chosen when i set up the cart in the Configuration - Sessions menu..


Session Force Cookie Use False
Check SSL Session ID True
Check User Agent False
Check IP Address False
Prevent Spider Sessions True
Recreate Session False


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Fri Mar 21, 2008 6:48 pm 
Offline
CRE Addict
User avatar

Joined: Thu Aug 30, 2007 6:44 pm
Posts: 188
OK this happened again today.

But this time a customer (Christian) submitted an order and it came up with a different customers account information(Bruce) but his own shipping info...

It's actually like Christian was somehow logged into Bruce's account and changed the shipping address to his own. Christian called me because he was concerned that the account info was all Bruce's , even though it had the right shipping info.


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Fri Mar 21, 2008 7:48 pm 
Offline
CRE Addict
User avatar

Joined: Thu Aug 30, 2007 6:44 pm
Posts: 188
Ok so Bruce emailed me because he was trying to submit an order and he was also having trouble getting it to go through.

I called him but by then he was able to process the order. He said he was trying to submit his order but the cart wouldn't let him because something was wrong with the shipping address. he said it had loaded someone else's address but he couldn't remember who's. We was finally able to submit an order after he changed the address back.

so it looks like this is some type of complication from people trying to submit an order at the same time.

BTW it looks like Christian does not even have an account with us.


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Fri Mar 21, 2008 10:28 pm 
Offline
CRE Addict
User avatar

Joined: Thu Aug 30, 2007 6:44 pm
Posts: 188
I confirmed that christian never had an account with us when he started the check out. Bruce has had an account with us for a while. Seems like they were checking out at very similar times if not at the exact same time.

when i asked christian if he noticed anything odd about the check out he said this.

Quote:
During the order process I noticed that someone else’s name and address who I don’t know was entered automatically for me for the billing address. I changed it to mine and then proceeded to checkout and when I looked at the name for the billing address it reverted back to the previous name and address.


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Sat Mar 22, 2008 11:39 am 
Offline
CRE Freak
User avatar

Joined: Sat Jan 05, 2008 11:11 pm
Posts: 43
Location: Largo, FL.
Check your \includes\configure.php last line should read:

Code:
define('STORE_SESSIONS', 'mysql');


Changing this should resolve the issue.

_________________
Color Your Grout - Grout Recoloring Systems
Love Your Tile - Hate Your Grout?
Color Your Grout Has The Solution


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Sat Mar 22, 2008 3:43 pm 
Offline
CRE Expert
User avatar

Joined: Fri Mar 03, 2006 1:00 am
Posts: 748
I have seen a similar issue with the page cache set to on in admin. I could not get to the bottom of it as it was so random but switching the page cache off stopped the problem.


Top
 Profile  
 
 Post subject: Re: customers are seeing other customers addresses
PostPosted: Mon Mar 24, 2008 3:31 am 
Offline
CRE Legend
User avatar

Joined: Fri Jan 13, 2006 1:00 am
Posts: 11084
Location: Nappanee Indiana
if sessions are stored to mysql, as mentioned above.. and changing Check SSL Session ID True to false doesn't prevent it, you are going to want to get the browser type/version from the last person this is known to happen..

this could be considered a security issue, in only that their personal (shipping address) is being shown to others

never had any luck with creloadeds built in page cache.. but this could easily be an issue

_________________
Jason Miller
https://www.creloadedexpert.com
CRE Loaded Expert Team
CRE Loaded Support
Home of the FIRST 100% tableless CRE Loaded template


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 43 posts ]  Go to page 1, 2, 3  Next

Board index » CRE Loaded Support » CRE Loaded 6.2

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
It is currently Wed May 23, 2012 8:21 pm
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Login

Forums Latest Activity

Top Listing

1. Cart2Cart - Shopping...
    Category: Shopping Cart Database Conversion Scripts
    
2. Points & Rewards PLUS!...
    Category: Add-Ons
    
3. Configuration Server...
    Category: Fixes
    
4. Credit Card with CCV
    Category: Payment Modules
    
5. CC7333_ATS
    Category: Templates
    
Show more...

© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy