At nopCommerce are two topic used to be display at mobile app: MobileHomePage and MobileNewsPage.
MobileHomePage used for displaying home page text, like promo banner at our sample app
MobileNewsPage used for displaying news at mobile app. At our sample app used for promotion.
MobileHomePage | MobileNewsPage |
![]() |
![]() |
<p><!--Some rules to follow while using custom navigation-->
<!--myNavigation;Product;productId;productName for displaying single product page-->
<!--myNavigation;ProductList;categoryId;categoryName for displaying list of products, id stands for ParentCategoryId of each product-->
<!--myNavigation;Category;categoryId;categoryName for displaying category list-->
<!--myNaviagtion;Manufacturer;manufacturerId;manufacturerName for displaying products list from given manufacturer--></p>
<p><a href="myNavigation;Product;1;HADES Gaming Keyboard">Product: HADES Gaming Keyboard</a></p>
<p><a href="myNavigation;ProductList;1;Accessories">Category products: Accessories</a></p>
<p><a href="myNavigation;Category;1;Gift cards">Categories: Gift cards</a></p>
<p><a href="myNavigation;Manufacturer;1;Apple">Manufacturer products: Apple</a></p>
<p><a href="myNavigation;Product;asdasd;error">Product: ERROR</a></p>
<p><a href="myNavigation;ProductList;sdasd;error">Category products: ERROR</a></p>
<p><a href="myNavigation;Category;sadasd;error">Categories: ERROR</a></p>
<p><a href="myNavigation;Manufacturer;asdasd">Manufacturer products: ERROR</a></p>