after i login
i dont find the account name on header after login
i still see login/register
please anyone can help me
after i login
i dont find the account name on header after login
i still see login/register
please anyone can help me
Hi @Ahmedplease share the website url.
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 %}
thank you mr @LitExtension ![]()