View Single Post
  #17  
Old 08-29-2009, 05:51 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Endicia/Dazzle Export Function for Printing Labels

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.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote