| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.checkout.service | |
| org.broadleafcommerce.core.web.controller.checkout |
| Modifier and Type | Method and Description |
|---|---|
BillingInfoForm |
CheckoutFormService.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm,
ShippingInfoForm shippingInfoForm,
Order cart) |
BillingInfoForm |
CheckoutFormServiceImpl.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm,
ShippingInfoForm shippingInfoForm,
Order cart) |
| Modifier and Type | Method and Description |
|---|---|
BillingInfoForm |
CheckoutFormService.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm,
ShippingInfoForm shippingInfoForm,
Order cart) |
BillingInfoForm |
CheckoutFormServiceImpl.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm,
ShippingInfoForm shippingInfoForm,
Order cart) |
| 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.
|
Copyright © 2023. All rights reserved.