Skip to content

Order Sellable Item and Variant Images

Andrew Sutherland edited this page Apr 29, 2019 · 1 revision

Disabling This Feature

In the desired environment configuration file, add or update the CatalogFeatureEnablementPolicy, setting the MoveImageActions property to false.

{
  "$type": "Ajsuth.Foundation.Catalog.Engine.Policies.CatalogFeatureEnablementPolicy, Ajsuth.Foundation.Catalog.Engine", 
  "MoveImageActions": false
}
Clone this wiki locally