Looking to elevate your market research project?

Enhance Your Research with Retail Simulation Displays at Reflections

If your research project involves packaging, shopper behaviour, product placement or brand testing, you might want to consider adding a retail simulation to your set-up.

We offer shop shelving bays for hire, giving you the opportunity to simulate a retail environment right here in the comfort of our facility. This is a great way to explore how your products are perceived on-shelf, or how respondents engage with displays in a way that mirrors their usual shopping journey.

Why Choose a Retail Simulation?

Retail simulations are ideal for:

  • Showcasing product ranges side by side for direct comparison

  • Testing packaging, pricing and placement in a familiar context

  • Understanding decision-making behaviours at the point of selection

Whether you’re researching FMCG, health & beauty, or household goods, a structured shelf display can help uncover insights you might miss in a standard interview room.

We’ll Help Every Step of the Way

We understand how much there is to think about when you’re running a research project, so our team is here to make your display set-up simple and stress-free.

  • Product Sourcing & Buying Support

    Need products for the shelves? We can help locate and purchase them for you.

  • Effortless Display Assembly

    We’ll set up your shelving bays to reflect your vision—professionally presented and ready for respondents.

Benefits of Using Shop Shelving Bays

A polished, professional layout to impress clients and stakeholders

Flexible configurations to suit your research design

Practical insights into shelf appeal, product prominence and shopper choice

If you’d like to find out more or check availability for your upcoming project, feel free to get in touch. We’d be delighted to help you bring your research to life with a tailored retail simulation.

Facility
Location
Services
Catering
Tech
Parking

document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (!target) return; const targetPosition = target.getBoundingClientRect().top + window.pageYOffset; const startPosition = window.pageYOffset; const distance = targetPosition - startPosition; const duration = 3000; // <<< SCROLL DURATION set to 3000 milliseconds (1 second) let start = null; function step(timestamp) { if (!start) start = timestamp; const progress = timestamp - start; const ease = progress / duration; const eased = ease < 1 ? ease : 1; window.scrollTo(0, startPosition + distance * eased); if (progress < duration) { window.requestAnimationFrame(step); } } window.requestAnimationFrame(step); }); });