• Resolved henriathamba

    (@henriathamba)


    Hi Everyone

    I am having problems with this website I am building.
    When I did a test order the checkout of this site stored my shipping information. I tested out on other computers and still the same.

    If you look at the browser dev tools it has added value=”{my info}” into the input field.

    Here it is:

    <span class="woocommerce-input-wrapper"><input type="text" class="input-text " name="billing_first_name" id="billing_first_name" placeholder="" value="henri" autocomplete="given-name"></span>
    <input type="text" 
    class="input-text " 
    name="billing_first_name" 
    id="billing_first_name" 
    placeholder="" 
    value="henri" 
    autocomplete="given-name">
    

    Any assistance will be greatly appricated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    Hey there!

    A couple things can cause this to happen:

    * The most likely from the info you sent, is that your browsers are autocompleting based on saved addresses you have from other sites/this site.
    * The second cause is that your site is caching the checkout page, which would cause what you are seeing (since it would save the last state of the page, which is what you input).

    I would check on both those potential issues. If you didn’t put caching in place on your site, check with your host to exclude the checkout page (as well as account, cart, etc.)

Viewing 1 replies (of 1 total)
  • The topic ‘WooCommerce Checkout Values’ is closed to new replies.