Default page ids of the app
List of default page ids
info
In certain situations, you might encounter the need to substitute a current page, which necessitates the knowledge of its unique ID. In this illustration, we will examine key pages and their respective IDs, accompanied by a concise description in the description column.
| Page Name | Page ID | Description |
|---|---|---|
| Product List | productList | Page displaying a list of products |
| Product Detail | productDetail | Page showing the details of a specific product |
| Cart Page | cartPage | Page for managing the items in the shopping cart |
| Drawer Menu | DrawerMenu | Side menu or navigation drawer of the app |
| Login Page | LoginPage | Page for user login |
| Forget Password | ForgetPassword | Page for resetting a forgotten password |
| Register | Register | Page for user registration |
| My Account | myAccount | Page displaying user account information |
| Search Page | searchPage | Page for searching products or content |
| Order List | OrderList | Page listing the user's orders |
| Order Detail | orderDetail | Page showing the details of a specific order |
| Checkout | Checkout | Page for the checkout process |
| Wishlist | WishList | Page displaying the user's wishlist |
| Coupon Listing | CouponListing | Page listing available coupons |
| Login Options | LoginOptions | Page displaying different login options |
| Home | home | Home page of the app |
| SplashScreen | splashScreen | Splash screen of the app |
| TabHome | TabHome | Bottom tab home page |
| Onboarding | onboarding | Onboarding page |
| emptyCart | emptyCart | Page displayed when the cart is empty |
| ResetPassword | ResetPassword | Page for resetting a forgotten password |