TheShop
  • Home
    • TheShop: Headless e-commerce platform with API-first approach
  • GETTING STARTED
    • Quickstart guide
  • frontstore
    • Introduction
      • Types of frontstores
    • API
      • Frontstore API
      • Template customization
    • API client for Laravel
      • Example: Find products by keyword and include sold out products with available attributes to filter
    • Basic selling flow
      • Homepage
      • Product list
      • Product detail
        • Availability and count info in products
        • Add products to cart
        • Variants tree
      • Shopping cart (Basket)
        • Shopping cart list
        • Voucher (discount code)
      • Shipping and payment
      • Checkout
        • Completing order – payment flow
    • Contact form
    • Headless CMS
    • Caching
    • Known Issues
    • FAQ
Powered by GitBook
On this page
  • Best selling products
  • Categories
  1. frontstore
  2. Basic selling flow

Homepage

PreviousBasic selling flowNextProduct list

Last updated 2 years ago

See the .

Homepage is the first touchpoint between the e-shop and a user. It consists of 2 parts:

  • Top selling

  • Categories

Best selling products

Best selling products section shows a group of most popular products.

These products are sorted by the score. You can limit your selection and also apply other filters defined in parameters in the .

Categories

The Categories section shows products categories available on the e-shop.

You can add and edit product categories in the .

product settings
TheShop demo frontstore
product settings
Best selling products section of TheShop demo frontstore
Categories section of TheShop demo frontstore