Solved

login doesnt show account name on header

AhmedKing
Excursionist
22 0 7

after i login

i dont find the account  name on header after login

i still see login/register

please anyone can help me

 

Accepted Solution (1)

LitExtension
Shopify Partner
4860 1001 1135

This is an accepted solution.

What theme are you using?
You can use this code to check if the customer is logged in or not:
{% if customer %}
// account
{% else %}
// login
{% endif %}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Replies 3 (3)

LuckyNigam
Pathfinder
142 8 14

Hi @Ahmedplease share the website url.

LitExtension
Shopify Partner
4860 1001 1135

This is an accepted solution.

What theme are you using?
You can use this code to check if the customer is logged in or not:
{% if customer %}
// account
{% else %}
// login
{% endif %}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
AhmedKing
Excursionist
22 0 7

thank you mr @LitExtension  ❤️