| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.controller.checkout | |
| org.broadleafcommerce.core.web.processor |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BroadleafBillingInfoController.copyShippingAddressToBillingAddress(Order order,
BillingInfoForm billingInfoForm)
This method will copy the shipping address of the first fulfillment group on the order
to the billing address on the BillingInfoForm that is passed in.
|
String |
BroadleafBillingInfoController.saveBillingAddress(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
BillingInfoForm billingForm,
org.springframework.validation.BindingResult result)
Processes the request to save a billing 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 © 2015. All Rights Reserved.