Announcement

Collapse
No announcement yet.

Getting rid of "Login"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Getting rid of "Login"

    I'm very much opposed to requiring customers to create an account and login - it's a barrier I don't want.

    Howver, it appears on V10 whether you like it or not. I know it's not necessary to actually log in to order but many people see the log in button and assume it is.

    So, can I make the log in button disappear completely..?

    Doug

    #2
    Select the design tab, click on the login link, click the upward arrow to move up a level so you can see the selector (pink underlined link) that adds that part, put <!-- before it and --> after it.

    PS - please fix your avatar, it's not showing

    Comment


      #3
      Business Settings

      Hello Doug. I agree with you; we have never had a requirement for customers to log in, and do not like to have a Login appear anywhere, so we don't have it on our sites. It was a while ago that I removed it, but I think you do it in V10 by going to Business Settings: Ordering and check the box for Allow Orders from Unregistered Customers, and uncheck the box Allow Orders from Customer Accounts. If you still have a button appear saying Login, I think it is just a matter of deleting it - though somebody else may be able to answer that better.

      Sarah

      Comment


        #4
        Originally posted by leehack View Post
        Select the design tab, click on the login link, click the upward arrow to move up a level so you can see the selector (pink underlined link) that adds that part, put <!-- before it and --> after it.

        PS - please fix your avatar, it's not showing
        Well thanks but that's got me beat. I tried but couldn't get to what you've described.

        To complete my failure record, I've no idea how to fix my avatar - didn't even know I had one.....

        Doug

        Comment


          #5
          Originally posted by saucysal View Post
          Hello Doug. I agree with you; we have never had a requirement for customers to log in, and do not like to have a Login appear anywhere, so we don't have it on our sites. It was a while ago that I removed it, but I think you do it in V10 by going to Business Settings: Ordering and check the box for Allow Orders from Unregistered Customers, and uncheck the box Allow Orders from Customer Accounts. If you still have a button appear saying Login, I think it is just a matter of deleting it - though somebody else may be able to answer that better.

          Sarah
          Thanks Sarah. I think the previous reply from leehack is the solution but it exceeds my skill level....

          Doug

          Comment


            #6
            Go to the window drop down menu and select 'restore split view layout', you will then have a preview at the top and code producing that preview at the bottom, you need to work in the bottom window. Snapshot before you try and you have a getout if you break it by mistake.

            Comment


              #7
              OK - here's screen shot (attached). The words LoginText are greyed out. Whereabouts do I put those < > you were talking about?

              Thanks

              Doug
              Attached Files

              Comment


                #8
                Like this should work:

                <!--
                <div id="silver-login-terms">
                <p>(Actinic...........
                </div>
                -->

                Comment


                  #9
                  Change <Actinic:NOTINB2B> to be <!--<Actinic:NOTINB2B>

                  and

                  Change </Actinic:NOTINB2B> to be </Actinic:NOTINB2B>-->

                  either side of the red tags in other words, that will not remove the other items that you probably want to keep on the site.

                  Comment


                    #10
                    leehack - brilliant - that's done it; thanks.

                    Now for my avatar..... (just joking).

                    Doug

                    Comment


                      #11
                      Originally posted by Doug2 View Post
                      Now for my avatar..... (just joking).
                      I wasn't lol, one of my bug bears!

                      Comment


                        #12
                        I had a quick look to rectify it but couldn't see how.....

                        Doug

                        Comment


                          #13
                          I cant talk but go to 'CP' on the menu above and then Settings & Options
                          Edit Avatar.

                          Comment


                            #14
                            Finally added one b4 I upset lee!

                            Comment

                            Working...
                            X