ASP Shopping Cart
SpiderCart 3.0 is an ASP Shopping Cart utilizing Active Server
Pages and an SQL Server database. SpiderCart is the perfect tool
for the intermediate developer looking to customize an e-commerce
software program with ASP. Use simple "function calls"
along side your HTML script.
For example:
<b>PRODUCT CATEGORIES</b>
<br>
<%= ShowProducts(CategoryID) %>
<br>
This example will show a list of products
within a category of your online store. You may also use Dreamweaver
or other popular HTML editor to modify the way that your e-commerce
store functions.
ASP (Active Server Pages)
An ASP Shopping Cart can either mean a Shopping Cart built with
Active Server Pages or it can mean an Application Service Provider,
which is a software package already built and ready for business.
SpiderCart actually is both: Use ASP to customize the way your internet
store functions with a service previously created.
|