Forum Moderators: buckworks
I'm working on a business to business site where our client wants their customers to all register, and then have their own customer number.
When they register, they should be assigned a customer number. At which point they will be able to go through and input the criteria for the job they are submitting. A quote will be generated from this with it's own number.
Our client would like the info from those quotes to be saved from each customer number, then their customers could re-order by inputting that quote's number.
I've tried looking through some of the ecommerce apps on hotscripts and other places, but I'm not sure if they need a full-fledged e-commerce backend. No money is processed on the site. However, it seemed that the saving of previous quotes was kind of "shopping-cart" like so I tried that .
Do anyone have any ideas on how best to proceed. The server they are hosting on is a windows server running ASP. Thanks for any help!
-john
Sounds like you need some custom asp or php programming.
The quoting system could be on a seperate server so don't limit the programming to the box.
I have had similiar programs written for clients, the costs ranged from less than a thousand dollars to 5 figures depending on the level of interactively and complexivity.
I know your scenario is a bit different, but the concept of re-usable templates could be used it sounds to make the system quite efficient.
I just wanted to make sure I wasn't missing some really obvious tool that could do the job. Thanks again.