Why event premium offers can appear multiple times in the store
Last updated: July 2, 2026
Why event premium offers can appear multiple times in the store
If premium event offers are displayed multiple times (for example, three or more repeated slots), the most common cause is that the same offers are being rendered in more than one store block at once.
Cause
This usually happens when:
- the event offers are included in Event Store output, and
- the same offers are also rendered again through a Full Store block or another dynamic block.
In this setup, the frontend can show duplicate premium slots even though the store.get response itself looks correct.
How to fix it
- Check Store Rules and confirm which store is being returned for the player.
- Update the dynamic block configuration so it renders the specific event store instead of relying on a broader full-store output.
- Add a condition that prevents items from the event store from being rendered again inside the Full Store block if they were already shown in the dedicated event block.
Expected result
After the rules are adjusted:
- QA players can still see the event store contents,
- the event store block is displayed in the intended place, and
- the same items are excluded from the broader full-store block so duplicates do not appear.
Notes for testing
- If the event is time-limited, make sure the event is still active for the test player.
- If nothing appears in
store.get, verify that the player is eligible for the event store and that the event timing has not expired. - Store-rule changes may take time to propagate because of caching.