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
  1. frontstore
  2. Basic selling flow

Product detail

PreviousProduct listNextAvailability and count info in products

Last updated 2 years ago

The Product detail page shows information about the selected product.

It includes pictures of the product with simple image gallery, product name, short description, current and old price, availability, options (variants), number of items, Add to cart button, and additional and main product description text fields.

that returns available product contents by slug or UUID.

Read more about functionality

Read more about

Add to cart
Variants tree
View the API call
Example of a product detail