Recommended Products Section

Topic summary

A user accidentally deleted code for the recommended products section on their product pages, causing it to disappear. After initially receiving guidance to check theme settings in the Shopify admin, they confirmed they had accidentally removed the section’s code but successfully restored it.

New Issue:
The user then wanted to reorder sections to display reviews before recommended products on the product page.

Solution Provided:

  • Edit theme code via Online Store > Themes > Actions > Edit Code
  • Locate the product template file (product.liquid or product.json)
  • Manually reorder the code blocks to position reviews above recommended products
  • Save and preview changes

Status: Resolved. Multiple participants confirmed via screenshots that both the recommended products section was restored and the reviews section was successfully repositioned above it. The user confirmed no further assistance was needed.

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

Hello,

I have a problem, the recommended products section has disappeared from the products page. I don’t know what happened, if I deactivated it was by accident. How can I activate it again?

A screenshot of where the section was located was below the reviews

My store: tudoconexao.com

Log into Shopify Admin and go to the Online Store section
On your current active theme, click Customize
Look for Product Page Settings
In the left sidebar, navigate to Product pages or Product template
Look for a section that controls Related Products or Recommended Products. It could also be under a different name depending on your theme (e.g., Upsell Products, Product Recommendations, etc.).
Turn it back on if you find a toggle or option to enable this feature. It may be disabled or hidden.

1 Like

I couldn’t find the section in the editor because I accidentally deleted the section’s code, but I managed to put it back. But now I need another little help, I wanted to put the reviews section before the recommended products section

Hi @Dawenn

I saw that you already had that section, do you need any other help? https://prnt.sc/Ra-9xu4GnIHx

Best,

Daisy

1 Like

I managed to solve. But now I need another little help, I wanted to put the reviews section before the recommended products section

If the user can’t find or move the Reviews section in the theme editor, they might need to edit the theme code:

  1. Edit the Theme Code:

    • Go to Online Store > Themes and click Actions > Edit Code.
  2. Locate the Product Template:

    • Find the product.liquid or product.json file under Templates.
  3. Reorder the Code:

    • Look for the code for the reviews section (likely referencing the reviews app or widget) and the recommended products section.
    • Move the reviews code above the recommended products code.
  4. Test the Changes:

    • Save the file and preview the product page to ensure the sections display as intended.
1 Like

Hi @Dawenn

I saw it’s done too. Do you need any further help?

Best,

Daisy

1 Like

Not yet, thank you?