tags:

views:

70

answers:

1

Hello everyone,

I'm looking for a product (e-commerce platform?) that would allow recruiters to purchase entries in a job search website. The technical stack includes .NET 3.5 and an Oracle or SqlServer database

  • There will be 8 different kind of advertisings and there is the possibility to choose certain parameters in order to personalise them.
  • It should also be possible to create bundles of products.
  • It should present some sort of product list and a persisted basket
  • Recommendations (amazon style)
  • Payment methods might include Credit Card or just sending an invoice (B2B)
  • Flexible UI (branding, pull content from CMS)
  • Orders management (cancel, history, possibility to export data in order to integrate with services like salesforce)

Can you suggest a product or whether is better to create something bespoke?

A: 

Try looking at these options: http://www.microsoft.com/web/gallery/Categories.aspx?category=eCommerce

nopCommerce seems like a pretty good choice. And using the Web Platform Installer ( http://www.microsoft.com/web/downloads/platform.aspx) you can easily install it along with all the necessary pre-reqs.

Troy