Quote:
Originally Posted by chopperstyle
First I would like to say thank Ruberneck for your Dazzle script. It saves me countless hours of work. It works flawlessly except for one problem I discovered today. I logged into my store as a customer and went to their orders management page and I saw the dazzle buttons there. They have a print dazzle stamps and import tracking number button. How do I remove it from there but leave it in the admin area?
Thanks in advance.
Haven't heard from Ruberneck yet can anyone else help me with this. I have xcart
4.1.12
|
Wrap the button display inside this:
Code:
{if $usertype eq "A"}
button code
{/if}
That will only display the button code to admin users.