LogoLogo
sylius.com
  • πŸ““Sylius 1.x Documentation
  • πŸ“–Sylius 2.0 Documentation
    • Organization
      • Release Cycle
      • Backwards Compatibility Promise
      • Sylius Team
      • Sylius Roadmap
  • Getting Started with Sylius
    • Installation
    • Basic Configuration
    • Shipping & Payment
    • First Product
    • Customizing the Shop
    • Customizing Business Logic
    • Using API
    • Installing Plugins
    • Deployment
    • Summary
  • The Book
    • Introduction to Sylius
    • Installation
      • System Requirements
      • Sylius CE Installation
        • Sylius CE Installation with Docker
      • βž•Sylius Plus Installation
      • Upgrading Sylius CE
      • Upgrading Sylius Plus
    • Architecture
      • Architecture Overview
      • Architectural Drivers
      • Resource Layer
      • State Machine
      • Translations
      • E-Mails
      • Contact
      • Fixtures
      • Events
    • Configuration
      • Channels
      • Locales
      • Currencies
    • Customers
      • Customer & ShopUser
      • βž•Customer Pools
      • AdminUser
      • Addresses
        • Countries
        • Zones
        • Addresses
        • Address Book
    • Products
      • Products
      • Product Reviews
      • Product Associations
      • Attributes
      • Pricing
      • Catalog Promotions
      • Taxons
      • Inventory
      • βž•Multi-Source Inventory
      • Search
    • Carts & Orders
      • Orders
      • Cart flow
      • Taxation
      • Adjustments
      • Cart Promotions
      • Coupons
      • Payments
      • 🧩Invoices
      • Shipments
    • Support
    • Contributing
      • Contributing Code
        • Submitting a Patch
        • ⚠️Security Issues
        • Coding Standards
        • Conventions
        • Sylius License and Trademark
      • Key Contributors
  • The Customization Guide
    • Customizing Models
      • How to add a custom model?
    • Customizing Forms
      • How to add a live form for a custom model?
    • Customizing Templates
    • Customizing Translations
    • Customizing Flashes
    • Customizing API
    • Customizing Serialization of API
    • Customizing Payments
      • How to integrate a Payment Gateway as a Plugin?
  • Sylius Official Plugins Documentation
    • CMS Plugin
      • Getting Started
        • Installation
      • Features Overview
        • Collections
        • Content Templates
        • Pages
        • Blocks
        • Media
      • Developer Reference
        • Collections
        • Pages
        • Blocks
        • Media
        • Content Element
        • Templates
  • THE COOKBOOK v1.x
    • The Cookbook v1.x
Powered by GitBook
LogoLogo

Developer

  • Community
  • Online Course

About

  • Team

Β© 2024 Sylius. All Rights Reserved

On this page
  • Simple & Configurable Products
  • Summary

Was this helpful?

Edit on GitHub
  1. Getting Started with Sylius

First Product

PreviousShipping & PaymentNextCustomizing the Shop

Last updated 7 months ago

Was this helpful?

Products Management is one of the most important sections of the Sylius Admin panel. The Catalog section in the menu offers a wide range of options, but for now, we’ll focus on product creation.

Simple & Configurable Products

When creating a product, you first need to choose between two types:

  • Simple Product: A product with just one version (e.g., a standard book).

  • Configurable Product: A product that offers options for customers to choose from (e.g., size, color, etc.).

Check out the Products chapter in the Sylius Book for more detailed information.

During the product creation process, you can define many important attributes:

  • Price: How much does the product cost?

  • Shipping: Is it a physical product that requires shipping?

  • Inventory Tracking: Should the product be tracked within the inventory system?

  • Channels: On which channels will the product be available for purchase?

  • Taxes: Should any taxes be applied during checkout?

Take some time to explore these options in detail later. For now, let’s focus on filling in the essential data required to create a product.

Summary

Great, the first stage is done!

Now that the basic setup is done, we can move on to more advanced topics, such as customizing Sylius features and deploying your store to a server to make it available to the world.