Product page issues from coding

Topic summary

A user modified their theme.liquid file to create a custom homepage but inadvertently broke product pages—images, prices, and size variants are no longer displaying, though products remain online.

Suspected cause: Changes to theme.liquid likely removed or altered code responsible for rendering product details across all pages.

Suggested troubleshooting steps:

  • Restore from backup if available
  • Verify product template includes essential Liquid variables:
    • {{ product.featured_image }} for images
    • {{ product.price }} for pricing
    • Variant selectors using {% for variant in product.variants %}

Current status: Multiple community members offered direct assistance via collaborator access, email, or messaging platforms. The user is coordinating with helpers to share store access and code screenshots, as their plan limits additional team members. Discussion remains ongoing as they work to resolve the issue while preserving the custom homepage design.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

Hi, I wanted to make a custom home page, i did some code in theme.liquid and when it was done, i saw that my products dont have the pictures, prices and size variants, the products are online, i checked everything, i know that the problem is from the code..

Could someone help me please asap?

1 Like

Hi, if you could give me here your instagram/discord or what you have so we can talk and i can show you all my codes. Thank you for the reply!

Hello @Lucian18

I will need to check the code. Could you provide me with store access so I can look into the issue?

1 Like

Hey @Lucian18 ,

From what I can see, when you customized your home page by editing the theme.liquid file, you might have accidentally removed or modified some important code that’s responsible for rendering product details. The theme.liquid file is the main template file that affects all pages on your store.

Here’s a potential solution:

  1. First, check if you have a backup of your original theme.liquid file before you made changes. If so, you can restore it.
  2. If not, you’ll need to look for the missing product template code. The issue is likely that your product template isn’t being loaded correctly or some critical variables aren’t being passed.
  3. Make sure your product template includes these essential elements:
    • {{ product.featured_image | img_url: ‘large’ }} for images
    • {{ product.price | money }} for pricing
    • A variant selector using something like {% for variant in product.variants %}

We’d love to help fix this issue for you completely free of charge! If you’d like our assistance, just DM us or email your collaborator code and we’ll get your store back up and running properly right away. We can fix the theme.liquid file while preserving your custom home page design.

Feel free to reach out - we’re happy to help!

Shubham | Untechnickle

Hi, my plan doesnt support more members to have acces to the store, i can send you screenshots on email is that okay?

1 Like

Where can I contact you? I can share my colaborator code and give you acces to the code

1 Like

Hello @Lucian18
You can send it to me via email or WhatsApp. My email and WhatsApp number are in my signature.

1 Like