Skip to content

Add suggested products to product detail page#182

Closed
tal-mb wants to merge 1 commit into
mainfrom
suggested-products
Closed

Add suggested products to product detail page#182
tal-mb wants to merge 1 commit into
mainfrom
suggested-products

Conversation

@tal-mb

@tal-mb tal-mb commented Apr 16, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds a "You might also like" section beneath the product details on the product detail page
  • Displays a horizontally scrollable row of product cards (image, name, price) excluding the current product
  • Clicking a suggested product navigates to its detail page
  • Styled consistently with the existing MetalMart design system (purple accents, hover effects, card animations)

Test plan

  • Open any product detail page and verify the "You might also like" section appears below the product info
  • Confirm the current product is excluded from the suggestions
  • Click a suggested product card and verify it navigates to that product's detail page
  • Test horizontal scrolling when there are more products than fit on screen
  • Verify responsive behavior on mobile and desktop viewports

https://claude.ai/code/session_01WVN6H4UJhyiRkpJbH2tajc

Show a horizontally scrollable row of other products beneath the main
product details, so customers can discover related items without
navigating away.

https://claude.ai/code/session_01WVN6H4UJhyiRkpJbH2tajc
@github-actions

Copy link
Copy Markdown
Contributor

mirrord Preview Environment - Metal Mart

Preview environments are running for this PR.

Service Target
metal-mart-frontend deployment/metal-mart-frontend
Preview URL https://playground.metalbear.dev/shop
Header baggage: mirrord=suggested-products

To send traffic to this preview:

  • Use the mirrord Browser Extension and set the header for this URL, or
  • curl -H "baggage: mirrord=suggested-products" https://playground.metalbear.dev/shop

Preview is stopped when the PR is merged or closed.

@aris-cub aris-cub closed this Apr 16, 2026
@aris-cub aris-cub deleted the suggested-products branch April 16, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants