Advanced store settings being registered globally insted of by binding
ID: 783835
Backlog
Published on 4/4/2023
•
Last update on 4/4/2023
Summary
When 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:
Simulation
You will need a store with multi binding and enable binding for store settings at admin/cms/store:

Save your advanced settings and check your vtex store settings:
https://infra.io.vtex.com/apps/v0///apps/vtex.store/settings
You will notice that advanced settings will be outside bindings contexts
Workaround
Add the settings that you want through a PUT into the settings key inside one of the binding's object:
