Skip to main content

Update or hide the 'You may also like' section on product pages

Updated March 25, 2026

The "You may also like" section on product pages automatically promotes your latest products from your shop to help supporters discover more items for making additional sales.

How does the “You may also like” section work?

This section is automatically generated and highlights products from your store to keep your shop feeling fresh and easy to explore.

Because it’s dynamic, it helps supporters discover items they might be interested in, and keeps your storefront updated without any additional manual effort.

Can I control which products appear?

Currently, product recommendations in this section are fully automated, meaning you cannot manually select or reorder specific products for display.

This is intentional, as it ensures a rotating selection of products to maximize discovery and engagement, without ongoing updates from you.

Can I hide the "You may also like" section?

There isn’t a built-in setting to hide or remove this section.

You can hide it with Custom CSS if you wish using this snippet:

<style>
#fw-section-product-recommendations-product-default {
display: none !important;
}
</style>
note

Note: Any custom code changes are managed by you. Our team can provide guidance, but ongoing maintenance and updates to custom code are your responsibility.

Was this helpful?