Announcement

Collapse
No announcement yet.

Hide/show login

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

    Hide/show login

    I need help fixing a dumb mistake. I turned off the customer login link and now I need to turn it on again. Here's the dumb part -- I don't remember what I did to turn it off in the first place. Please help.

    #2
    Under Store, Storename, Customer Accounts.

    Comment


      #3
      Thanks for your quick response. I don't see Customer Accounts. Do you mean Customer Links? I have the following code in the Customer Login Link box.
      <a href="&mvt:global:secure_sessionurl;Screen=LOGN&Or der=0&Store_Code=&mvt:global:Store_Code;"></a>

      Comment


        #4
        That would be the one...however, whether that shows up or not is also dependend on whether the customer_link item is in your store's pages. For example, in CTGY page:

        Code:
        <mvt:item name="customerlink" />
        usually goes above the category tree item

        Code:
        <mvt:item name="category_tree" />
        Bruce Golub
        Phosphor Media - "Your Success is our Business"

        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
        phosphormedia.com

        Comment


          #5
          It's there. Does it matter that "affiliatelink" is between them?

          <mvt:item name="fonts" param="ctgy_font">
          <mvt:item name="customerlink" />
          <mvt:item name="affiliatelink" />
          <mvt:item name="category_tree" />
          </mvt:item>

          I could swear that when I turned off/hid the login link all I did was uncheck a box. But I could be confused.

          Thanks for your help.

          Comment


            #6
            Originally posted by medusa
            It's there. Does it matter that "affiliatelink" is between them?.
            Nope.

            Originally posted by medusa
            I could swear that when I turned off/hid the login link all I did was uncheck a box. But I could be confused.
            In Merchant 4 it was a check box...
            Bruce Golub
            Phosphor Media - "Your Success is our Business"

            Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
            phosphormedia.com

            Comment


              #7
              Ooops. I figured out what the problem was. I had deleted the word "Login" from within the aref brackets in the Customer Login Link box. How embarrassing.

              Thank you, Bruce and Vic, for your help.

              Comment

              Working...
              X