Shopify theme changes are not appearing on the live store
IssueYou made a change in the editor or codebase, but the storefront still looks old, inconsistent, or different from the preview.
Likely causes
- The edit was made on an unpublished theme or the wrong template.
- A market-specific override is preventing the default version from inheriting the update.
- Theme app extensions or custom app code are still controlling part of the output.
What to check first
- 01Confirm the theme you edited is the published theme.
- 02Check the template and market selector in the theme editor before assuming the change failed.
- 03Review recent app installs or app embed settings if the section behaves differently than expected.
When to escalate
Escalate when the live store and editor diverge for reasons that are not obvious from theme settings, or when market overrides and app logic are colliding.
A Shopify app is breaking the storefront or theme behavior
IssueA section disappears, layouts shift, product pages behave strangely, or cart logic changes right after an app install or update.
Likely causes
- The app injects storefront code, app blocks, or scripts that conflict with theme output.
- An app embed is active globally even though the feature should only affect one template.
- Older theme customizations and new app code are both trying to control the same UI.
What to check first
- 01Audit apps that touch the storefront, cart, product page, or checkout-adjacent experience.
- 02Disable the relevant app embed or extension temporarily and compare behavior.
- 03Check whether the issue reproduces on a clean copy of the theme.
When to escalate
Escalate when the issue requires code-level isolation, app-extension cleanup, or a safer replacement for brittle app-driven UI logic.
Add to cart or product content is missing on a product page
IssueThe product page renders, but a critical block such as add to cart, buy buttons, or supporting product content is missing or malformed.
Likely causes
- The wrong product template is assigned to that product.
- Section settings, block visibility, or product availability rules are hiding part of the layout.
- Theme code or rich text content introduced malformed markup around the product section.
What to check first
- 01Compare the affected product template against a working product.
- 02Confirm the product is active and available to the Online Store sales channel.
- 03Check for recent code edits or copied HTML that could break the product section markup.
When to escalate
Escalate when the page is using multiple templates, custom product logic, or broken Liquid that a merchant cannot safely unwind in the editor.
Products are not appearing in Shopify search results
IssueProducts are active and published, but customers still cannot find them through storefront search, predictive search, or related discovery flows.
Likely causes
- The product is hidden from search through Unlisted status or the seo.hidden metafield.
- Search & Discovery settings or other search tooling are overriding default visibility.
- Recent bulk actions, store reactivation, or indexing delays are making search look broken.
What to check first
- 01Confirm the product is published to the Online Store and is not set to Unlisted.
- 02Check whether the seo.hidden metafield is set to 1 or Search & Discovery is hiding out-of-stock products.
- 03Allow for indexing delays after bulk updates, reactivation, or large catalog changes before assuming search logic is broken.
When to escalate
Escalate when search visibility depends on multiple apps, custom search logic, or a catalog structure that merchants cannot diagnose cleanly from the admin.
Collection or search filters are not showing on the storefront
IssueYou configured filters in Search & Discovery, but customers still do not see them on collection pages or search results.
Likely causes
- The theme does not support storefront filtering or the filter display setting is turned off.
- The collection or search result set is too large for Shopify to display filters.
- A third-party search setup or theme customization is bypassing Shopify's native filter output.
What to check first
- 01Confirm the theme supports filtering and that the Product grid or Search results section has filtering enabled.
- 02Check whether the collection has more than 5,000 products or the result set exceeds Shopify's documented limits.
- 03Verify the storefront is using Shopify's native search and collection templates rather than a third-party search layer.
When to escalate
Escalate when filters should appear but the store is running custom theme logic, oversized collections, or mixed native and third-party discovery tooling.