Skip to content

merge develop into standard product feature branch #2626

Merged
sf-emmyzhang merged 75 commits intostandard-product-supportfrom
develop
Jun 23, 2025
Merged

merge develop into standard product feature branch #2626
sf-emmyzhang merged 75 commits intostandard-product-supportfrom
develop

Conversation

@sf-emmyzhang
Copy link
Contributor

@sf-emmyzhang sf-emmyzhang commented Jun 23, 2025

Description

Merge develop into feature branch to keep it in sync with the latest.

Types of Changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Documentation update
  • Breaking change (could cause existing functionality to not work as expected)
  • Other changes (non-breaking changes that does not fit any of the above)

Breaking changes include:

  • Removing a public function or component or prop
  • Adding a required argument to a function
  • Changing the data type of a function parameter or return value
  • Adding a new peer dependency to package.json

Changes

  • (change1)

How to Test-Drive This PR

  • (step1)

Checklists

General

  • Changes are covered by test cases
  • CHANGELOG.md updated with a short description of changes (not required for documentation updates)

Accessibility Compliance

You must check off all items in one of the follow two lists:

  • There are no changes to UI

or...

Localization

  • Changes include a UI text update in the Retail React App (which requires translation)

shethj and others added 30 commits June 9, 2025 08:17
…esting Library ElementError: Found multiple elements with the text: /check your email/i
bendvc and others added 25 commits June 16, 2025 15:03
…ursor-unit-test-rules-v3

@W-18677509 feat: Create Initial set of cursor rules
Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>
Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>
…20_fix-einstein-add-to-cart

[Einstein] Fix `addToCart` payload @@W-18647820@@
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>
…missing-sdk-clients

@W-18568190@ - Handle missing SDK Clients in CommerceApiProviders
…-email-modal-8

@W-17599234 - Ensure voiceover announces contents of the email confirmation modal
… (@W-18764173@) (#2575)

* Improve e2e tests and Tracking Consent banner handling

* Clean up

* More clean up

* Remove spacing changes

* PR Feedback

* Remove comments
* update translations
…ules-only

@W-18800010 Improve unit test rules
* Ensure only requests to /shopper/auth/ are allowed by the SLAS private client proxy

* Remove console.logs

* Stop swallowing errors from SLAS

* Update CHANGELOG.md

* Fix login and logout

* Remove console logs

* Lint

* Add and fix tests

* Cleanup regex
@sf-emmyzhang sf-emmyzhang requested a review from a team as a code owner June 23, 2025 21:23
@cc-prodsec
Copy link
Collaborator

cc-prodsec commented Jun 23, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

@sf-emmyzhang sf-emmyzhang merged commit b5e7dc8 into standard-product-support Jun 23, 2025
34 of 35 checks passed
sf-emmyzhang added a commit that referenced this pull request Jul 9, 2025
* Support standard product on PDP @W-12360908 (#2518)

* update handleAddToCart and validate orderability

* remove bundle changes, template test, and project config

* add fallback if no image

* linting

* add validateOrderability tests

* reorganize tests

* fix lint errors

* update validateOrderability logic

* add product-detail tests

* fix modal image link

* add modal tests

* changelog

* pr suggestions

* Handle SDK Client not initialized

* Added tests for useResolvedClient

* Handle missing SDK Client ShopperContext

* ShopperCustomers - Handle SDK Client no init

* ShopperExperience - Handle missing SDK Client

* ShopperGiftCertificates - Handle missing SDK Client

* ShopperLogin: Handle missing SDK client

* ShopperOrders - Handle Missing SDK Client

* ShopperProducts: Handle missing SDK Client

* ShopperPromotions: Handle missing SDK client

* ShopperSearch - Handle missing SDK Client

* ShopperSEO: Handle missing SDK Client

* ShopperStores: Handle missing SDK Client

* Fix linting errors

* Update useResolvedClient tests

* Update changelog

* Update changelog

* Extract CLIENT_KEY literal to constnt

* Remove additional hook for client validation

* Fix linting

* Add comments

* rename apiClients variable to add clarity

Co-authored-by: Kevin He <kevin.he@salesforce.com>
Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>

* update variable name for apiClients

* Update sample query implementation in query.ts

* Initial Commit

Follow `plugin_einstein_api` implementation for event data creation.

* Update CHANGELOG.md

* Add some additional tests

* PR Feedback

* Fix bar reference to master.variantId

* feat: cursor rules for unit tests

* Update change log

* Support standard product on PDP @W-12360908 (#2518)

* update handleAddToCart and validate orderability

* remove bundle changes, template test, and project config

* add fallback if no image

* linting

* add validateOrderability tests

* reorganize tests

* fix lint errors

* update validateOrderability logic

* add product-detail tests

* fix modal image link

* add modal tests

* changelog

* pr suggestions

* Resolve merge conflict

* Update files with conflicts

* omg so we're not adding these

* merge develop into standard product feature branch  (#2626)

* Handle SDK Client not initialized

* Added tests for useResolvedClient

* Handle missing SDK Client ShopperContext

* ShopperCustomers - Handle SDK Client no init

* ShopperExperience - Handle missing SDK Client

* ShopperGiftCertificates - Handle missing SDK Client

* ShopperLogin: Handle missing SDK client

* ShopperOrders - Handle Missing SDK Client

* ShopperProducts: Handle missing SDK Client

* ShopperPromotions: Handle missing SDK client

* ShopperSearch - Handle missing SDK Client

* ShopperSEO: Handle missing SDK Client

* ShopperStores: Handle missing SDK Client

* Fix linting errors

* Update useResolvedClient tests

* Update changelog

* implemented the voiceover feature for the email confirmation modal on PWA kit.

* Update changelog

* Extract CLIENT_KEY literal to constnt

* updated the chanege log file to point to current changes and saved changes to email confirmation modal code

* linted the files and built translations

* changed role and aria label tags to solve unsuccessful check issues

* Implemented changes to create more successful checks after facing a testing Library ElementError: Found multiple elements with the text: /check your email/i

* Linted my files

* Remove additional hook for client validation

* Fix linting

* Add comments

* rename apiClients variable to add clarity

Co-authored-by: Kevin He <kevin.he@salesforce.com>
Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>

* update variable name for apiClients

* linted more files to fix unsuccessful check error

* linted more files to fix unsuccessful check error

* Update packages/template-retail-react-app/CHANGELOG.md

Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>

* taking off  the visible focus outline around the modal border

* Initial Commit

Follow `plugin_einstein_api` implementation for event data creation.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Add some additional tests

* PR Feedback

* adding an a11y tag to changes made docuemented in the change log reading document

* Fix bar reference to master.variantId

* removed redundant aria label that repeating email confirmation title

* mitigating the need for additional translations

* feat: cursor rules for unit tests

* Update packages/template-retail-react-app/CHANGELOG.md

Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>

* Update packages/template-retail-react-app/CHANGELOG.md

Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>

* Update change log

* Fixing bad merge

* Update sample query implementation in query.ts

* [Fix E2E Tests] Improve E2E Test and Tracking Consent Banner Handling (@W-18764173@) (#2575)

* Improve e2e tests and Tracking Consent banner handling

* Clean up

* More clean up

* Remove spacing changes

* PR Feedback

* Remove comments

* rules only

* Update translations (#2616)

* update translations

* @W-18541294@ Private client proxy updates (#2608)

* Ensure only requests to /shopper/auth/ are allowed by the SLAS private client proxy

* Remove console.logs

* Stop swallowing errors from SLAS

* Update CHANGELOG.md

* Fix login and logout

* Remove console logs

* Lint

* Add and fix tests

* Cleanup regex

---------

Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>
Signed-off-by: Ben Chypak <bchypak@mobify.com>
Co-authored-by: Jainam Sheth <j.sheth@salesforce.com>
Co-authored-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
Co-authored-by: Larnelle Ankunda <lankunda@salesforce.com>
Co-authored-by: Kevin He <kevin.he@salesforce.com>
Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Co-authored-by: Ben Chypak <bchypak@salesforce.com>
Co-authored-by: Ben Chypak <bchypak@mobify.com>
Co-authored-by: Shailesh Zirpe <szirpe+sf@salesforce.com>
Co-authored-by: Shailesh Zirpe <42553862+szirpesf@users.noreply.github.com>
Co-authored-by: Adam Raya <adamraya@users.noreply.github.com>
Co-authored-by: Alex Vuong <alex.vuong@salesforce.com>
Co-authored-by: vcua-mobify <47404250+vcua-mobify@users.noreply.github.com>

* @W-12360935 Modify the Product Card to support standard products (#2581)

* remove 'edit'for std prd | Add unit tests

* update changelog

* lint fixes

* show Edit button on bundleProducts

* handle empty product bundles

* better determination of if-standardProduct

---------

Signed-off-by: sf-shikhar-prasoon <214730309+sf-shikhar-prasoon@users.noreply.github.com>

* udpate changelog to resolve conflict

* udpate changelog to resolve conflict 2

* udpate changelog to resolve conflict 3

* oops

* Merge develop into standard-product-support (#2633)

* Handle SDK Client not initialized

* Added tests for useResolvedClient

* Handle missing SDK Client ShopperContext

* ShopperCustomers - Handle SDK Client no init

* ShopperExperience - Handle missing SDK Client

* ShopperGiftCertificates - Handle missing SDK Client

* ShopperLogin: Handle missing SDK client

* ShopperOrders - Handle Missing SDK Client

* ShopperProducts: Handle missing SDK Client

* ShopperPromotions: Handle missing SDK client

* ShopperSearch - Handle missing SDK Client

* ShopperSEO: Handle missing SDK Client

* ShopperStores: Handle missing SDK Client

* Fix linting errors

* Update useResolvedClient tests

* Update changelog

* implemented the voiceover feature for the email confirmation modal on PWA kit.

* Update changelog

* Extract CLIENT_KEY literal to constnt

* updated the chanege log file to point to current changes and saved changes to email confirmation modal code

* linted the files and built translations

* changed role and aria label tags to solve unsuccessful check issues

* Implemented changes to create more successful checks after facing a testing Library ElementError: Found multiple elements with the text: /check your email/i

* Linted my files

* Remove additional hook for client validation

* Fix linting

* Add comments

* rename apiClients variable to add clarity

Co-authored-by: Kevin He <kevin.he@salesforce.com>
Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>

* update variable name for apiClients

* linted more files to fix unsuccessful check error

* linted more files to fix unsuccessful check error

* Update packages/template-retail-react-app/CHANGELOG.md

Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>

* taking off  the visible focus outline around the modal border

* Initial Commit

Follow `plugin_einstein_api` implementation for event data creation.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Add some additional tests

* PR Feedback

* adding an a11y tag to changes made docuemented in the change log reading document

* Fix bar reference to master.variantId

* removed redundant aria label that repeating email confirmation title

* mitigating the need for additional translations

* feat: cursor rules for unit tests

* Update packages/template-retail-react-app/CHANGELOG.md

Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>

* Update packages/template-retail-react-app/CHANGELOG.md

Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>

* Update change log

* Fixing bad merge

* Update sample query implementation in query.ts

* [Fix E2E Tests] Improve E2E Test and Tracking Consent Banner Handling (@W-18764173@) (#2575)

* Improve e2e tests and Tracking Consent banner handling

* Clean up

* More clean up

* Remove spacing changes

* PR Feedback

* Remove comments

* rules only

* Update translations (#2616)

* update translations

* @W-18541294@ Private client proxy updates (#2608)

* Ensure only requests to /shopper/auth/ are allowed by the SLAS private client proxy

* Remove console.logs

* Stop swallowing errors from SLAS

* Update CHANGELOG.md

* Fix login and logout

* Remove console logs

* Lint

* Add and fix tests

* Cleanup regex

* skip changelog

---------

Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>
Signed-off-by: Ben Chypak <bchypak@mobify.com>
Co-authored-by: Jainam Sheth <j.sheth@salesforce.com>
Co-authored-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
Co-authored-by: Larnelle Ankunda <lankunda@salesforce.com>
Co-authored-by: Kevin He <kevin.he@salesforce.com>
Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Co-authored-by: Ben Chypak <bchypak@salesforce.com>
Co-authored-by: Ben Chypak <bchypak@mobify.com>
Co-authored-by: Shailesh Zirpe <szirpe+sf@salesforce.com>
Co-authored-by: Shailesh Zirpe <42553862+szirpesf@users.noreply.github.com>
Co-authored-by: Adam Raya <adamraya@users.noreply.github.com>
Co-authored-by: Alex Vuong <alex.vuong@salesforce.com>
Co-authored-by: vcua-mobify <47404250+vcua-mobify@users.noreply.github.com>

* Support standard product as a child item in bundles @W-18790730 (#2574)

* init commit

* skip variation check for standard product

* update modal logic

* add product view test

* add to cart modal test

* add product detail test

* update add to cart modal test

* add product util test

* update changelog

* fix edit bundle

* lint

* Handle standard product shape in sendAddToCart

* Update CHANGELOG.md

* Support standard product as a child item in sets @W-18790730 (#2636)

* fix adding set to cart

* updae changelog

* udpate util test

* Add test

* Lint tests

* @W-18767088 refactor add to cart

* @W-18767088 refactor add to cart

* @W-18767088 fix lint errors

* @W-18767088 do not move handleChildProductValidation

* @W-12360935 2nd PR- fixing Edit button appearing briefly for standard products (#2649)

* fix Edit button appearing briefly
* fix tests

* @W-18767088 utils rename

* Revert CHANGELOG.md

Signed-off-by: sf-emmyzhang <emmyzhang@salesforce.com>

* increase bundle size for ci error

* update use add to cart modal unit test

* revert auto merge change

* add image placeholder todo

* rename bundleChildVariant

* revert refactor work

* add bundle test

* lint

* update test

* lint

* Handle out of stock for standard product

* tests and linting

* handle lack of type

---------

Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>
Signed-off-by: Ben Chypak <bchypak@mobify.com>
Signed-off-by: sf-shikhar-prasoon <214730309+sf-shikhar-prasoon@users.noreply.github.com>
Signed-off-by: Kyle Wright <30636085+sf-kyle-wright@users.noreply.github.com>
Signed-off-by: sf-emmyzhang <emmyzhang@salesforce.com>
Co-authored-by: Jainam Sheth <j.sheth@salesforce.com>
Co-authored-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
Co-authored-by: Kevin He <kevin.he@salesforce.com>
Co-authored-by: Ben Chypak <bchypak@salesforce.com>
Co-authored-by: Shailesh Zirpe <szirpe+sf@salesforce.com>
Co-authored-by: Larnelle Ankunda <lankunda@salesforce.com>
Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Co-authored-by: Ben Chypak <bchypak@mobify.com>
Co-authored-by: Shailesh Zirpe <42553862+szirpesf@users.noreply.github.com>
Co-authored-by: Adam Raya <adamraya@users.noreply.github.com>
Co-authored-by: Alex Vuong <alex.vuong@salesforce.com>
Co-authored-by: vcua-mobify <47404250+vcua-mobify@users.noreply.github.com>
Co-authored-by: sf-shikhar-prasoon <214730309+sf-shikhar-prasoon@users.noreply.github.com>
Co-authored-by: Jang ho Jung <jangho.jung@salesforce.com>
Co-authored-by: Kyle Wright <kyle.wright@salesforce.com>
Co-authored-by: jeremy-jung1 <140001271+jeremy-jung1@users.noreply.github.com>
Co-authored-by: Kyle Wright <30636085+sf-kyle-wright@users.noreply.github.com>
kumaravinashcommercecloud pushed a commit that referenced this pull request Aug 12, 2025
* Support standard product on PDP @W-12360908 (#2518)

* update handleAddToCart and validate orderability

* remove bundle changes, template test, and project config

* add fallback if no image

* linting

* add validateOrderability tests

* reorganize tests

* fix lint errors

* update validateOrderability logic

* add product-detail tests

* fix modal image link

* add modal tests

* changelog

* pr suggestions

* Handle SDK Client not initialized

* Added tests for useResolvedClient

* Handle missing SDK Client ShopperContext

* ShopperCustomers - Handle SDK Client no init

* ShopperExperience - Handle missing SDK Client

* ShopperGiftCertificates - Handle missing SDK Client

* ShopperLogin: Handle missing SDK client

* ShopperOrders - Handle Missing SDK Client

* ShopperProducts: Handle missing SDK Client

* ShopperPromotions: Handle missing SDK client

* ShopperSearch - Handle missing SDK Client

* ShopperSEO: Handle missing SDK Client

* ShopperStores: Handle missing SDK Client

* Fix linting errors

* Update useResolvedClient tests

* Update changelog

* Update changelog

* Extract CLIENT_KEY literal to constnt

* Remove additional hook for client validation

* Fix linting

* Add comments

* rename apiClients variable to add clarity

Co-authored-by: Kevin He <kevin.he@salesforce.com>
Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>

* update variable name for apiClients

* Update sample query implementation in query.ts

* Initial Commit

Follow `plugin_einstein_api` implementation for event data creation.

* Update CHANGELOG.md

* Add some additional tests

* PR Feedback

* Fix bar reference to master.variantId

* feat: cursor rules for unit tests

* Update change log

* Support standard product on PDP @W-12360908 (#2518)

* update handleAddToCart and validate orderability

* remove bundle changes, template test, and project config

* add fallback if no image

* linting

* add validateOrderability tests

* reorganize tests

* fix lint errors

* update validateOrderability logic

* add product-detail tests

* fix modal image link

* add modal tests

* changelog

* pr suggestions

* Resolve merge conflict

* Update files with conflicts

* omg so we're not adding these

* merge develop into standard product feature branch  (#2626)

* Handle SDK Client not initialized

* Added tests for useResolvedClient

* Handle missing SDK Client ShopperContext

* ShopperCustomers - Handle SDK Client no init

* ShopperExperience - Handle missing SDK Client

* ShopperGiftCertificates - Handle missing SDK Client

* ShopperLogin: Handle missing SDK client

* ShopperOrders - Handle Missing SDK Client

* ShopperProducts: Handle missing SDK Client

* ShopperPromotions: Handle missing SDK client

* ShopperSearch - Handle missing SDK Client

* ShopperSEO: Handle missing SDK Client

* ShopperStores: Handle missing SDK Client

* Fix linting errors

* Update useResolvedClient tests

* Update changelog

* implemented the voiceover feature for the email confirmation modal on PWA kit.

* Update changelog

* Extract CLIENT_KEY literal to constnt

* updated the chanege log file to point to current changes and saved changes to email confirmation modal code

* linted the files and built translations

* changed role and aria label tags to solve unsuccessful check issues

* Implemented changes to create more successful checks after facing a testing Library ElementError: Found multiple elements with the text: /check your email/i

* Linted my files

* Remove additional hook for client validation

* Fix linting

* Add comments

* rename apiClients variable to add clarity

Co-authored-by: Kevin He <kevin.he@salesforce.com>
Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>

* update variable name for apiClients

* linted more files to fix unsuccessful check error

* linted more files to fix unsuccessful check error

* Update packages/template-retail-react-app/CHANGELOG.md

Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>

* taking off  the visible focus outline around the modal border

* Initial Commit

Follow `plugin_einstein_api` implementation for event data creation.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Add some additional tests

* PR Feedback

* adding an a11y tag to changes made docuemented in the change log reading document

* Fix bar reference to master.variantId

* removed redundant aria label that repeating email confirmation title

* mitigating the need for additional translations

* feat: cursor rules for unit tests

* Update packages/template-retail-react-app/CHANGELOG.md

Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>

* Update packages/template-retail-react-app/CHANGELOG.md

Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>

* Update change log

* Fixing bad merge

* Update sample query implementation in query.ts

* [Fix E2E Tests] Improve E2E Test and Tracking Consent Banner Handling (@W-18764173@) (#2575)

* Improve e2e tests and Tracking Consent banner handling

* Clean up

* More clean up

* Remove spacing changes

* PR Feedback

* Remove comments

* rules only

* Update translations (#2616)

* update translations

* @W-18541294@ Private client proxy updates (#2608)

* Ensure only requests to /shopper/auth/ are allowed by the SLAS private client proxy

* Remove console.logs

* Stop swallowing errors from SLAS

* Update CHANGELOG.md

* Fix login and logout

* Remove console logs

* Lint

* Add and fix tests

* Cleanup regex

---------

Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>
Signed-off-by: Ben Chypak <bchypak@mobify.com>
Co-authored-by: Jainam Sheth <j.sheth@salesforce.com>
Co-authored-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
Co-authored-by: Larnelle Ankunda <lankunda@salesforce.com>
Co-authored-by: Kevin He <kevin.he@salesforce.com>
Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Co-authored-by: Ben Chypak <bchypak@salesforce.com>
Co-authored-by: Ben Chypak <bchypak@mobify.com>
Co-authored-by: Shailesh Zirpe <szirpe+sf@salesforce.com>
Co-authored-by: Shailesh Zirpe <42553862+szirpesf@users.noreply.github.com>
Co-authored-by: Adam Raya <adamraya@users.noreply.github.com>
Co-authored-by: Alex Vuong <alex.vuong@salesforce.com>
Co-authored-by: vcua-mobify <47404250+vcua-mobify@users.noreply.github.com>

* @W-12360935 Modify the Product Card to support standard products (#2581)

* remove 'edit'for std prd | Add unit tests

* update changelog

* lint fixes

* show Edit button on bundleProducts

* handle empty product bundles

* better determination of if-standardProduct

---------

Signed-off-by: sf-shikhar-prasoon <214730309+sf-shikhar-prasoon@users.noreply.github.com>

* udpate changelog to resolve conflict

* udpate changelog to resolve conflict 2

* udpate changelog to resolve conflict 3

* oops

* Merge develop into standard-product-support (#2633)

* Handle SDK Client not initialized

* Added tests for useResolvedClient

* Handle missing SDK Client ShopperContext

* ShopperCustomers - Handle SDK Client no init

* ShopperExperience - Handle missing SDK Client

* ShopperGiftCertificates - Handle missing SDK Client

* ShopperLogin: Handle missing SDK client

* ShopperOrders - Handle Missing SDK Client

* ShopperProducts: Handle missing SDK Client

* ShopperPromotions: Handle missing SDK client

* ShopperSearch - Handle missing SDK Client

* ShopperSEO: Handle missing SDK Client

* ShopperStores: Handle missing SDK Client

* Fix linting errors

* Update useResolvedClient tests

* Update changelog

* implemented the voiceover feature for the email confirmation modal on PWA kit.

* Update changelog

* Extract CLIENT_KEY literal to constnt

* updated the chanege log file to point to current changes and saved changes to email confirmation modal code

* linted the files and built translations

* changed role and aria label tags to solve unsuccessful check issues

* Implemented changes to create more successful checks after facing a testing Library ElementError: Found multiple elements with the text: /check your email/i

* Linted my files

* Remove additional hook for client validation

* Fix linting

* Add comments

* rename apiClients variable to add clarity

Co-authored-by: Kevin He <kevin.he@salesforce.com>
Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>

* update variable name for apiClients

* linted more files to fix unsuccessful check error

* linted more files to fix unsuccessful check error

* Update packages/template-retail-react-app/CHANGELOG.md

Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>

* taking off  the visible focus outline around the modal border

* Initial Commit

Follow `plugin_einstein_api` implementation for event data creation.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Add some additional tests

* PR Feedback

* adding an a11y tag to changes made docuemented in the change log reading document

* Fix bar reference to master.variantId

* removed redundant aria label that repeating email confirmation title

* mitigating the need for additional translations

* feat: cursor rules for unit tests

* Update packages/template-retail-react-app/CHANGELOG.md

Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>

* Update packages/template-retail-react-app/CHANGELOG.md

Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>

* Update change log

* Fixing bad merge

* Update sample query implementation in query.ts

* [Fix E2E Tests] Improve E2E Test and Tracking Consent Banner Handling (@W-18764173@) (#2575)

* Improve e2e tests and Tracking Consent banner handling

* Clean up

* More clean up

* Remove spacing changes

* PR Feedback

* Remove comments

* rules only

* Update translations (#2616)

* update translations

* @W-18541294@ Private client proxy updates (#2608)

* Ensure only requests to /shopper/auth/ are allowed by the SLAS private client proxy

* Remove console.logs

* Stop swallowing errors from SLAS

* Update CHANGELOG.md

* Fix login and logout

* Remove console logs

* Lint

* Add and fix tests

* Cleanup regex

* skip changelog

---------

Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>
Signed-off-by: Ben Chypak <bchypak@mobify.com>
Co-authored-by: Jainam Sheth <j.sheth@salesforce.com>
Co-authored-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
Co-authored-by: Larnelle Ankunda <lankunda@salesforce.com>
Co-authored-by: Kevin He <kevin.he@salesforce.com>
Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Co-authored-by: Ben Chypak <bchypak@salesforce.com>
Co-authored-by: Ben Chypak <bchypak@mobify.com>
Co-authored-by: Shailesh Zirpe <szirpe+sf@salesforce.com>
Co-authored-by: Shailesh Zirpe <42553862+szirpesf@users.noreply.github.com>
Co-authored-by: Adam Raya <adamraya@users.noreply.github.com>
Co-authored-by: Alex Vuong <alex.vuong@salesforce.com>
Co-authored-by: vcua-mobify <47404250+vcua-mobify@users.noreply.github.com>

* Support standard product as a child item in bundles @W-18790730 (#2574)

* init commit

* skip variation check for standard product

* update modal logic

* add product view test

* add to cart modal test

* add product detail test

* update add to cart modal test

* add product util test

* update changelog

* fix edit bundle

* lint

* Handle standard product shape in sendAddToCart

* Update CHANGELOG.md

* Support standard product as a child item in sets @W-18790730 (#2636)

* fix adding set to cart

* updae changelog

* udpate util test

* Add test

* Lint tests

* @W-18767088 refactor add to cart

* @W-18767088 refactor add to cart

* @W-18767088 fix lint errors

* @W-18767088 do not move handleChildProductValidation

* @W-12360935 2nd PR- fixing Edit button appearing briefly for standard products (#2649)

* fix Edit button appearing briefly
* fix tests

* @W-18767088 utils rename

* Revert CHANGELOG.md

Signed-off-by: sf-emmyzhang <emmyzhang@salesforce.com>

* increase bundle size for ci error

* update use add to cart modal unit test

* revert auto merge change

* add image placeholder todo

* rename bundleChildVariant

* revert refactor work

* add bundle test

* lint

* update test

* lint

* Handle out of stock for standard product

* tests and linting

* handle lack of type

---------

Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
Signed-off-by: Larnelle Ankunda <lankunda@salesforce.com>
Signed-off-by: Ben Chypak <bchypak@mobify.com>
Signed-off-by: sf-shikhar-prasoon <214730309+sf-shikhar-prasoon@users.noreply.github.com>
Signed-off-by: Kyle Wright <30636085+sf-kyle-wright@users.noreply.github.com>
Signed-off-by: sf-emmyzhang <emmyzhang@salesforce.com>
Co-authored-by: Jainam Sheth <j.sheth@salesforce.com>
Co-authored-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
Co-authored-by: Kevin He <kevin.he@salesforce.com>
Co-authored-by: Ben Chypak <bchypak@salesforce.com>
Co-authored-by: Shailesh Zirpe <szirpe+sf@salesforce.com>
Co-authored-by: Larnelle Ankunda <lankunda@salesforce.com>
Co-authored-by: Yuna Kim <84923642+yunakim714@users.noreply.github.com>
Co-authored-by: Ben Chypak <bchypak@mobify.com>
Co-authored-by: Shailesh Zirpe <42553862+szirpesf@users.noreply.github.com>
Co-authored-by: Adam Raya <adamraya@users.noreply.github.com>
Co-authored-by: Alex Vuong <alex.vuong@salesforce.com>
Co-authored-by: vcua-mobify <47404250+vcua-mobify@users.noreply.github.com>
Co-authored-by: sf-shikhar-prasoon <214730309+sf-shikhar-prasoon@users.noreply.github.com>
Co-authored-by: Jang ho Jung <jangho.jung@salesforce.com>
Co-authored-by: Kyle Wright <kyle.wright@salesforce.com>
Co-authored-by: jeremy-jung1 <140001271+jeremy-jung1@users.noreply.github.com>
Co-authored-by: Kyle Wright <30636085+sf-kyle-wright@users.noreply.github.com>
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.

10 participants