How can I fix this error in my footer? I am so tired of PROBLEMS ALL THE TIME with shopify… What am I even paying for? PLEASE Can someone help me… I will provide site URL in Pms if you can help. Thanks.
Topic summary
A user encounters a liquid error in their Shopify store footer and expresses frustration with ongoing platform issues.
The Error:
- The error message appears to reference a missing or broken snippet, though the exact details are obscured in the original post
- The issue is occurring in the footer section of the store
Proposed Solution:
- The error stems from a modified theme attempting to render a snippet called ‘quantity-breaks-now’ that doesn’t exist
- Recommended fix: Locate and remove the code block
{% render 'quantity-breaks-now' %}or the section/block calling this snippet - If the theme was purchased from the theme store, contact the theme provider’s support team for assistance
- Theme support may not be able to help if extensive customizations have been made; a fresh install might be needed
Status: The discussion remains open with troubleshooting guidance provided but no confirmation of resolution.
Looks like you’re using a theme that has been modified and it is looking for that specific snippet. If you’re modifying the code yourself, you should be able to find a snippet that says something like:
{% render 'quantity-breaks-now' %}
Easiest thing would be just to remove the section/block in question that’s causing the snippet to be called with missing information. This can happen for a variety of reasons but is usually because the code has been modified and needs to be fixed. If you purchased your theme from the theme store, you should reach out to that theme provider in order to get support. If you’ve customized the theme, they cannot help with that but if this is a fresh install they’ll help you resolve.