You open your Shopify analytics dashboard and the conversion rate line has dropped and stayed down. No warning, no obvious trigger. Sessions look roughly the same as last month, maybe even higher, but fewer of them are turning into orders. Your first instinct is probably to panic and start changing things, swap the homepage banner, tweak a product description, launch a discount. Resist that instinct for now.
A sudden or sustained drop in conversion rate almost always has a specific, findable cause. It’s rarely “the market” or “customers just aren’t buying” unless every merchant in your category is seeing the same thing at the same time. Before you start optimising anything, you need to diagnose, otherwise you risk “fixing” a page that was never broken while the real problem keeps bleeding revenue.
This post is a structured troubleshooting checklist, in the order we’d actually work through it if a client came to us with this exact problem. Work top to bottom, the earlier items are the most common causes and the fastest to rule in or out.
1. Check what changed recently (theme, checkout, apps)
The single most common cause of a sudden conversion drop is a change someone made and forgot to fully test. Before you look at anything else, answer this question: what changed on the store in the last two to four weeks?
- Did you or a developer publish a new theme version, or edit theme code directly?
- Did you change checkout settings, shipping rates, checkout branding, express checkout buttons, required fields?
- Did you install, update, or remove any apps, particularly anything that touches the cart, checkout, or product pages?
- Did you change your Shopify plan (which can affect available checkout customisation and app compatibility)?
Check Settings > Notifications and your Shopify admin’s change history isn’t as detailed as you’d like, but your theme editor’s version history (under Online Store > Themes > Actions > Edit code, or the theme customiser’s history panel) will show you exactly what was published and when. Cross-reference that timeline against the day your conversion rate started dropping. If they line up, you’ve likely found your cause before checking anything else on this list.
2. Verify your tracking and analytics aren’t broken
This one catches people out constantly: the conversion rate hasn’t actually declined, your ability to measure it has. A broken GA4 setup, a misfiring purchase event, or a tag manager conflict can make a perfectly healthy store look like it’s collapsing.
Check these specifically:
- Is the GA4 purchase event still firing? Go to GA4’s Realtime report, place a genuine test order (or use Shopify’s test mode if you’re on a plan that supports it), and confirm the purchase event appears with the correct value.
- Did a recent app install add its own tracking script that conflicts with your existing GA4 or Meta Pixel tags? Some apps inject checkout scripts that can interfere with existing event listeners.
- Has Shopify’s checkout extensibility migration affected your custom tracking? If you had custom checkout.liquid scripts before Shopify moved everyone to checkout extensibility, custom analytics code that used to live there may no longer be firing at all, this is a genuine, common gap for stores that migrated later than others.
- Are sessions in GA4 roughly matching sessions in Shopify’s own analytics? A big mismatch points to a measurement problem, not a real traffic or behaviour problem.
If your tracking is broken, your “declining conversion rate” might be a data problem, not a store problem, which is a much better (and cheaper) situation to be in.
3. Look for a site speed regression
Site speed and conversion rate are directly linked, slower pages mean more people abandoning before they even see your product properly, and Shopify stores are especially sensitive to this because so much traffic arrives via mobile on variable connections.
Run your key pages (homepage, a top product page, collection page) through Google’s PageSpeed Insights and compare the results against what you’d expect for a store your size. Things that commonly cause a speed regression without anyone noticing:
- A newly added app injecting extra JavaScript on every page (review apps, upsell widgets, and “trust badge” apps are frequent offenders)
- Large, unoptimised images uploaded recently, especially from a new product launch or seasonal campaign
- A theme update that changed how above-the-fold content loads
- Third-party scripts (chat widgets, personalisation tools) loading render-blocking resources
If you’ve added two or three new apps in the same window your conversion rate dropped, that’s not a coincidence worth ignoring.
4. Check payment and shipping options for gaps or errors
Buy-now-pay-later options and shipping cost transparency both weigh heavily on Australian shoppers’ purchase decisions. A conversion drop can come from something as simple as a payment method quietly failing or disappearing.
- Did an Afterpay, Zip, or other BNPL integration stop displaying correctly on product or cart pages after a theme update?
- Is Shopify Payments (or your gateway) actually processing correctly? Check Settings > Payments for any warnings, and check recent orders for a spike in failed or abandoned payments at the payment step specifically.
- Did shipping rates change, a rate table update, a courier integration break, or free shipping threshold change, in a way that’s now surprising customers at checkout instead of earlier in their journey?
- Are your shipping zones still configured correctly if you recently changed carriers or added international shipping?
Checkout-step abandonment (as opposed to earlier funnel drop-off) is a strong signal to look here first.
5. Assess whether your traffic mix has shifted
Not every conversion rate drop is about the store at all, sometimes it’s about who’s arriving. If you’ve launched a new ad campaign, changed your ad targeting, started a new SEO push, or seen a spike from a viral social post, your traffic composition can shift substantially even while total sessions stay flat or grow.
In GA4, segment sessions and conversion rate by channel (Reports > Acquisition > Traffic acquisition) and compare the current period to before the decline. Look specifically for:
- A growing share of low-intent traffic (broad social, display remarketing to cold audiences, low-quality affiliate or content deals)
- A paid campaign that scaled spend but with worse audience targeting than your previous campaigns
- A drop in your highest-converting channel (often branded search or email) even if overall traffic held steady
A blended conversion rate can decline purely because the mix of traffic changed, with each individual channel’s actual conversion rate barely moving.
6. Test mobile usability specifically
The majority of Shopify store traffic in Australia is mobile, so a mobile-specific problem shows up in your blended numbers far more heavily than a desktop-only issue would. Open your store on an actual phone, not just a browser resize, and walk through the full purchase path.
- Does the add-to-cart button remain visible and clickable on smaller screens after a recent theme change?
- Do product image galleries, size selectors, or variant pickers behave correctly on mobile after an app update?
- Is the checkout genuinely usable one-handed, with autofill and address lookup working?
- Did a new sticky header, cookie banner, or promotional bar start overlapping content or the add-to-cart button on smaller viewports?
Mobile usability regressions are especially easy to introduce accidentally with theme customisations that were only ever checked on a desktop preview.
7. Rule out seasonal, competitive, and pricing/inventory factors
If the first six checks come up clean, broaden the lens. Some causes sit outside the store itself:
- Seasonality, a genuine, expected dip against a stronger comparison period (post-holiday lull, off-season for your category) rather than a real problem.
- Competitive pressure, a competitor running an aggressive promotion, undercutting on price, or launching a comparable product.
- Price display or inventory issues, a pricing sync error from your ERP or inventory app showing incorrect prices, a “sold out” tag appearing incorrectly on in-stock items, or a currency/tax display glitch introduced by an app update.
- Google Merchant Centre or ad disapprovals, if paid or shopping traffic dropped in quality or volume due to a feed issue, that shows up as a conversion rate change even though the underlying cause is upstream.
Check your best-selling products individually, are prices, stock status, and variant availability displaying correctly right now, on the live site, not just in the admin?
A quick diagnostic sequence
If you want the condensed version to work through in order:
- Pull the last 30 days of theme, app, and checkout change history
- Confirm GA4 purchase events are firing correctly against a real test order
- Run PageSpeed Insights on your top 3 pages and compare to a known-good baseline
- Check payment methods and shipping rates are displaying and processing correctly
- Segment traffic by channel in GA4 and compare mix to the pre-decline period
- Manually test the full mobile purchase path on a real device
- Check pricing, stock status, and seasonality against last year’s comparable period
When to bring in a specialist
Most of the time, working through this list surfaces the answer, a broken app, a tracking gap, a mobile bug introduced by a theme update. But occasionally you rule out all seven and the decline is still there, or you find the cause but aren’t sure how to fix it without breaking something else. That’s usually the point where a structured, outside review pays for itself: someone who isn’t looking at the store every day, running through funnel data, session recordings, and technical checks methodically rather than reactively.
This is exactly the kind of diagnostic work our Shopify conversion rate optimisation service is built around, finding the actual cause of a drop rather than guessing at fixes and hoping one of them sticks.
FAQ
How much of a drop is actually significant, versus normal fluctuation?
Day-to-day conversion rate naturally moves around, sometimes by 20-30% relative, especially on lower-traffic stores where small sample sizes create noise. A decline worth investigating is one that’s sustained across at least one to two full weeks and isn’t explained by an obvious seasonal comparison.
Can a single app really cause a conversion rate drop?
Yes, easily. Apps that inject scripts into your storefront or checkout can slow page load, break layout on certain devices, or in rare cases conflict with other scripts and cause JavaScript errors that stop the checkout button from working for some visitors. Always check your recent app install and update history first.
Should I run an A/B test to fix a declining conversion rate?
Not straight away. A/B testing is for optimising something that’s already working, it’s the wrong tool for diagnosing why something broke. Find and fix the underlying cause first; test improvements once the store is back to a stable baseline.
Is it normal for conversion rate to decline as traffic grows?
Yes, this is common and not necessarily a problem. If new traffic is coming from top-of-funnel channels (cold social, broad display, brand awareness content) it will typically convert at a lower rate than your existing high-intent channels, which lowers your blended average even though nothing is actually broken.
Where should I look first if I can only check one thing?
Recent changes, theme, app, and checkout history. In our experience running these diagnostics, a change someone made and didn’t fully test is the cause more often than any other single factor on this list.
Next step
If you’ve worked through this checklist and either can’t find the cause or found it but aren’t confident fixing it safely, a Shopify audit is a straightforward way to get a second, structured set of eyes on the problem. Alternatively, book a call and we’ll talk through what’s likely going on before you spend another week guessing.