diff --git a/packages/template-retail-react-app/CHANGELOG.md b/packages/template-retail-react-app/CHANGELOG.md index adf739b66e..3e372b2e29 100644 --- a/packages/template-retail-react-app/CHANGELOG.md +++ b/packages/template-retail-react-app/CHANGELOG.md @@ -1,4 +1,5 @@ ## v6.0.0 +- [BOPIS] Added text indicating the product's stock status at the selected store on the PDP and filtered products based on the selected store on the PLP. [#2226](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2226) - DNT Consent Banner: [#2203](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2203) ## v5.1.0-dev (TBD) diff --git a/packages/template-retail-react-app/app/components/_app/index.jsx b/packages/template-retail-react-app/app/components/_app/index.jsx index 458180dbd2..5c7705e7cb 100644 --- a/packages/template-retail-react-app/app/components/_app/index.jsx +++ b/packages/template-retail-react-app/app/components/_app/index.jsx @@ -46,7 +46,10 @@ import {DrawerMenu} from '@salesforce/retail-react-app/app/components/drawer-men import {ListMenu, ListMenuContent} from '@salesforce/retail-react-app/app/components/list-menu' import {HideOnDesktop, HideOnMobile} from '@salesforce/retail-react-app/app/components/responsive' import AboveHeader from '@salesforce/retail-react-app/app/components/_app/partials/above-header' -import StoreLocatorModal from '@salesforce/retail-react-app/app/components/store-locator-modal' +import StoreLocatorModal, { + StoreLocatorProvider +} from '@salesforce/retail-react-app/app/components/store-locator-modal' + // Hooks import {AuthModal, useAuthModal} from '@salesforce/retail-react-app/app/hooks/use-auth-modal' import { @@ -354,10 +357,6 @@ const App = (props) => { Skip to Content - {!isCheckout ? ( <> @@ -402,32 +401,38 @@ const App = (props) => { {!isOnline && } - - + - - {children} - - - - - {!isCheckout ?