Table of Contents | ||||
---|---|---|---|---|
|
Functional Overview
...
Use Cases
Use Case Scenario | Result |
Customer Adds a product variant included in the product export to Fenix Commerce. |
If Emails are sent from the Salesforce B2C platform, you can also use this cartridge to display delivery estimates for:
|
Customer Adds a product variant not included in the product export to Fenix Commerce. |
|
Customer Adds a mix of product variants that are included and not included in the product export to Fenix Commerce. |
If Emails are sent from the Salesforce B2C platform, you can also use this cartridge to display delivery estimates for:
|
Limitations, Constraints
Default Functionality
Product Export only includes buyable variants
All products shipped out of one location
Functionality is Globally Enabled / Disabled for all locales
...
If not using the Salesforce B2C Commerce Geolocation, the calculation of the Buyers Zip Code will need to be updated
Calculation of Buyers Zip Code is performed in :
Info |
---|
link_fenix/cartridge/templates/default/util/FenixIntelligentDelivery.isml |
·Lines 54 – 60
Code Block |
---|
var postalCode = "";
if(pdict.CurrentCustomer.authenticated){
postalCode = !empty(pdict.CurrentCustomer.profile.addressBook.preferredAddress) ? (pdict.CurrentCustomer.profile.addressBook.preferredAddress.postalCode) : (pdict.CurrentCustomer.profile.addressBook.addresses[0].postalCode);
}else{
postalCode = request.geolocation.postalCode;
} |
function “getDeliveryPostalCode“ in file “int_fenix_core\cartridge\scripts\util\fenixIntelligentDeliveryUtils.js“
Individual Product Thresholds
If the Product will have individual Sell Thresholds for inclusion in the Fenix Intelligent Delivery Platform. The Inventory Export code will need modification
Inventory Export is performed by
...
bm_fenix/cartridge/scripts/jobs/fenixInventoryExport.js
Modify below Line 145 to get the Product Threshold
Code Block |
---|
tempString += threshold; |
Package Dimensions / Weight
If Product packaging will not use a Default Size for all packages, Modification of the Catalog Export is required.
Info |
---|
|
Fenix for Multiple Distribution Locations
When the given items are in multiple distribution centers, the delivery estimate service will compare carrier responses of each item in all locations and apply configured rules of delivery estimates for all services, ground shipping, and delivery options. Again the filtered data is applied with rules configured in delivery options for multi items at the order level.
Delivery estimates for Multi items at order level for the Checkout page, the same delivery estimates will be applied to Cart abundant, Order Confirmation.
Delivery estimates for multi items at the order when delivery estimates rule is selected as data range and rule for all services/ ground shipping is also date range then the delivery estimates with date range is provided with min and max dates by comparing all the responses.
Service Unavailable
...
If the service is Unavailable or Disabled, there will be no error messages displayed in the storefront to the customers.
...
Error Logs will show: “errorMessage=The service is not enabled.”
...
Compatibility
This cartridge is built against 19.10 compatible mode and with version 4.4.1 of the Storefront Reference Architecture (SFRA)
This cartridge only ships with Resource Strings for the default locale, and are includes only English Strings.
Privacy
Buyer’s Zip code is sent to Fenix Commerce to determine Delivery Estimates for that general location.