Forum Moderators: buckworks
My client wants something reliable, that can grow with the business he is starting.But not too pricey.
Would OS commerce fit that description? Or should I pay to get a better software. The client won't mind paying it it's worth it.
The same thing for CC transaction. What do I need? WOuld you guys suggest pay pal nowadays?
Also, do you guys think we can start with a shared host, and only when business grow we get a dedicated server? What about a dedicated IP?
The SSL is provided by the host, right?
Thanks a lot for helping.
all my ecommerce sites run on a shared host.
lunarpages.com: 22.95 mo, 2.50 month for static ip, $95 for your own SSL cert per year, or you can use theirs for free, but the url is long and ugly.
for CC transactions, i prefer itransact. offers both static html and xml connection methods.
good luck!
Shared hosting is fine, but you will need your own IP for SSL (OK - technically you may not, but for practical purposes, you do. There is a thread in one of the forums that discusses this in length). Some hosts provide a shared SSL cert, some will sell you your own, some will let you buy your own and set it up. Check with the hosts you are evaluating to find out (also a good excuse to test their email response times and quality of support answers). General rule, start small, keep it simple then grow in size and complexity as business warrants and your experience allows.
Finally, don't forget to read [webmasterworld.com...] tons of helpful info there.
Actually, that forum thread is available to everyone, but it picked up the comma at the end of the URL. Try this link instead:
[webmasterworld.com...]
And actually you do not need an SSL if you want the gateway to capture the CC data. LinkPoint & Auth.net both have their own SSL to capture the CC data.
When getting ready to accept CCs, you need an internet gateway as well as a CC processor. A shared host is fine - especially in the beginning. You do not even need your own dedicated IP address as well. As they already pointed out, I would not recommend using a shared SSL. There are sometimes too many restrictions on it.
-Corey
I used PayPal's new Shopping Cart features and some Perl and put together a fully functional shopping cart using plain ASCII text databases -- I had it "ready to sell something online" in about 2 hours.
It has "Add to Cart", "View Cart" and "Check Out" capabilities, handles all major credit cards and PayPal payments, (people shopping in the store DO NOT have to have a PayPal account -- PayPal allows them to use a regular credit card account, but does prompt them a few times to create a paypal account).
I was skeptical at first, having written many e-commerce enabled applications over the years, but this was the simplest implementation of merchant / credit card processing services I've seen --- as a "merchant" I didn't event have to sign up for a merchant account (or pay any fees), just start a PayPal account where funds will be deposited to from sales using the Perl/CGI cart.
Here's a link to a demo of the program... it's live, but its a development site. I have a stable copy on a customer's site with over 200 items in the shopping cart / inventory database.
[lexipixel.com...]
(BTW - I didn't feel like using 200 images for the demo, so all the "3 stooges" ones are using a test.jpg image... but you'll get the idea).
If you want to "fully test it", (ie- checkout and pay for an item to see the process), buy the item marked
*** Test Paypal Checkout With This Item Only ***
on the first page, (first one with a 3 Stoooges picture)... it'll cost $0.60 to try the checkout, but that's just to cover processing and fees (about $0.35 plus my time to clean up).
Randy.