Class CheckoutFormVariableExpression
java.lang.Object
org.broadleafcommerce.core.web.expression.checkout.CheckoutFormVariableExpression
- All Implemented Interfaces:
BroadleafVariableExpression
@Component("blCheckoutFormVariableExpression")
@ConditionalOnTemplating
public class CheckoutFormVariableExpression
extends Object
implements BroadleafVariableExpression
- Author:
- Chris Kittrell (ckittrell)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CartStateServiceprotected CheckoutFormServiceprotected FulfillmentGroupService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanToggle the Payment Info Section based on what payments were applied to the order (e.g.booleanboolean
-
Field Details
-
cartStateService
-
fulfillmentGroupService
-
checkoutFormService
-
-
Constructor Details
-
CheckoutFormVariableExpression
public CheckoutFormVariableExpression()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceBroadleafVariableExpression
-
shouldShowShippingInfoStage
public boolean shouldShowShippingInfoStage() -
shouldShowBillingInfoStage
public boolean shouldShowBillingInfoStage() -
shouldShowAllPaymentMethods
public boolean shouldShowAllPaymentMethods()Toggle the Payment Info Section based on what payments were applied to the order (e.g. Third Party Account (i.e. PayPal Express) or Gift Cards/Customer Credit)
-