ecommerce

Implementing an online ordering system for a restaurant/cafe.

I would like to implement an online ordering system for restaurants. I am starting to research this a bit, and wanted to throw it out here. Is there any open source projects already started out there I could work with and contribute to? Would it be easier to just roll my own? -If so, any suggestions on where to start? ASP.NET, Ruby ...

Integrating QuickBooks with your e-commerce site

I've recently been tasked with integrating QuickBooks with a custom built e-commerce site. What is the most painless way to go about integrating QuickBooks with my code? Are there any F/OSS or commercial software packages available that will simplify this process? Are there any F/OSS shopping cart solutions out there that include supp...

Shopping Cart

What should I take into consideration while building a Shopping Cart, for a eCommerce site (no metal work here =))? Some clarification: I'm only for suggestions for building the cart only, I can not use a prebuilt system or an external system (google, paypal) And I have the processing done. ...

Process raw HTTP request content

I am doing an e-commerce solution in ASP.NET which uses PayPal's Website Payments Standard service. Together with that I use a service they offer (Payment Data Transfer) that sends you back order information after a user has completed a payment. The final thing I need to do is to parse the POST request from them and persist the info in i...

What is the best technology/framework to use for an online e-commerce site?

What is the best technology/framework to use for an online e-commerce site? ...

Best ASP.NET E-Commerce Framework

Please suggest and/or vote for your favorite ASP.NET E-Commerce Solution. I'm looking for a full-featured asp.net E-Commerce solution. The solution needs to be easily extensible as I need to extend it to integrate with a custom Flash based personalization engine. It should also have a great administrative back-end that handles inventor...

What are the pros/cons of available shopping cart solutions?

I'd like to know what everyone's experiences are with various shopping cart solutions. I'm considering Google Checkout for payment processing, but would like to know of alternatives as well, and any reasons for or against those alternatives. At this point, teh technology stack doesn't really matter - but please specify what stack is bein...

Payment Processors - What do I need to know if I want to accept credit cards on my website?

This question talks about different payment processors and what they cost, but I'm looking for the answer to what do I need to do if I want to accept credit card payments? Assume I need to store credit card numbers for customers, so that the obvious solution of relying on the credit card processor to do the heavy lifting is not availabl...

E-commerce tutorials

I've never done anything with e-commerce before but I was asked today if I could build such a site. Building a website is within my experience but I'm not sure about the nitty gritty parts like processing credit cards and ssl certificates. I was wondering if anybody had any useful tutorials or hints about where to start. Ideally I wou...

What's a good free and open-source ASP.NET ecommerce solution?

Does anyone have experience with a good, free and open-source ecommerce solution for ASP.NET? I know there are a ton out there for PHP and other languages, but I'd like to find one written in .NET (C# preferably). I tried dashCommerce a few months ago and I found it to be very buggy. Maybe it's matured since then, but I would hesitate...

donation services

A friend came to me about a donation service on his website. We want to go as cheap as possible, and when I suggested paypal he said he wants to go an "independent" route --I think this means he doesn't want a gateway service, but I don't think that is possible without collecting the data and going old school with paper (please correct m...

Credit card expiration dates - Inclusive or exclusive?

Say you've got a credit card number with an expiration date of 05/08 - i.e. May 2008. Does that mean the card expires on the morning of the 1st of May 2008, or the night of the 31st of May 2008? ...

If I sell products online in the US, do I need to collect sales tax?

If I sell software online in the US, do I need to collect sales tax? Does it matter whether my location is in the US or not? If so, who do I collect from (everybody)? And how do I pay it? Also, what is Use Tax? p.s. I appreciate the advice to "talk to a lawyer" or an accountant as that is the only way you'll be sure you are inside ...

Which should I implement first, PayPal or Google Checkout, on my eCommerce website?

Paypal and Google Checkout will take some time to implement so I'm wanting to know if anyone in the community has installed them and has a recommendation on which to do first. We use the .Net environment. Verdict - Start with Google Checkout. Great customer support, Great multi-language libraries, Simple, fast web interfa...

Which PHP open source shopping cart solutions have features that benefit me as the web developer?

There are hundreds of shopping cart solutions available for every platform, and all hosting plans come with several already installed. As a developer I understand that most of these are fairly similar from a user perspective. But which ones are built with the developer in mind? For example, which ones have a decent API so that my custo...

How do you detect Credit card type based on number?

I'm trying to figure out how to detect the type of credit card based purely on it's number. Does anyone know of a definitive, reliable way to find this? ...

Best php/ruby/python e-commerce solution

I'm looking for an easy to skin and customize e-commerce package. I've been reading good reviews about Magento, but it seems to have problems with performance. I've tried osCommerce before and found it to be pretty painful to modify, but I hear zenCart is better... but the latest release of zenCart is nearly a year old, so not sure how...

How do you compare Websphere Commerce with the rest of the ecommerce tools available in the market?

All those familiar with websphere commerce will know that it is feature rich. It supports B2B, B2C and extended sites(which ATG doesn't) and some other features. But it is complicated, and on the performance and reliability front it still seems to leave a lot to be desired. Any opinions on which would be better for a high traffic site? ...

How does Authorize.net Silent POST work?

Authorize.net offers a "Silent POST" feature for their Automated Recurring Billing. It's supposed to POST data to a url of your choosing, telling you whether they were able to charge the customer, how much, etc. The problem is, it isn't very well documented. Is there any way to test a post to that URL? I've signed up for a developer ac...

Advice on mixing legacy ASP site with .NET 2.0

We've just been tasked with updating an e-commerce application to use PayPal's PayFlow product. The site was originally written in classic ASP except for the credit card processing portion which was a COM component. Our plan is to replace the COM component with a .NET 2.0 component. I'm looking for tips, gotcha, etc. before we embark....