@Component(value="blCheckoutFormVariableExpression") @ConditionalOnTemplating public class CheckoutFormVariableExpression extends Object implements org.broadleafcommerce.common.web.expression.BroadleafVariableExpression
| Modifier and Type | Field and Description |
|---|---|
protected CartStateService |
cartStateService |
protected CheckoutFormService |
checkoutFormService |
protected FulfillmentGroupService |
fulfillmentGroupService |
| Constructor and Description |
|---|
CheckoutFormVariableExpression() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
shouldShowAllPaymentMethods()
Toggle the Payment Info Section based on what payments were applied to the order
(e.g.
|
boolean |
shouldShowBillingInfoStage() |
boolean |
shouldShowShippingInfoStage() |
protected CartStateService cartStateService
protected FulfillmentGroupService fulfillmentGroupService
protected CheckoutFormService checkoutFormService
public String getName()
getName in interface org.broadleafcommerce.common.web.expression.BroadleafVariableExpressionpublic boolean shouldShowShippingInfoStage()
public boolean shouldShowBillingInfoStage()
public boolean shouldShowAllPaymentMethods()
Copyright © 2017. All rights reserved.