Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 844 Bytes

index.rst

File metadata and controls

25 lines (18 loc) · 844 Bytes

single: Tutorial

Introduction

In order to help you manage e-commerce web application based on Sonata, you'll find here tutorials that will help you deal with the installation and the understanding of the e-commerce bundles of Sonata.

This first tutorial provides a simple use case that allows you selling jerseys and mugs.

At the moment, let's make it simple! Other use cases will be added shortly.

So, let's get started!

Create a category <create-category> Create a collection <create-collection> Create a product <create-product> Basic options for product providers <product-provider-options> Create a delivery method <create-delivery-method> Create a payment method <create-payment-method> Extend the e-commerce part of Sonata <extend>