Develop > Controller layer > Application developer > Order Management subsystem > Performance improvements for large shopping cart
Enable and disabling large shopping cart performance enhancements
The large shopping cart performance enhancement consists of many different elements, which can be enabled or disabled separately. The enhancements are disabled by default.
- Enable and disabling the optimized large shopping cart order commands
- Enable and disabling the optimized tax command
The optimized tax command provides improved performance for sites that encounter shopping carts that include hundreds of order items or more.
- Enable and disabling the optimized shipping calculation command
The optimized shipping calculation command provides improved performance for sites that encounter shopping carts that include hundreds of order items or more.
- Enable and disabling the doPrice parameter for order commands
To enable and disable the doPrice parameter for the IBM Sales Center, to invoke related order commands such as OrderItemAdd, OrderItemUpdate, and OrderCalculate. Setting the doPrice parameter to N turns off price calculation for order items. Setting the doPrice parameter to Y turns on price calculation for order items. By default, doPrice is set to Y.
- Enable and disabling the doPrice parameter for quote commands
To enable and disable the doPrice parameter for the IBM Sales Center, to invoke related quote commands such as QuoteItemAdd and QuoteItemUpdate.To enable the doPrice parameter for quote commands in the IBM Sales Center:
- Enable and disabling the doInventory parameter for order commands
You can enable or disable the doInventory parameter for IBM Sales Center order commands at the command level. By default, the doInventory parameter is set to Y.To enable or disable the doInventory parameter:
Related concepts
Performance improvements for large shopping cart