With the DwZoneShoppingCart you can create more shopping cart in the same site each one with different settings. The first operation before you can use the DwZoneShoppingCart in your pages is create a new cart with the Create New Cart extension. The cart name can be made up of alphanumeric characters and the underscore [A-Za-z0-9_] and is used to create the session variable and/or cookie name if applicable.
This extension create the xml file
/dwzCart/xml/dwzCart.xml with a standard setup that you can modify with the
Config Cart extension. The cart need this file to work so you must upload this file on you server before use the cart on the site on-line. When a shopping cart is added to a page, it appear in the DataSource and can be used like any others standard Dreamweaver DataSource. Each time you need use one of the extensions of the DwZoneShoppingCart suite you must insert the cart in the page with the Add Cart extension. When you open this extension you must select the cart you want insert in the page and click the Ok button.
The extension insert, in the top of the page, the asp code to read and configure the cart. All the extensions of the suite verify if you have a DwZoneShoppingCart instance in the page before open the extension panel.