Cs-Cart Entering Data In Some Checkout Fields?

Hi, I noticed that cs-cart is filling out the zip code, city, and state fields automatically (i tried both firefox and chrome). This changes when I login from another location, and most of the time the data entered is wrong.

Does everyone have this or could it be related to simtechs geolocation add-on?

I'm not certain but I think this is a browser feature. Firefox was doing the same a few months ago and I had to go into settings and disable it.

Yes I think so too. But customers won't turn this off. Is it possible to turn this off in cs-cart so that it doesn't use it? I checked on many addresses and it's wrong in 99% of the cases...

Not that I know of.

A single regular user probably won't have an issue. If you're an admin and entering addresses a lot, they will be saved in the browser.

Hmm I tested with a VPN and then I get different addresses. So it's not the browsers autofill, it must be something else....

I don't know then. Maybe it does have something to do with 3rd party addon.?

Hmm I tested with a VPN and then I get different addresses. So it's not the browsers autofill, it must be something else....

VPN probably wouldn't matter since it's more than likely coming from your session cookie and it's pulling info from the user_id associated there. (best guess).

Is it from Settings/General/Default location

Is it from Settings/General/Default location

Nope.

VPN probably wouldn't matter since it's more than likely coming from your session cookie and it's pulling info from the user_id associated there. (best guess).

It does fill in other data though (the location of the vpn's server, in this case).

I may have missed it, but what browser are you using? Does it do the same in other browsers?

I may have missed it, but what browser are you using? Does it do the same in other browsers?

Yes, it does it in all browsers. I'm going insane trying to find out why / how.

You could add some instrumentation to a "post" controller that can do a $view->getTemplateVars(variable name) and see if the info is being passed to the template engine or whether it is the browser(s) that are filling it for you.