I have an xslt template for a page that displays products in a certain group.
I want to display the "Buy"-button only if the user is logged in, but I have trouble determing this using xslt:if
This I have tried:
But this didn't work, the if case didn't return true even if I was logged in. So for testing I changed to this
Those two if-cases are the opposite to each other, but none did return true.
Only when I removed the whole if-case it worked.
Best regards,
P