E-Commerce Question...

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
jdhorton77
Forum Commoner
Posts: 56
Joined: Tue Nov 07, 2006 3:29 pm
Location: Charlotte, NC

E-Commerce Question...

Post by jdhorton77 »

Hello all, I'm basically needing some advice from some experienced developers out there. I'm currently developing an e-commerce site for a company and I was talking to some fellow developers one day and they brought up the topic of liability. Now I've been working on this site for some time now and have a good bit of the design created, but what I'm curious about is if any one out there knows of some software that I could purchase that would be like a "buy now button". Where I create the pages and the database, but I buy some software that would make the secure transaction for me. I'm just trying to stay away from any liability from credit card information being stolen.

Or if any one out there can help me with an easy tutorial on how to process a secure transaction that might be doable also. But unfortunately I'm under a bit of a time constraint and that's why I was looking for the third party software. I have talked with the owner and he wants to use Verisign as the certificate. Anyway, I do appreciate all the help. This site is a total life saver.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

Look into one of these:

http://www.miva.com - Proprietary, very simple to set up, but you lose a lot of control over how the store works. Also need a host who supports it
http://www.zencart.com - PHP - customizable... I've never used it
http://www.oscommerce.com - PHP - customizable... people get frustrated with it, but it's very popular.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

First thing you should do is consult with an attorney to verify that you'd be liable for any 'issues' that arrive from your code. Then I'd look into payment gateways that handle all of the payment processing for you so you never even see your customers information. That can only serve to help you.
User avatar
jdhorton77
Forum Commoner
Posts: 56
Joined: Tue Nov 07, 2006 3:29 pm
Location: Charlotte, NC

Post by jdhorton77 »

Thanks guys, that's a start. The attorney idea isn't a bad one. All I know is that I'm a poor little college student that can't really afford a large lawsuit at this moment.

So how hard is it to use a SSL socket. And has anyone ever used a Verisign certificate, or such, to encrypt the data to be processed. Thanks again.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

It isn't that hard.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

not that hard. I've found that verisign is ridiculously overpriced though
User avatar
jdhorton77
Forum Commoner
Posts: 56
Joined: Tue Nov 07, 2006 3:29 pm
Location: Charlotte, NC

Post by jdhorton77 »

I agree with the over priced comment. But I guess it's the name that he likes. Kinda like buying a $80 pair of jeans when a pair of $25 Levis would surfice.

So is there a good tutorial out there with example code to show how to use the SSL?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Try google. He usually know a lot. :wink:
User avatar
MrPotatoes
Forum Regular
Posts: 617
Joined: Wed May 24, 2006 6:42 am

Post by MrPotatoes »

Miva i would never use. i had it for about 2min before i started to shop elsewhere for new ones.

zen cart is just stupid. i have it and i hate it. i wish the shop would let me make a whole new one. i mean, seriously. this thing is gigantic and slow as hell and shoot, hard to work with most of the time. too many features and the over-rides system is *ugh* dumb.

there isn't enough i could say about it. i just wish i could make my own
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

I'm curious...what is it about a eCommerce shopping cart that make's it so difficult to (re)build?

I've never worked on one...but I have on many other enterprise applications (KBase, CRM, CMMS, CMS, ERP, etc)...

I'm considering maybe developing my own :) I've had three people in the last 2 weeks ask me how they'd go about setting up a online shopping cart...

The thing that always got me...is every product would be different...requiring a schema change or some fancy techniques to support dynamic fields...

Everything else (shopping carts, etc) seems pretty straight forward...then I suppose the other big challenge would be front-side templating...making your shopping cart *fit* with your existing site layout...

Then maybe payment processors...worldpay, paypal, etc...they all offer well documented API's so whats the big deal? You setup SSL on your server pass purchase credentials to paypal, etc...they call your site if everything goes according to plan and you return a message saying Bad CC or out of stock, etc...

Someone fill me in on what the needs and requirements are from a dummy end user...I don't want the rebuild osCommerce specifications document thank you :P

Cheers :)
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

MrPotatoes wrote:Miva i would never use.
It's what my work has always used... and I hated it at first too, but the more I use it the more I am starting to like it. It takes a while to get used to. It has a lot of restraints, but for people who are strictly designers, it's fantastic.
User avatar
MrPotatoes
Forum Regular
Posts: 617
Joined: Wed May 24, 2006 6:42 am

Post by MrPotatoes »

The Ninja Space Goat wrote:
MrPotatoes wrote:Miva i would never use.
It's what my work has always used... and I hated it at first too, but the more I use it the more I am starting to like it. It takes a while to get used to. It has a lot of restraints, but for people who are strictly designers, it's fantastic.
exactly and i'm not a designer. the problem is that i've been doing data entry and programming. actually that's a lie. data entry is so damned simple and fast that i reward myself by programming. never-the-less, Miva makes it hard to do data entry imo. if anything i would honestly rather use ZeCart and i don't have many awesome things to say about that badboy. i'm not going to list the things but just stay away and find something smaller with an easy populate sort of deal. that's honesly the only reason im' on Zen still
Post Reply