This is the GrocerToGo ecommerce sample that ships with the .NET
Framework SDK quickstart samples. It has been modified only to
work with Access, and has not been modified in any other way. You
may download it from
http://www.jakeburkey.com/documents/aspnet_forum/IGo.zip
Note that it is not a self-installing package. You must unzip it
to your web root, set it as an ASP.NET virtual directory using the IIS
admin console, then compile it by doubleclicking on the compileIgo.bat
file. You may need to adjust the directory paths in that file if
yours differ from the defaults.
I'm in the process of developing a PayPal-enabled ecommerce site right
now, but it will be so specialized that it won't be of much use to
others. I'll see about making a generalized version if I can find
the time, but it won't happen for months if in fact it happens at all.
I came across another ecommerce package developed from the commerce sample, at
http://www.onezeromedia.com/news.aspx?id=2003, but I don't think it has PayPal.
If you visit the developers page on the PayPal site, they have an
instruction manual for adding the functionality to your site, but it
will be a bit of work. That holds in general - any program you
can get for free will involve some effort to make it work for your
purposes.
jake