Hello,
The default implementation of the
EvaluateShoppingCart method is divided into four methods (
EvaluateShoppingCartItems,
EvaluateContent,
EvaluateContentTaxes,
EvaluateShippingTaxes). As their names imply, the first one evaluates shopping cart items, recalculates discounts and taxes of all shoppping cart items by executing the
ShoppingCartItemInfoProvider.EvaluateShoppingCartItem method for all shopping cart items. The
EvaluateContent method recalculates shopping cart content table. The
EvaluateContentTaxes method creates content taxes summary table and the
EvaluateShippingTaxes method creates shipping taxes summary table.
Kentico
CMS 6.0 provides a new customization model. For more information I would like to point you to the following blog:
E-commerce 6 - New customization modelBest regards,
Michal Legen