Announcement

Collapse
No announcement yet.

Greeting Logon Customer in My Account ACLN

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

    Greeting Logon Customer in My Account ACLN

    If I recall Miva used to greet the customer when they logged in, but now it simply takes one to the My Account Page which seems to throw off customers (at least they tell me they are confused where they are as they expect to go directly to the 'Home page'.
    What I would love to do other than explain in the Header you're at My Account (your) and to begin shopping hover over the 'All Categories' top left is to say "Hello (their name or Business Name) welcome back and the explanation of how to get shopping.
    Never understood why Miva did away with the greeting when you loggon..
    Thanks!
    Louie
    vitaevalue.com

    #2
    Hi Louie,

    The different ReadyThemes have a variety of ways the customer log in is handled, however they still have access to the tokens to make your own welcome message. You could add something like this to the header of the ACLN page:
    Code:
    <mvt:if expr="g.Action EQ 'LOGN'">
        <p class="message message-success">
            Welcome back &mvte:global:customer:ship_fname; &mvte:global:customer:ship_lname;! To begin shopping, hover over the 'All Categories' in the top left.
        </p>
    </mvt:if>
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Matt Thank You!

      Comment

      Working...
      X