Website selection
This article explains how to configure the connector to change "Publish" tab in Litium variant and categories.
Litium categories and variants can be selectively published to web sites, using the Plan tab (in category and variant). To select the web site through inRiver, use the following settings in .config file ( Litium.AddOns.InRiver.dll.config, i.e app.config in Litium.AddOns.InRiver project )
- Create a string CVL, in the inRiver, with values of Litium website names. For example, if you have B2C and B2B as website names in Litium, the CVL will have just two values B2C and B2B.
- Add the CVL field as a Multi-Value CVL to your inRiver Item and/or inRiver ChannelNode.
- Change the following settings in config file to point to the created field types above.
categoryWebSiteSelectorFieldTypeId: A multi select CVL field, to select which webistes a category should be published in. CVL value should be website name in Litium.
variantWebSiteSelectorFieldTypeId: A multi select CVL field, to select which webistes an item should be published in.
CVL value should be website name in Litium. Can be a comma seperated list, if multiple inRiver entities are defined as Litium variants.
If the above web site selector field is not defined in the config file, the respective categories and variants will be published in all websites in Litium.