I do have a simple question, but can not find a solution.
<actinic:variable name="StockLevel" /> is working on my page.
But I want to show it only to buyers who are logged in.
So i think i need to write a " block if" and state the condition when a buyer is logged in.
Then i write <actinic:variable name="StockLevel" /> in it.
My question is how do i write the condition?
login == 1 ??
<actinic:variable name="StockLevel" /> is working on my page.
But I want to show it only to buyers who are logged in.
So i think i need to write a " block if" and state the condition when a buyer is logged in.
Then i write <actinic:variable name="StockLevel" /> in it.
My question is how do i write the condition?
login == 1 ??
Comment