Class FixedFulfillmentPricingProvider

java.lang.Object
com.broadleafcommerce.shipping.fixed.provider.FixedFulfillmentPricingProvider
All Implemented Interfaces:
FulfillmentPricingProvider

@Deprecated public class FixedFulfillmentPricingProvider extends Object implements FulfillmentPricingProvider
Deprecated.
Since 1.7.0. Moved to shipping service.
Simple implementation of FulfillmentPricingProvider for implementations that require fixed shipping configuration for it's fulfillment options. For banded or tiered shipping, see BandedFulfillmentPricingProvider. Alternatively, a FulfillmentPricingProvider integrated with a 3rd party, such as ShipEngine, is preferred.

This implementation takes in a FixedFulfillmentPricingConfig provided by FixedFulfillmentPricingProperties.getConfigPath(). This property can be configured with Spring Config Server, including Broadleaf's own implementation. This will allow changes to the property value to be reinitialized by this provider, as long as the declaring bean for this provider is annotated with @RefreshScope.

Author:
Chad Harchar (charchar)
See Also: