there is a problem with a liquid code snippet in your theme. Liquid is the templating language used by Shopify, and it’s used to create dynamic content on your store’s pages.
Here are steps you can take to troubleshoot and potentially fix this issue
Check for the Missing Snippet: Start by checking if the snippet spreadr-custom.liquid exists in your theme. In your Shopify admin, go to “Online Store” > “Themes,” and click the “Actions” button next to your active theme. From the dropdown, select “Edit code.” In the code editor, navigate to the “Snippets” folder and look for spreadr-custom.liquid. If it’s missing, you may need to re-add it or locate where it should be included.
Review the Affected File (buy-buttons line 73): The error message specifies that the issue is on line 73 of the buy-buttons snippet. Open the buy-buttons snippet and carefully review the code around line 73. There might be a reference to spreadr-custom.liquid there. Make sure the reference is correct and that the file exists.
Check for Typo or Spelling Errors: Ensure that the file name and reference to spreadr-custom.liquid do not have any typos or spelling errors. Liquid is case-sensitive, so make sure the filename matches exactly.
Inspect Other Templates: Sometimes, snippets can be included in various templates, not just theme.liquid. Check if the spreadr-custom.liquid is included in other template files like product.liquid or collection.liquid. If it is, verify that the file exists and the reference is correct.