The shopping cart display is relatively static. It is not template based but is controlled by Software Configuration values and CSS.
A number of things can be configured including:
• Which product fields to display in the cart
• Colors and fonts
• Whether to allow quantity changes
• Use a hyperlink instead of a checkbox to remove items
• Add a delivery address per product
• Allow customer to save the cart on their own PC – Cookie Wish List
• Allow customer to save cart on server – Permanent Wish List
• Images displayed for the product
• Allow customer to upload an image to the product being ordered
If you wish to edit design for the shopaddtocart.asp page, you can simply edit the form from the file shopaddtocartdesign.aspand shopcartformatdesign.asp. VPCART 8.00 separates the design and coding in the shopping cart page (shopaddtocart.asp) to make it easy for merchant to modify the design by simply editing the file shopaddtocartdesign.aspand shopcartformatdesign.asp.