• Resolved odense3dprint

    (@odense3dprint)


    i was at a customer to deliver 3dprints today and the only way they can pay me is via the shop

    for the first time i noticed that they where asked to login as soon they put something in the basket and starts the checkout steps

    i have tested it myself without being logged in as admin and did not notice this. I even tested it in edge browser and i tested on another pc with both chrome and edge without any issue

    my shop is setup so customers cant create accounts, most browsers will remember what to fill out anyway and it gives me one less headache when it comes to protection customer data as there will not be any

    but could i have forgotten a settings? i did protect the admin dir via htaccess

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter odense3dprint

    (@odense3dprint)

    just checked, the password protection of wp-admin dir is in the htaccess inside wp-admin, not in the root folder

    so this leaves settings if not much mistaken, but i could not replicate it

    will try on another pc again and this time do both chrome and edge and also chrome incognito and edge if it has that mode

    Thread Starter odense3dprint

    (@odense3dprint)

    correction: it happens here also, when i click basket

    not when i click add to basket but when i want to see basket

    clicking cancel and continue the checkout works, but its not optimal to have the box popping up

    Thread Starter odense3dprint

    (@odense3dprint)

    but of course on this pc, i’m at not it does not happen

    EDIT: it happens on this pc in Edge, and it gave me a clue, the login is in fact the password protection of wp-admin (the htaccess protection not the password box from wp itself)

    that is strange because all i do to trigger it is to look what’s in the basket

    Thread Starter odense3dprint

    (@odense3dprint)

    what i added to wp-admin htaccess is

    AuthName “Admins Only”
    AuthUserFile *************
    AuthGroupFile /dev/null
    AuthType basic
    require user *********

    <Files admin-ajax.php>
    Order allow,deny
    Allow from all
    Satisfy any
    </Files>

    Removed it and everything is ok again

    this i consider a temp fix, i would like to be able to password protect the admin dir without breaking the shop of course

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce keeps bugging customers to login’ is closed to new replies.