Well I'm one step closer to gettin my e-commerce site up and running. I purchased your software a couple of days ago and set up a merchant account/gateway with Authorize.NET. I started to nose through your application and have a few questions.
1.) My site is going to be subscription based. After signup a member will automatically be charged each month until they cancel.
Are there code samples within your application that would show me how to create a generic invoice, after a member joins
attach that invoice to their account through code and then charge that cc each month? I was hoping for more documentation
on your app and how to handle different scenarios. If there are such samples, can you point them out.
2.) Am I supposed to drop the whole DotNetInvoice folder inside of my web application folder? Or combine them (add class files in
your app_code to my root app app_code folder and so on)
3.) I have database all configured with tables and procedures. Can I run the Install.sql against that existing database? Will it conflict with
what I have already setup in there. It already has the default membership tables set up among other things.