Overview
└── src
├── views
├── pages
...
Alert
📙 What you'll learn
Home page
src/views/pages/index.twig
. More about Home page here.Products pages
src/views/pages/product/single.twig
. More about Single product page here.Product listing | Description |
---|---|
Category listing | is where the store owner show cases the store items as they wish, and accordingly the developler should customize the page |
Offers listing | The best about shopping is hunting for offers! Well, this page is in charge of that. Store owners can manage the items they have on offer and make them stand out to attract customers. |
Search results listing | Having a store with many items can be overwhelming and finding what you want can be tricky, this page helps to display the items searched by the customer in a neat way. |
Tags listing | Tags page allowes you to mark or categorize a page or groups of pages on your store. It also helps to identify, with greater ease and in more business-relevant terms, what your website visitors are accessing. You can then use the information as a more intuitive way to segment, build lead score models, and report on store performance. |
src/views/pages/product/index.twig
, you can also find more info about Product listings here.Customer pages
Customer pages are:
this page displays the customer's demographic details such as name, email, address and phone number. Customer profile page is located at
src/views/pages/customer/profile.twig
. More about Profile page here.this page helps listing the orders made by the customer. Customer order list page is located at
src/views/pages/customer/orders/index.twig
. More about Order list here.src/views/pages/customer/orders/single.twig
. More about Orders details page here.src/views/pages/customer/wishlist.twig
. More about Wishlist page here.src/views/pages/customer/notifications.twig
. More about Notifications page here.Blog pages
src/views/pages/blog/single.twig
. More about single blog page here.src/views/pages/blog/index.twig
. More about blog listing page hereBrands pages
src/views/pages/brands/single.twig
. More about single brand page here.src/views/pages/brands/index.twig
. More about brands listing page here.Cart page
src/views/pages/cart.twig
. More about Cart page here.Loyalty Page
src/views/pages/loyalty.twig
. Explore more about Loyalty page here.Thank you page
src/views/pages/thank-you.twig
.More about Thank you page here.
Single Page
src/views/pages/page-single.twig
. More about Single Page here.Landing Page
src/views/pages/landing-page.twig
. More about Landing Page here.Modified at 2025-03-04 12:54:02