Cannot find meta tag for store-config - Adobe CIF Integration | Community
Skip to main content
January 30, 2023
Solved

Cannot find meta tag for store-config - Adobe CIF Integration

  • January 30, 2023
  • 1 reply
  • 769 views

We have an Adobe CIF Ecommerce integration for our website. We would want multi-store configuration setup for which we would be integrating with different store configurations within Magento for the Website.

 

<meta name="store-config" content="{&#34;storeView&#34;:&#34;default&#34;,&#34;graphqlEndpoint&#34;:&#34;/api/graphql&#34;,&#34;graphqlMethod&#34;:&#34;GET&#34;,&#34;headers&#34;:{&#34;Store&#34;:&#34;default&#34;},&#34;locale&#34;:&#34;en&#34;,&#34;storeRootUrl&#34;:&#34;/content/*/language-masters/en.html&#34;,&#34;enableClientSidePriceLoading&#34;:true}">

 

In the above store config , we observe that the storeView always points to default but Magento could have multiple different storeviews for different locales. Is it possible to customize this tag for different storeviews  and where can we find this tag being loaded?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AMANATH_ULLAH

@sonalikulkarni1 

You need to create multiple CIF configurations with different Magento store views and then add the configuration to advanced tab in page properties in locale specific root page. 

Please check the below link for steps
https://experienceleague.adobe.com/docs/experience-manager-65/commerce/storefront/administering/multi-store-setup.html?lang=en

1 reply

AMANATH_ULLAH
Community Advisor
AMANATH_ULLAHCommunity AdvisorAccepted solution
Community Advisor
January 31, 2023

@sonalikulkarni1 

You need to create multiple CIF configurations with different Magento store views and then add the configuration to advanced tab in page properties in locale specific root page. 

Please check the below link for steps
https://experienceleague.adobe.com/docs/experience-manager-65/commerce/storefront/administering/multi-store-setup.html?lang=en

Amanath Ullah