本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
└── src
├── views
├── pages
...
src/views/pages/index.twig
. More about Home page here.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.src/views/pages/customer/profile.twig
. More about Profile page here.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.src/views/pages/blog/single.twig
. More about single blog page here.src/views/pages/blog/index.twig
. More about blog listing page heresrc/views/pages/brands/single.twig
. More about single brand page here.src/views/pages/brands/index.twig
. More about brands listing page here.src/views/pages/cart.twig
. More about Cart page here.src/views/pages/loyalty.twig
. Explore more about Loyalty page here.src/views/pages/thank-you.twig
.src/views/pages/page-single.twig
. More about Single Page here.src/views/pages/landing-page.twig
. More about Landing Page here.