Custom Category
I am creating a special category to hold custom orders by creating a new member level that only I have access to. Then creating a category and limit it's access to that special level.
Here's the question:
Lets say I create a category called "Custom Orders" how would I create a category link that is only available to the user logged in on that member level. Now I do not use the xcart category box because I have a custom hard coded category menu. I would like this category link to display in the header when the customer logs in.
Kinda like:
{if user member level}
show custom order category link
{/if}
|