Jump to content

Integrating Log-in/Shopping Cart


thomashw

Recommended Posts

I've found books/online reading that goes into either how to let users log-in to your website, or how to set-up a shopping cart.

 

What I'm interested in is integrating both. I want users to have to log-in while checking out, which will call their information from the database (name, address, etc.) I know how to get the information written to the database, but I'm just not sure how to integrate both together.

 

Does anyone have any good links which integrates both, or have any advice?

Link to comment
https://forums.phpfreaks.com/topic/85274-integrating-log-inshopping-cart/
Share on other sites

There's literally 100's of PHP based shopping carts available that you could further customize. But, most have login features already and work off databases. Unless, of course, you want to code the whole thing yourself.

 

http://www.hotscripts.com/PHP/Scripts_and_Programs/E-Commerce/index.html

If you're new to PHP, then don't handle people's credit card numbers  ;)

 

Use something like PayPal

I won't be handling credit card numbers right off the bat, don't worry. :)

 

I'll take a look at that hotscripts site when I have a chance. Thanks!

 

If anyone has any more information/advice, I'd really appreciate that too. :)

osCommerce is an open source e-commerce app that's free - check them out at least for ideas on how to do it properly (if making a large-ish application)...

 

 

it get's kinda complicated with the code so it might not be of total use for you, but it's there as a resource/tool none-the-less

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.