Default Pages

PRO TIP 🚀

Use the test cases below to test your ScandiPWA App!

The Default Pages configuration determines the landing page that is associated with the base URL and the corresponding home page. It also determines which page appears when a “Page Not Found” error occurs and if a breadcrumb trail appears at the top of each page.

ScandiPWA supports the configuration and it can be set on the Store View level:

FIELD

STATUS

DESCRIPTION

Default Web URL

DEPRECATED

Determines the relative path to the folder in the Magento installation that contains the landing page.

In ScandiPWA, the home page is always managed as a CMS page and can be changed to any CMS page configured in your Magento back-end using the setting below.

CMS Home Page

SUPPORTED

Determines the CMS page that is used as the home page

Default No-route URL

DEPRECATED

Determines the relative path to the folder in the Magento installation where the page is redirected when a 404 Page Not Found error occurs.

NOTE! To set the No Route Page, you need to manually change the page content in the code in src/app/route/NoMatch/NoMatch.component.js

CMS No Route Page

DEPRECATED

Determines the CMS page that appears when a 404 Page Not Found error occurs.

NOTE! To set the No Route Page, you need to manually change the page content in the code in src/app/route/NoMatch/NoMatch.component.js

CMS No Cookies Page

DEPRECATED

Determines the CMS page that appears when cookies are disabled in the browser.

NOTE! ScandiPWA has no notification for users when the cookies are disabled in a browser. The website will not display any content in that case.

Show Breadcrumbs for CMS Pages

COMING SOON

Determines whether a breadcrumb trail appears at the top of all CMS pages.

NOTE! In ScandiPWA, a breadcrumb trail is always visible on the storefront.

Caching Note

After changing the default page,

  1. On the Admin sidebar, go to System > Tools > Cache Management

  2. Choose Flush Cache Storage.

TEST YOUR SCANDIPWA APP

To verify the support for this section, use the following test cases:

Last updated