Webshop featured bundle visuals with store.get: category-based style rollout
Last updated: July 6, 2026
Webshop featured bundle visuals with store.get: category-based style rollout
When rolling out the newer, narrower featured bundle layout in the webshop, style selection is currently controlled by bundle category, not by a dedicated per-item flag in store.get.
What is supported
- The new featured bundle style can be enabled for specific bundle categories.
- Other categories can continue using the existing style.
- This makes it possible to roll out the new layout gradually by choosing which production categories should receive it.
What is not supported
- There is no dedicated
store.getflag to switch a bundle between the old and new visual style within the same category. - Different styles for bundles inside one category are not currently supported as a standard configuration option.
Implementation note
If your client depends on different background assets for the old and new layouts, plan the migration around category-level rollout. A practical approach is:
- Prepare background assets that work with the new layout.
- Move the relevant offers/categories to those assets on your side.
- After that, enable the new style for the target production categories.
Recommendation
If you need runtime control over old vs. new visuals from the game side, category-based separation is the available mechanism today. If you need per-bundle variation inside a single category, treat that as a product gap rather than something currently configurable through store.get.