• Resolved Iftikhar Alam

    (@iftikharalam)


    hey guys, if a user is logged in there will be no option like as personal info (https://prnt.sc/o0zsvt) on the checkout page.
    right now all logged in user when trying to purchase some new products, on the checkout page the getting a field to fill up their personal information. I want to remove that failed for logged in users. how can I do that?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @iftikharalam

    Thanks for the screenshot. You are trying to say that If user is logged in then you do not want to show “Personal Info Box”. Am I right?

    When user is logged-in then these personal fields like Email and First Name will be Pre populated.

    Thread Starter Iftikhar Alam

    (@iftikharalam)

    yeah, you are right how can I do that?

    Hi @iftikharalam

    It is a default functionality of plugin. When user is logged in then profile fields will be pre populate.

    Thread Starter Iftikhar Alam

    (@iftikharalam)

    I Don’t Want to populate that I want to hide that.
    How can I do that?

    Hi @iftikharalam

    You can hide with little CSS snippet. I do not recommend you to do this because in some case “First Name” is not populated then it will give error like “First name is required.” and user can not see where can he add it.

    .logged-in #edd_checkout_user_info{display:none;}

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘remove personal info from the checkout page’ is closed to new replies.