Magento | UX Audit & Migration | Food & Beverage
Magento UX Audit Case Study: How We Helped Meat4you
About the Project
This Magento UX audit case study covers seven years of hands-on Magento support for a family-run Swiss meat retailer with a complex, multilingual catalog serving B2C and B2B online shoppers.
BelVG has supported the store since 2019 and continues to do so today. We migrated it to Magento 2 and made updates easy and without downtime. The UX team conducted a structured UX audit in 2022 and implemented the fixes it identified. Our developers maintained the custom systems the business depends on daily, including a delivery schedule and a pricing engine built specifically for meat sold by cut weight.
About Meat4you
Meat4you is a family-run Swiss meat retailer, part of the Kyburz group. It has traded in cattle and meat since 1943. Now in its third generation, the business runs its online store alongside its traditional butcher shop and inn in Lupfig, Switzerland.
It sells dozens of meat categories, including exotic cuts and a dedicated BIO line. The company serves both individual customers and business accounts across German, French, and English storefronts.

Client
Meat4youCountry
SwitzerlandIndustry
Food & beverage retailPlatform
Magento 2Services & notable features
- Magento migration
- UX audit
- UX improvements
- Optimization
- Bug fixing
- Ongoing support
- Customizations of third-party plugins
Challenge
Meat4you came to BelVG in 2019 for a Magento migration. They needed the store rebuilt on a properly structured, current platform.
From the start, we also focused on safe deployments. We set up an automated, zero-downtime release process. It meant updates could go live without putting the store into maintenance mode or disrupting customers during checkout.
Three ongoing challenges emerged as the store grew:
- Performance. Several third-party extensions were not designed for a catalog of this size. These extensions slowed the site’s performance, making it too slow for potential customers.
- UX issues that lead to user frustration. Standard Magento checkout assumes fixed prices and simple shipping. Meat4you needed weight-based pricing, supplier-specific order cutoffs, and custom delivery rules, which are not available by default. One example was the unit-pricing module required for EU and Swiss price-per-100g regulations.
- Ongoing maintenance. Security patches, monitoring, and technical fixes have remained part of the project throughout its lifecycle.

Ready to get started?
Let us know more about your project. Contact us and let’s grow your business.
Approach BelVG Uses
BelVG diagnosed meat4you’s usability problems using a structured, three-part UX audit methodology and 12+ years of experience in the ecommerce industry. The findings are supported by data analysis, session recordings, heatmaps, and competitor research.
- Heuristic evaluation. Our UX designer checked the store against established ecommerce usability benchmarks, covering the homepage, product and category pages, search, filtering, and checkout.
- Session and heatmap analysis. Microsoft Clarity recorded real customer behavior. It identified the clarity scores of 74% on the homepage, 47% on category pages, and 57% on product pages.
- Competitor benchmarking. We conducted a structured comparison against nine named competitors in the meat and specialty-food retail space, across main page types.
Beyond the 2022 UX review, our team continuously monitors the meat4you store using:
- Google PageSpeed Insights and New Relic, to track real page-generation performance and flag regressions as soon as a new release goes live.
- Cloudflare, which handles edge performance and security filtering.
- eComscan, for automated malware and vulnerability scanning on a recurring schedule.
- Google Tag Manager and analytics, to track user engagement and see how visitors respond to changes.
- Periodic SEO scans, to catch technical issues like broken canonicals or indexing errors before they affect rankings.
Solution: What We Did
Meat4you’s relationship with BelVG spans three distinct workstreams, each addressing a different layer of the business.
Magento Migration
BelVG migrated meat4you’s store to Magento 2 and set up the platform so future updates could be applied reliably. It matters most for security patches, which are released far more often than full version updates. With the update process in place, patches install without breaking existing functionality or requiring manual fixes afterward.
BelVG also rebuilt how new releases go live. Updates are now built and tested in the background, then instantly switched live. As a result, customers don’t see a maintenance window during a release. This deployment pipeline, built on Azure DevOps, replaced manual, error-prone release steps with a repeatable, monitored process.
Get actionable insights for your ecommerce store after our UX audit
Ecommerce UX Audit and Implementation
Our UX audit process combined heuristic evaluation, real-user behavior data, and competitor benchmarking. The review covered the main user flow from product discovery through checkout.
We documented the findings in a detailed audit report with actionable recommendations for each major page template and implemented them on the site:
- Homepage. The audit found a fragmented layout with no clear call to action, so visitors’ attention was pulled in several directions. We reorganized the page around a single, clear call to action, so visitors now see the store’s main offer immediately.
- Search. We found that search results appeared as a plain-text list, with a noticeable delay before results showed up. So our team redesigned results to show product images and clear categories, and reduced the delay so customers find what they want faster.
- Category pages. The UX review found inconsistent product cards across the site, with producer branding competing with pricing for attention. Our designer made product cards consistent across the site, prioritizing pricing and product details over decorative branding. We also added quick view and price filtering, so browsing is faster and shopping decisions are easier.
- Product pages. The audit identified that there’s no way to zoom in or view products from multiple angles. It worked as a real barrier for a business selling meat by appearance and cut. We added zoom and multi-angle images, simplified pricing display, and shortened overloaded descriptions.
- Footer. We redesigned the footer to make it stand out clearly from the page. It helps customers easily find contact details, policies, and links when they need them.
- Mobile. The analysis showed that the site had undersized icons and a cluttered homepage on mobile. Our team enlarged the icons and buttons for easier tapping, and decluttered the homepage so the main offer is visible without scrolling, extending the same fixes made on desktop to most of meat4you’s traffic.
Customization and Ongoing Technical Support
Meat4you’s day-to-day complexity lives in a handful of custom systems BelVG built and maintains as part of our ongoing Magento support relationship:
- A custom weight-based pricing and invoicing engine. Because meat is cut to order, checkout reserves an estimated amount at the time of order. Once the item ships, the actual weight is recorded, a second invoice is generated, and the store’s Swiss payment processor automatically refunds any difference.
- A delivery-date calendar tied to the courier’s API, factoring in supplier working days, order cutoff times, and public holidays, so online shoppers only ever see delivery dates the business can fulfill.
- A multi-supplier fulfillment system that color-codes each order by supplier on the picking PDF, letting warehouse staff sort by supplier at a glance instead of reading line items.
- Custom catalog pricing rules ensure automatic discounts don’t stack incorrectly with promotions already applied to a product, a rule Magento doesn’t support natively.
- Security hardening includes two-factor admin authentication, a non-default admin URL, VPN- and IP-restricted access to admin and staging environments, and search engine-blocked staging sites to protect the live store’s SEO.
- Performance and SEO monitoring and automated security scanning to catch regressions and vulnerabilities before they affect customers. We also monitor Core Web Vitals to identify performance regressions that can affect the shopping experience.
For a complex store like meat4You, it means fewer manual checks and fewer errors. The team can focus on running the business instead of constantly fixing ecommerce problems.
How Optimization Affects Load Time
During the Magento audit, we found that category pages were the heaviest on the site. This is because Magento renders pricing (including per-100g pricing), stock, and promo data for every product in the grid. SEO schema and analytics tracking add more weight. Baseline load time was around 3 seconds, with roughly 2,000 database queries per page.
BelVG’s backend developer addressed this at the source:
- Removed a script block that regenerated on every page load without being needed.
- Fixed incorrect price-block behavior when a product was already in a customer’s cart.
- Added caching to a “most viewed products” block that was recalculating on every single request.
- Cached the site’s main navigation menu, removing repeated generation on every page.
- Reviewed the store’s URL structure and removed roughly 7,600 unnecessary routing entries out of nearly 13,000 total.
As a result, category page load went from almost 3 seconds to 1.7 seconds.
Zero-downtime deployments
so releases no longer interrupt customers
Less manual work and fewer errors
since pricing reconciles and refunds automatically, and only fulfillable delivery dates are shown to customers
43% faster category page loads
which positively affect conversion
FAQ about meat4you UX audit case study
How long did it take to complete the entire audit for meat4you?
A comprehensive UX audit for an ecommerce site typically takes 2 to 6 weeks. The exact timeline depends on the store size, the number of templates, the target markets, and the amount of user data available. We managed to conduct a UX audit for meat4you in 4 weeks.
What methodology did BelVG use for the meat4you audit?
We used a three-part approach that included heuristic evaluation against established ecommerce usability benchmarks, Microsoft Clarity session and heatmap analysis of real customer behavior, and a structured comparison against nine named competitors in the meat and specialty-food retail space.
Did BelVG implement the audit recommendations?
Yes. BelVG did more than conduct the UX audit for meat4you. We also implemented its recommendations. Our team implemented all recommendations from the 2022 audit on the live store. It covered the homepage, search, category pages, product pages, footer, and mobile experience.
What does a UX audit find that analytics doesn't?
A UX audit helps explain why online shoppers don't buy. A comprehensive audit adds a structured review of the interface and user journey. UX professionals examine navigation, product information, search, filtering, calls to action, forms, validation messages, mobile responsiveness, and other parts of the experience. The findings can translate into a digital strategy that improves customer satisfaction and increases average order value. Google Analytics can show metrics such as traffic, exits, conversion rates, and user paths. Session recordings and heatmaps can show where users click, scroll, or stop. But these tools don't always explain whether a page element is confusing, hard to find, or inconsistent with user expectations.
Can a UX audit be done without user feedback?
Yes. We identified usability issues on the meat4you website without user complaints. But it would help explain that audits can use several data sources. It also avoids implying that every audit requires direct user research.
What measurable results came from the meat4You project?
Category page load time dropped by 43%, from 3.0 to 1.7 seconds. It came from backend optimization work identified during the audit.
Why did meat4You need custom development instead of standard Magento features?
Meat4You sells meat by weight, not by fixed quantities. Standard Magento checkout does not support this type of pricing. BelVG built custom features for weight-based pricing and invoicing, delivery dates linked to the courier's API, and orders from multiple suppliers. These features let the store handle its specific ordering and delivery process.
What are the common UX findings?
Common UX audit findings include confusing navigation, difficult product discovery, unclear calls to action, and slow page load speeds. Audits may also reveal issues with mobile usability, checkout flow, and product or category page layouts. It's important to fix UX issues on ecommerce stores, as improved user experience increases customer retention and loyalty. In some cases, conversion rates grow by 10% after a UX audit.
How to know that a UX audit is useful?
Look for evidence. A solid audit combines usability testing that shows how real users interact with the store, performance metrics like page load time tracked before and after changes, and accessibility checks. The last includes screen reader compatibility to confirm the site works for every visitor, not just the average one. You should also get a detailed review that includes not just problems the audit identified but a list of practical insights.



