Building shoping cart

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
phpcoder
Forum Contributor
Posts: 158
Joined: Sat Nov 02, 2002 1:18 pm
Location: Manchester, UK

Building shoping cart

Post by phpcoder »

hello , i want to build shoping cart for my web site i dont have any idea .
plz help me either i have 2 use session 2 track info about the user cart
and also tell me about how i have 2 do credut card validation i dont knw any thing about it plz help me .
10x
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post by Gen-ik »

To have legal credit card validation on your website and/or credit card processing you will need some sort of business bank account. These are not easy to get as you will require proof that you have a business... and credit card processing is also fairly expensive.

To have a secure website (https://) you will need to purchase a certificate of security which is about $80 per year (mine was anyway).

You could always use PayPal though, but if you don't have a secure site then people won't use credits card on your site (unless they're very stupid).


To find out about sessions read the PHP manual... [php_man]session[/php_man]
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

reply lol.

Post by ol4pr0 »

only got one reply.

you can download a free script of echocart

all you want to know is written in that script :) Sorry but else i would be here untill tomorrow typing out a full source code.


http://www.echocart.info/installation.cfm

download of script = free !
Post Reply