shoppingCart.setShippingPickUp(shoppingCart.isEstimatePickUp());
shoppingCart.setShippingMethod(null);
OrderHeader orderHeader = shoppingCart.locateAbundentOrder();
if (orderHeader != null) {
shoppingCart.mergeOrder(orderHeader.getOrderHeaderId(), contentBean);
}
ActionForward actionForward = new ActionForward();
if (shoppingCart.isShippingQuoteLock()) {
actionForward = actionMapping.findForward("quote");