VPCART is quite unique in the way it handles the formatting of the cart, which makes it very easy to change the entire look of the cart quickly.
Almost all of the HTML formatting has been removed from the ASP pages themselves and placed into CSS files. So when you need to make a change, you only have to update it in one place, rather than in every ASP page in the site.
Majority of the formatting for the site is handled via CSS in
the “main-responsive.css” and “basic-style.css” file, which
you can find in “templates/default/css”.
With these files, you
can:
• Alter the color scheme for all data entry forms
• Change the product fields that are being displayed
• Change the font and color for other customer related pages (except administration pages)
• Change the sort order for categories, subcategories and products