Skip to content

Instantly share code, notes, and snippets.

@websterian
Created October 9, 2017 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save websterian/9641d9dc7125397decf18dc93dcd571c to your computer and use it in GitHub Desktop.
Save websterian/9641d9dc7125397decf18dc93dcd571c to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<commerce.carts.addCartLines>
<processor patch:before="processor[@type='Sitecore.Commerce.Engine.Connect.Pipelines.Carts.AddCartLines, Sitecore.Commerce.Engine.Connect']"
type="Sitecore.Commerce.Examples.Pipelines.Cart.SetCustomFieldsByCommand, Sitecore.Commerce.Examples">
</processor>
</commerce.carts.addCartLines>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment