A user needed to hide Route Shipping Protection from appearing in “Product Recommendations” or “You May Also Like” sections on their Shopify store using the Pipeline theme, despite already hiding it from collections and emails.
Initial Solution Attempt:
One responder suggested adding conditional code to product-grid.liquid to skip products with “Route” in the title
The user initially added the code to the wrong file (product-grid-item.liquid), which successfully removed the product but left empty spaces in the grid
Final Resolution:
The user solved the issue by modifying product-recommendations.liquid instead, using:
This approach filters out products tagged with ‘shipping-insurance’ from the recommendations loop, preventing both the display and the empty space issue. Multiple support team members offered to investigate further with store access, but the user resolved it independently.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.
I’ve followed Route’s instructions to hide the product from collections and email flows however, it is still appearing in the Product Reommendations or You May Also Like sections on the website.
Can anyone provide guidance on how to remove this on the Pipeline theme?
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!