ASP.NET E-Store Portal

Version
1) Completely integrated with IBS Portal, it uses the latest Microsoft technology which is .net. The architecture is in 3-tier, where table and stored procedures are stored in a SQL Server database, business components are written in VB.NET, while the presentation layer is in ASP.NET. The source code for the business components is not available in the 79.95 USD version, but it might be for the other type of license.. 2) It has 7 components, to give more flexibility in organizing the portal, which are: a) StoreOptions.ascx for the configuration of E-Store: b) StoreProductList.ascx for browsing Categories and Products: c) StoreOrdersList.ascx for the Orders Management: d) StorePopularItems.ascx shows the top seller items: e) StoreProductAttributes.ascx for setting the product's attributes: f) StoreSearch.ascx for product searching: g) StoreTrolley.ascx links to the shopping cart. 3) You can have more than one StoreProductList component per portal: but the categories and products are different per different component, the shopping cart is the same in the portal, the orders management is the same in the portal, and the search is for all the categories and products. 4) It is possible to organize the products in categories and subcategories. 5) There is an Archive Images for the products, giving an easy way to associate products with images. 6) The options module, give the facility to personalize the Store, it includes: a) the setting of the currency, b) the weight (for the calculation of the shipping cost), c) where the business is run (for the calculation of the TAX), d) different type of payments, such as: credit cards are stored in the module (the page that asks the credit cards goes in a SSL and in options you specify the path), paypal, authorized.net, international card and Verisign (the last 3 are not yet implemented, but there will be very soon), e) Different type of shipping rates, such as: fix amount, percentage of the total, electronic delivery and UPS (which is available only in USA) (A new version of Intershipper will be available very soon.), f) Customer billing address option. 7) The Orders Management, show all the orders details list, including the customer's details and the type of delivery. 8) StoreProductAttributes module, set up the attributes of the product, such as the color, size and scent; these are very useful with products that have different (for example) scent, but same price. When editing the product you can specify whether or not using these attributes. Read More at http://www.sysdatanet.com/aspnet/StoreFeatures.aspx?langID=0 see the DEMO at http://www.sysdatanet.com/aspnet/downloads/preview111.exe

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“In order to understand recursion, one must first understand recursion.”