Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customer Welcome message not showing #3879

Closed
shinethazhava opened this issue Mar 23, 2016 · 7 comments
Closed

Customer Welcome message not showing #3879

shinethazhava opened this issue Mar 23, 2016 · 7 comments
Labels
bug report Component: Customer Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed

Comments

@shinethazhava
Copy link

When a user login customer welcome message on top section not showing.
After add any product to cart using ajax cart then showing customer full name.
<span data-bind="text: customer().fullname"></span>
Screenshot Error :
screenshot-error
Screenshot Success :
screenshot-sucess

@rgoncharuk rgoncharuk added the PS label Mar 28, 2016
@devhn
Copy link

devhn commented Apr 1, 2016

Same as #3572

@minhluan259
Copy link

Same issue
vendor\magento\module-theme\view\frontend\templates\html\header.phtml

        <li class="greet welcome" data-bind="scope: 'customer'">
            <!-- ko if: customer().fullname  -->
            <span data-bind="text: new String('<?php echo $block->escapeHtml(__('Welcome, %1!', '%1'));?>').replace('%1', customer().firstname)">
            </span>
            <!-- /ko -->
            <!-- ko ifnot: customer().fullname  -->
            <span data-bind="html:'<?=$block->escapeHtml($welcomeMessage) ?>'"></span>
            <!-- /ko -->
        </li>

When customer loged in , customer().fullname return false

@sevos1984
Copy link
Contributor

We are closing this issue because it hasn’t been updated in more than two weeks. If you can still reproduce this issue, please create a new GitHub issue report.

@nitinpawar45
Copy link

Any one solved this issue, I am facing the same problem.

@91ranjan
Copy link

Any one got any solution for this yet.

@ghost
Copy link

ghost commented Dec 8, 2017

I've faced this issue after enabling varnish. Anyone solved this issue.

@magento-engcom-team magento-engcom-team added the Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed label Dec 8, 2017
magento-engcom-team pushed a commit that referenced this issue Mar 15, 2019
[Owls] MC-14937: Complete Page Builder Analytics data collection
@KiranLankapalli
Copy link

Hi,
Not displaying the customer name and welcome message when open hambuger menu.
Module Amasty_MegamenuLite:web/template/components/header.html

`

<!-- ko if: customer().fullname -->
    <span class="ammenu-message -welcome" data-bind="i18n: 'Welcome'"></span>
    <span class="ammenu-name" data-bind="text: customer().fullname"></span>
<!-- /ko -->

<!-- ko ifnot: customer().fullname -->
    <span class="ammenu-message" data-bind="i18n: $parent.welcome_message().message"></span>
<!-- /ko -->

`

Screenshot from 2021-10-19 12-33-13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Customer Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed
Projects
None yet
Development

No branches or pull requests