Skip to content

Instantly share code, notes, and snippets.

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/c030955e8724f393f018f0e43cb36246 to your computer and use it in GitHub Desktop.
Save websterian/c030955e8724f393f018f0e43cb36246 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/">
<sitecore>
<services>
<register serviceType="Sitecore.Commerce.XA.Feature.Catalog.Repositories.IProductInformationRepository, Sitecore.Commerce.XA.Feature.Catalog">
<patch:attribute name="implementationType">Sitecore.Services.Examples.Feature.Catalog.Website.Repositories.ProductInformationRepository, Sitecore.Services.Examples.Feature.Catalog.Website</patch:attribute>
</register>
</services>
<commerce.XA>
<models>
<CatalogItemRenderingModel type="Sitecore.Commerce.XA.Feature.Catalog.Models.CatalogItemRenderingModel, Sitecore.Commerce.XA.Feature.Catalog">
<patch:attribute name="type">Sitecore.Services.Examples.Feature.Catalog.Website.Models.CatalogItemRenderingModel, Sitecore.Services.Examples.Feature.Catalog.Website</patch:attribute>
</CatalogItemRenderingModel>
</models>
</commerce.XA>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment