Add login fields to website?

Hi everyone! Any suggestions or general ideas would be much much appreciated.





I would like to add login fields to my website where a user can input their login info and go directly to the shopping cart.



Right now, I have a link on my website that links to the shopping cart, but it would be much easier to have a login field right on the page.



Has anyone attempted to integrate a login to their website?



How would I go about doing this and/or do you know where i can find how to do this on the web?



Thanks so much for your help!!

I’m not sure i understand what you mean. What website? The Cart or another site?

I have an informational website that has a shopping cart for my product.



Right now, I have a link from my website to my shopping cart.



I would like to integrate a login (the main login form) into a page on my website.



This will remove the step of clicking the link to go to the shopping cart, and then logging in.



I hope that made more sense :slight_smile: thank you!

I’d also like to know how to do this. Seems like it would be simple, but I’m having problems even getting it into the main content section.



Any help would be great!

Are the website and shopping cart on the same domain name?

Can you provide a link?

Yes, they are both on the same server, and same domain name.



Even having a login form on the main page content would help… like on the homepage. The current site I can’t give a link to because its on a testing server, but my other site is here, for example… http://www.ineedparts.com



Thanks!

So are you looking for something like this?



[URL=“http://forum.cs-cart.com/showthread.php?t=9692&highlight=login+sidebox”]http://forum.cs-cart.com/showthread.php?t=9692&highlight=login+sidebox[/URL]



If it works in the sidebox you should be able to put it on the main page if you want…

Sort of, but I would like the fields there if not logged in, instead of just a “login” button.

If you look back at the Post I sent you the fields for login are there…



Here is part of the code from that post that allows the fields to show:


[QUOTE]























{if $settings.General.use_email_as_login == ‘Y’}{$lang.email}{else}{$lang.username}{/if}:




{$lang.password}:






[/QUOTE]

So I'm not too sure what else you would need?

[quote name=‘WebGuy’]If you look back at the Post I sent you the fields for login are there…



Here is part of the code from that post that allows the fields to show:







So I’m not too sure what else you would need?[/QUOTE]



Hey web can you lookout this same thread and try to fix this problem



[url]http://forum.cs-cart.com/showthread.php?t=9692[/url]

Yeppers it all taken care of over there…

I’ll take a closer look. It didn’t work great for me, but I didn’t see you made some fixes to the code.



Thanks for pointing me to the right place!