| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.controller.checkout |
| Modifier and Type | Method and Description |
|---|---|
String |
BroadleafCheckoutController.saveMultishipAddAddress(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
ShippingInfoForm addressForm,
org.springframework.validation.BindingResult result)
Processes the requested add address from the multiship process.
|
String |
BroadleafCheckoutController.saveSingleShip(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
ShippingInfoForm shippingForm,
org.springframework.validation.BindingResult result)
Processes the request to save a single shipping address
Note that the default Broadleaf implementation creates an order
with a single fulfillment group.
|
Copyright © 2013. All Rights Reserved.