Print Page | Close Window

Removing Login

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=5750
Printed Date: 20-February-2025 at 8:50pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Removing Login
Posted By: Leather_Treaty
Subject: Removing Login
Date 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



Replies:
Posted By: Guests
Date 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.


Posted By: Leather_Treaty
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net