Package org.broadleafcommerce.core.pricing.service.workflow
package org.broadleafcommerce.core.pricing.service.workflow
-
ClassesClassDescriptionThe AdjustOrderPaymentsActivity is responsible for adjusting any of the order payments that have already been applied to the order.This pricing workflow step will automatically bundle items in the cart.This class is used in conjunction with the
DetermineOfferChangeActivityto determine if the number of offers changed on the order during the pricing workflow.This class is used in conjunction with theCountTotalOffersActivityto determine if the number of offers changed on the order during the pricing workflow.Called during the pricing workflow to set the merchandise total for each FulfillmentGroup in an Order.Called during the pricing workflow to compute all of the fulfillment costs for all of the FulfillmentGroups on an Order and updates Order with the total price of all of the FufillmentGroupsCalled during the pricing workflow to set each item's merchandise total and taxable totalUtilized within the blPricingWorkflow to calculate tax for anOrderThe TotalActivity is responsible for calculating and setting totals for a given order.