{"section":"known-issues","requestedLocale":"en","requestedSlug":"advanced-store-settings-being-registered-globally-insted-of-by-binding","locale":"en","slug":"advanced-store-settings-being-registered-globally-insted-of-by-binding","path":"docs/en/known-issues/CMS/advanced-store-settings-being-registered-globally-insted-of-by-binding.md","branch":"main","content":"## Summary\n\n\n\nWhen saving the advanced settings splitted by binding, the system is registering for all of them, but, when requesting these values for render runtime, we get the values from the binding and not from the global context:\n\nhttps://github.com/vtex-apps/store/blob/46e3df3ecba20170fc3a6eebf12370969e3b5abf/react/components/ProductTitleAndPixel.tsx#L186\n\n\n##\n\n## Simulation\n\n\n\nYou will need a store with multi binding and enable binding for store settings at admin/cms/store:\n\n ![](https://raw.githubusercontent.com/vtexdocs/known-issues/refs/heads/main/docs/en/known-issues/CMS/advanced-store-settings-being-registered-globally-insted-of-by-binding_1.png)\n\nSave your advanced settings and check your vtex store settings:\n\nhttps://infra.io.vtex.com/apps/v0///apps/vtex.store/settings\n\nYou will notice that advanced settings will be outside bindings contexts\n\n\n\n##\n\n## Workaround\n\n\n\nAdd the settings that you want through a PUT into the settings key inside one of the binding's object:\n\n ![](https://raw.githubusercontent.com/vtexdocs/known-issues/refs/heads/main/docs/en/known-issues/CMS/advanced-store-settings-being-registered-globally-insted-of-by-binding_2.png)"}