hello all , this is my code, ideally it should show link to wish list if customer is logged in, and since I am staff it should show for me too, but it is not working, can you help me to find out why?
{% if customer %}
link to wishlist
{% endif %}
hello all , this is my code, ideally it should show link to wish list if customer is logged in, and since I am staff it should show for me too, but it is not working, can you help me to find out why?
{% if customer %}
link to wishlist
{% endif %}
Hi @suyash1 it doesn’t matter if you’re staff, you’d have to be logged in on your site in order to see this link. So it would be best to register as a customer and test