VevoCart 4 has restructured to better suit your development effort. The software
is designed for flexible components and less customization work for developers.
Our shopping cart provides full C# source code, except 3rd party libraries (such
as PayPal) and some security libraries. You can modify any behavior of the shopping
cart to meet your requirements.
The application has divided responsibilities among several layers, such as data
access layer, business layer, presentation layer. This allows clean design and easier
modification.
The system provides interfaces to add new data processors, such as payment gateways
and real-time shipping rate services. Developers can focus on the new processors
without having to modify the existing VevoCart source code.
Every product and category can have distinct look-and-feel. Once a developer creates
a new product or category layout, you can configure it in the back office website.
The overall look-and-feel of pages are defined with ASP.NET Master Pages. With an
XML configuration file, every page in the website can be configured to use different
Master Pages without hard-coding in the page itself. Theme can also be changed on-the-fly
with the back office settings.