-
Notifications
You must be signed in to change notification settings - Fork 914
Adds promo code to upsell ad in upsell modals #21674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ 8000 ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds promo code to upsell ad in upsell modals #21674
Conversation
4cddd11
to
15090f5
Compare
Pull Request Test Coverage Report for Build b9cc623a90c55e3cef73000cfb7cf526aca6f18aDetails
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CR 🏗️
</div> } | ||
<div className="yst-flex yst-flex-col yst-items-center yst-bg-black yst-border-amber-300 yst-border-y yst-border-x-0 yst-border-solid yst-gap-2 yst-py-2 yst-leading-5"> | ||
<div className="yst-mx-auto yst-text-amber-300 yst-text-lg">{ __( "BLACK FRIDAY | 30% OFF", "wordpress-seo" ) }</div> | ||
<div className="yst-text-white yst-text-base yst-font-semibold">Promo code: BF2024</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we translate Promo code
?
</div> } | ||
<div className="yst-flex yst-flex-col yst-items-center yst-bg-black yst-border-amber-300 yst-border-y yst-border-x-0 yst-border-solid yst-gap-2 yst-py-2 yst-leading-5"> | ||
<div className="yst-mx-auto yst-text-amber-300 yst-text-lg">{ __( "BLACK FRIDAY | 30% OFF", "wordpress-seo" ) }</div> | ||
<div className="yst-text-white yst-text-base yst-font-semibold">Promo code: BF2024</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linting error: Trailing spaces not allowed no-trailing-spaces
<div className="yst-text-white yst-text-base yst-font-semibold">Promo code: BF2024</div> | |
<div className="yst-text-white yst-text-base yst-font-semibold">Promo code: BF2024</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CR && AT ✅
…de-from-black-friday-ads Revert "Merge pull request #21674 from Yoast/1866-236---bf---black-fr…
Context
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps:
src/promotions/domain/black-friday-promotion.php
replace line 16:Relevant test scenarios
Test instructions for QA when the code is in the RC
QA can test this PR by following these steps:
Impact check
This PR affects the following parts of the plugin, which may require extra testing:
UI changes
Other environments
[shopify-seo]
, added test instructions for Shopify and attached theShopify
label to this PR.Documentation
Quality assurance
Innovation
innovation
label.Fixes 23.6 - BF - Black Friday promo code is missing in upsell popup