| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.controller.checkout | |
| org.broadleafcommerce.core.web.processor |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BroadleafShippingInfoController.copyBillingAddressToShippingAddress(Order order,
ShippingInfoForm shippingInfoForm)
This method will copy the billing address of any CREDIT CARD order payment on the order
to the shipping address on the ShippingInfoForm that is passed in.
|
String |
BroadleafShippingInfoController.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 |
BroadleafShippingInfoController.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OnePageCheckoutProcessor.prepopulateCheckoutForms(Order cart,
OrderInfoForm orderInfoForm,
ShippingInfoForm shippingForm,
BillingInfoForm billingForm)
The Checkout page for Heat Clinic will have the shipping information pre-populated
with an address if the fulfillment group has an address and fulfillment option
associated with it.
|
Copyright © 2014. All Rights Reserved.