User Guide
Chapter 7136
Store merchandising adjustments:
Percentage adjustments (discounts or fee) on total weight, quantity and
purchase price.
Percentage adjustments (discount) on total number of product items
purchased.
Flat-rate adjustments (discount or fee) on total weight, quantity and
purchase price.
Flat-rate adjustment (discount or fee) on total number of product items
purchased.
Note that the type of merchandising features determines the Data-Map to use
in your site:
BasicShoppingCart.csv: Includes only required fields. Does not include weight
tracking or line-item discount handling.
ShoppingCart_WeightTracking.csv: Includes the weight-related columns so
you can do weight-based shipping.
ShoppingCart_Discounts_NoWeight.csv: Includes the columns needed to
handle line-item discounts without the weight-related columns.
ShoppingCart_Discounts_WithWeight.csv: Includes columns for discounts
and weight to enable both line-item discounts and weight-based shipping.
Setting Up Shopping Cart Adjustments
The Shopping Cart SmartElement saves the adjustment information in an array
(block of information) of name-value pairs. Of the pair, the name is the name you
give to the adjustment in Drumbeat, and the value represents the actual
adjustment amount. The array is shown in a order summary area. This area
informs shoppers of charges and order information.
The Shopping Cart adjustment is calculated differently depending on the type of
adjustment. If the adjustment is a flat-rate fee or discount, the adjustment is
added or subtracted from the sub-total price. If the adjustment is a percentage, the
adjustment is multiplied to find the adjustment total, and then either added or
subtracted from the sub-total price.