Question for the e-commerce pros
Hi all,
Im a webmaster venturing into my first e-commerce site (outside of PayPal). The customer I'm going to do this for is most likely not going to be doing over $1000.00 a month for some time so I think that 2CO, PayQuake or similiar will do just fine (unless I hear otherwise...hint hint) . I have two questions though:
1. The customer sells food items of various weights. How do I calculate their shipping costs for various products? Do you calculate an average? Or is it based on the cost of the item? This is for domestic shipping only (US).
2. The customer already has a POS system with a keyed entry pad for CC processing. Technically it would seem feasible that I could write a PHP script to email the data to them, thereby eliminating gateway/merchant fees. I'm concerned obviously about the security of this. What are the security holes in this method? Is it a viable method or is this looked at as bad business practice?
Thanks Prior for your advice. Thank heavens for this forumn or I'd be lost in a sea of mis-information.
LiquidD
Sending CC info in the clear?
I would be very wary of sending CC information "in the clear." That is, in plaintext format (a.k.a. not encrypted). The only way I would consider doing this is if the email is sent over SSL or encrypted in some way. Sure, chances are still relatively slim that the information will be stolen, but it's definitely better to be safe than sorry when it comes to sensitive information. I know that I would be mad as hell if this happened to me in this way--I would think it was because of irresponsible and incompetent "computer experts!"
But generally, you should be aware that most email is sent as plaintext.
Search Engine Friendly Shopping Cart
Avoiding those problems was a goal of mine when developing Apple Pie (search engine friendly) Shopping Cart. I succeeded in reaching this goal and the apple pie shopping cart is now presenting a data base driven website as if all pages are static pages.
There are no duplicate pages and all the other problems of site administration has been made extremely easy. Basically, if you can use Windows you can use my Apple Pie. It is truly as easy as apple pie.
If you have questions feel free to contact me.
This is my proposed route ----->
Hey all,
Thanks for the info. I've dove in to all the suggestions and come up with the plan of action.
1. Well, as much as I'd like to save the customer money I think that isolating them from the CC information may be the wisest idea (email or otherwise). They are not terribly tech-savvy and I can just imagine the headaches. So, I'm going to use a gateway/merchant service for now. Regardless of their POS system (which is now infected with viruses since they weren't protected..ugh..)
2. The Shipping was a big concern for me. Thanks rdlynch for the info on that. I'm glad that UPS incorporates such features for e-commerce. So I'll have them (the end user) register with UPS and I'll get to play with some new toys...errrr tools.
3. I host the sites on my own server (PHP, MySQL) so I'll be using those technologies to dynamically serve up the content. Apple Pie you have a very valid point about search engine placement. I'm going to use several non-php pages to bump up their rankings for now (I use WebPosition Gold to aid in that dept.)
Now one last question on the gateway/merchant accounts. Are most of them fairly easy to POST the data to? When I used PayPal I simply sent several variables (ID, cost, description) to a cgi/bin which took care of the tallied costs, cart etc. Will it be pretty much the same for 2CO or PayQuake? Or do they receive their information differently?
Again, Thanks to all you e-commerce pros. You have been such a great help. I owe you all a beer.
LiquidD