feat(promotions): PROMO-1497 display "featured promotion callouts" in PLP and PDP#2695
Merged
Merged
Conversation
donald-nguyen-bc
requested review from
YevenLourance,
bc-chaozhang,
bc-jwk,
bc-vincent-zhao,
bc-vivekaggarwal and
matt-evangelidis
July 2, 2026 01:30
donald-nguyen-bc
force-pushed
the
PROMO-1497_featured_promotion_callout
branch
from
July 2, 2026 04:07
8746767 to
7d2d488
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3f748e8. Configure here.
- we don't need productUrl param
donald-nguyen-bc
force-pushed
the
PROMO-1497_featured_promotion_callout
branch
from
July 3, 2026 00:40
3f748e8 to
6bab100
Compare
parthshahp
approved these changes
Jul 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What?
display "featured promotion callouts" in PLP and PDP
"related products" section inside the product detail page:
Requirements
Tickets / Documentation
Add links to any relevant tickets and documentation.
Screenshots (if appropriate)
Attach images or add image links here.
as above
Note
Low Risk
Presentation-only Handlebars and SCSS gated by a theme checkbox; no checkout, auth, or pricing logic changes.
Overview
Adds featured promotion callouts below product price when
show_featured_promotionsis enabled, using a newpromotion-calloutpartial fed byfeatured_promotions/product.featured_promotionsfrom the storefront API.Compact mode on grid cards and list rows shows the first offer and a “+N more offers” line; full mode on the PDP lists every promotion. Styling is in new
_promotionCallout.scsswith theme-editable background and text colors (color_bg_featured_promotions,color_text_featured_promotions), plus Theme Editor schema and default settings inconfig.json.Reviewed by Cursor Bugbot for commit 6bab100. Bugbot is set up for automated code reviews on this repo. Configure here.