Fluent Commerce Logo
Docs

Enable multi-parcel pack screen in Fluent Store

How-to Guide

Author:

Fluent Commerce

Changed on:

14 Sept 2023

Key Points

  • A Guide for enabling Multi-parcel with ES starter Pack via workflow, settings and manifest modifications.

Steps

Step arrow right iconsetup fc.mystique.manifest.store

Using `fc.mystique.manifest.store` including with the `“/_plugins/store"` pluginNo alt provided

Step arrow right iconCreate a new Setting

Explicitly using `<inc>.mystique.manifest.store.fragment.waves. `   You can download the fragments from here 

Step arrow right iconThe RUBIX_ENABLED retailer setting = TRUE

The `RUBIX_ENABLED` retailer setting = TRUE

Step arrow right iconUpdate in the location Workflow

  • Search for WaveDispatch ruleset in location workflow
  • Replace the rule “`NotifyFulfilmentsInWave`“ with “`FLUENTRETAIL.base.SendEventForAllFulfilmentsFromWaveWithArticleInfo`“ rule, keep the rule param of same event “`WaveDispatchInitiated`
  • Add the following attributes to the user action of WaveDispatch ruleset”
  • The Wave Dispatch ruleset should look like this
  • NOTE: This Status below must be included in your statuses as well.
  • If it is not, you will see the following error:
No alt provided

Step arrow right iconUpdate the Waves fragment manifest

  • Search for fc.mystique.manifest.store.fragment.waves in Settings and click on Edit
No alt provided
  • Search for `title` = `"i18n:fc.sf.ui.waves.wizard.pack.title"` in the JSON value of the setting
  • Remove the complete “`fc.list`" component
No alt provided
  •  Add `noCard: true` to the props of the `fc.page.wizard.action` component located within the same aforementioned `step` titled `"i18n:fc.sf.ui.waves.wizard.pack.title"`
No alt provided
  • The Waves fragment should look like this

Step arrow right iconConfigure your Parcel types using basicpack setting

Add the following setting: `fc.mystique.fields.basicpack` in ACCOUNT level.You can create a retailer level or a location level setting as well if different pack types are used across different retailers / locations.

Step arrow right iconCheck the result

That’s it !!On the Pack stage of the wave you should see the option to choose multiple articles as below:No alt provided
Fluent Commerce

Fluent Commerce