Disable auto fill adress in checkout

7 个月 前
Is thera a way to disable auto fill adress in checkout?

We only use guest users (no register/login). But for some reason during checkout it already shows an address. Looks like it's stored in database and is related to ip address?

We like to disable this option so a customer should always enter the address themselves
7 个月 前
This is a browser-saved address, not nopCommerce.
Here's a solution for a developer to disable autofill in input fields.
https://stackoverflow.com/questions/582244/is-there-a-valid-way-to-disable-autocomplete-in-a-html-form

//Rashed