mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
15 KiB
15 KiB
Table of contents
Getting Started with Sylius
- Index
- Installation
- Basic Configuration
- Shipping & Payment
- First Product
- Customizing the Shop
- Customizing Business Logic
- Using API
- Installing Plugins
- Deployment
- Summary
The Book
- Index
- Introduction to Sylius
- Understanding Environments
- Installation
- Architecture
- Configuration
- Customers
- Products
- Carts & Orders
- API
- Frondend & Themes
- ➕ Sylius Plus
- Sylius Plugins
- Support
- Contributing
The Customization Guide
- Index
- Customizing Models
- Customizing Forms
- Customizing Repositories
- Customizing Factories
- Customizing Controllers
- Customizing Validation
- Customizing Menus
- Customizing Templates
- Customizing Translations
- Customizing Flashes
- Customizing State Machines
- Customizing Grids
- Customizing Fixtures
- Customizing API
- Customizing Serialization of API
- Customizing Payments
- Customizing Checkout
- Tips & Tricks
THE COOKBOOK v1.x
The Cookbook 2.0
- Index
- Handling multiple Channels in CLI
- How to edit orders in Sylius?
- How to add Facebook login?
- How to render a menu of taxons (categories) in a view?
- How to embed a list of products into a view?
- How to disable localized URLs?
- How to manage content in Sylius?
- How to use Vue Storefront PWA with Sylius?
- How to configure Stripe Credit Card payment?
- How to encrypt gateway config stored in the database?
- How to authorize a payment before capturing?
- How to customize a Credit Memo?
- How to have the Credit Memos created after the Refund Payments?
- How to customize the refund form?
- How to add another type of refund?
- How to add another implementation of UnitRefundInterface?
- How to customize Invoices?
- How to have the Invoice generated after the payment is paid?
- How to configure mailer?
- How to send a custom e-mail?
- How to customize email templates per channel?
- How to disable the order confirmation email?
- How to add a custom cart promotion rule?
- How to add a custom cart promotion action?
- How to add a custom catalog promotion scope?
- How to add a custom catalog promotion action?
- How to customize catalog promotion labels?
- How to improve the performance of the catalog promotions?
- How to create a custom inventory sources filter?
- How to add a custom shipping method rule?
- How to resize images?
- How to add one image to an entity?
- How to add multiple images to an entity?
- How to automatically store images on AWS-S3?
- Introduction to Sylius Cloud by Platform.sh
- Advanced Sylius Cloud by Platform.sh configuration
- Sylius Cloud by Platform.sh management basics
- How to prepare simple CRON jobs?
- How to use installer commands?
- How to disable the default shop, admin or API of Sylius?
- How to disable admin version notifications?
- How to customize Admin routes prefix?
- How to add Google Analytics script to shop?
- How to migrate from Gulp to Webpack (Sylius 1.11 or earlier)?
- How to migrate from Gulp to Webpack (Sylius 1.12 or later)?
- How to stay with Gulp after Sylius 1.12 update?
- How to configure tax rates to be based on shipping address?
- How to add product variants by options to the cart in Sylius API?
- How to force already registered user to log in during checkout in Sylius API?
- How to add a new Loyalty Rule Configuration to API?