Hello,
For the site I am working on, they don't want to let the public register as a customer. They will register their dealers manually through a custom page I made where I basically just put the New Customer Registration scripts and gave them the link to use that page.
Now on the login page I need to be able to remove the "I am a new customer" link but keep the "I forgot my password" link.
The only way I could figure to do it was to hardcode the html into the template file instead of using the shopsite tags. The problem is, the link that is generated for "I forgot my password" has the SBID session on the querystring and I can't figure out how to get that value in code so I can "hardcode" my link correctly. There doesn't seem to be a shopsite tag I can put in that will use the correct SBID for that session.
Anyone have any ideas on how to do this?
Thanks.