The Frequently Viewed Together widget analyzes what products customers tend to browse in the same session and surfaces those as suggestions—helping shoppers discover complementary items and boosting engagement.
Recommended Placements
1. Product Page: Show items often viewed alongside the current product
2. Cart Page: Suggest related products based on cart contents
3. Checkout: Offer last-minute browsed items before purchase
4. Homepage: Display a generic “Customers Also Viewed” feed for returning visitors
Interaction Matrix Construction
The algorithm builds a customer–product matrix capturing views and clicks.
Similarity Computation
Products that frequently co-occur in the same sessions receive higher similarity scores, reflecting their propensity to be viewed together.
Session Context Boosting
If the shopper has active session data, products viewed earlier in that session are boosted to the top of the recommendations.
Fallback Handling
When no session or historical view data exists, an optional fallback algorithm (e.g., popular or hot new items) can fill the widget to avoid an empty state.
With Session Activity: Displays FVT based on products viewed in this session.
Brand-New Visitors:
Fallback Disabled: If the user is on the product page, it will show the suggestions that are made to get started with the current product. ⦁ If the user is on the home page, it will not show any suggestions because there is no browsing history.
Fallback Enabled: Shows fallback algorithm suggestions to mitigate cold start.
Returning Customers: Combines long-term view history with current session to refine FVT picks.
Newly Registered (No History):
Fallback Disabled: If the user is on the product page, it will show the suggestions that are made to get started with the current product. ⦁ If the user is on the home page, it will not show any suggestions because there is no browsing history.
Fallback Enabled: Fallback suggestions fill the widget, guiding new users.