Hello
i edited sign up button now visitor when click on sign up button will be redirected to signup page
but this buton signup showed when client login to account
i want show this button only for vistor i used this code :
<xen:if is="!{$visitor.user_id}">
<label for="" id="SignupButton"><a href="{xen:link 'register'}" class="inner">{xen:if $xenOptions.registrationSetup.enabled, {xenhrase sign_up_now}, {xenhrase log_in}}</a></label>
</xen:if>
i edited sign up button now visitor when click on sign up button will be redirected to signup page
but this buton signup showed when client login to account
i want show this button only for vistor i used this code :
<xen:if is="!{$visitor.user_id}">
<label for="" id="SignupButton"><a href="{xen:link 'register'}" class="inner">{xen:if $xenOptions.registrationSetup.enabled, {xenhrase sign_up_now}, {xenhrase log_in}}</a></label>
</xen:if>