ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Removing Login
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Removing Login

 Post Reply Post Reply
Author
Message
Leather_Treaty View Drop Down
Newbie
Newbie


Joined: 07-July-2012
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote Leather_Treaty Quote  Post ReplyReply Direct Link To This Post Topic: Removing Login
    Posted: 10-November-2013 at 10:40am
Hello,

how would I remove the "No, I want to create a new account" from the login form? I want my catalog to be wholesale only. This way nobody will be able to sign up for a retail account.

Thanks,

LT
Back to Top
Guests View Drop Down
Guest
Guest
Post Options Post Options   Thanks (0) Thanks(0)   Quote Guests Quote  Post ReplyReply Direct Link To This Post Posted: 11-November-2013 at 10:31pm
The direct answer to your question is to find the following on checkout.asp and comment it out or hide via CSS:
<tr>
    <td align="right">
        <input name="PassWordExists" type="radio" value="NO" onFocus="document.LoginForm.LoginPassword.value=''" <% if scUseImgs=1 then%>onClick="document.getElementById('show_security').style.display='<%=pcShowStyle%>'"<% end if %> class="clearBorder">
    </td>
    <td width="90%">
        <p><%=dictLanguage.Item(Session("language")&"_checkout_27")%></p>
    </td>
</tr>

However, that would leave an awkward looking user interface and the corresponding corollary would also still need to be handled going into checkout.

To handle it all nicely would not be especially difficult, but it would require more explanation & work than could be accommodated via the forum.

Do PM me if you'd like help with the modifications to handle it all nicely.
Back to Top
Leather_Treaty View Drop Down
Newbie
Newbie


Joined: 07-July-2012
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote Leather_Treaty Quote  Post ReplyReply Direct Link To This Post Posted: 16-December-2013 at 3:20am
Hi Actually,

the process was very easy. Remove the blurb from languages so you are left with a radio button. Remove the button through checkout.asp finding the correct form submit and just remove that. The whole option to create a new account is removed, solves my issue, and looks very clean.

LT
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.