Login Box in store template
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=4538
Printed Date: 14-July-2025 at 7:30am Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Login Box in store template
Posted By: roknrod12
Subject: Login Box in store template
Date Posted: 10-June-2011 at 2:42pm
Currently, the wiki only has code for a login box that is compatible with v3. Does anyone know what changes need to be made to this code in order for it to work correctly for v4?
<form name="login" method="post" action="checkout.asp?cmode=1">
User Name <input type="text" name="LoginEmail">
Password <input type="password" name="LoginPassword">
<input name="PassWordExists" type="hidden" value="YES" >
<a href="JavaScript:document.login.submit();"><img src="images/login.gif"></a>
<input type="hidden" name="SubmitCO.y" value="1">
</form>
|
|
Replies:
Posted By: Greg Dinger
Date Posted: 10-June-2011 at 2:53pm
Have you tried it? is there something you want besides this? While there are differences between 3 and 4, I'm not sure that this won't work just fine.
------------- GreyBeard Design Group
Certified ProductCart Developer
Web Design/Development/Hosting
http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |
|
Posted By: roknrod12
Date Posted: 10-June-2011 at 2:54pm
Yes. It seems to work, but it is not functioning properly. It is sending members back to the login page to have to login a second time.
|
Posted By: Greg Dinger
Date Posted: 10-June-2011 at 3:45pm
Well, I'm not sure what to tell you. It could be how it was implemented, and while you don't point to where it is installed, it's probably going to require FTP access to figure out what is wrong. Also, trying to fix custom code here in the forum is not something I try to do. Sounds like you need a developer's assistance. As I say, I would think that the above code would work, I can't think of a reason for it to fail.
------------- GreyBeard Design Group
Certified ProductCart Developer
Web Design/Development/Hosting
http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |
|
Posted By: ProductCart
Date Posted: 10-June-2011 at 3:46pm
There is also a support ticket in our system on this (probably the same person) and we are looking into it. We will provide an update soon.
------------- The ProductCart Team
Home of ProductCart http://www.productcart.com" rel="nofollow - shopping cart software
|
Posted By: roknrod12
Date Posted: 10-June-2011 at 3:49pm
Yep - same person. I just thought I'd see if anyone here in the forum had used the login box on a v4 install and had any input.
|
Posted By: ProductCart
Date Posted: 10-June-2011 at 7:36pm
Here we go: http://wiki.earlyimpact.com/how_to/add_login_form#productcart_v4 - http://wiki.earlyimpact.com/how_to/add_login_form#productcart_v4
------------- The ProductCart Team
Home of ProductCart http://www.productcart.com" rel="nofollow - shopping cart software
|
|