# How to use Shopware?

**URL:** https://forum.shopware.com/t/how-to-use-shopware/104293
**Category:** General Questions (EN)
**Created:** [14. Juni 2024 um 13:27 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293 "2024-06-14T13:27:12Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![10alaato](https://avatars.discourse-cdn.com/v4/letter/1/41988e/32.png) [@10alaato](https://forum.shopware.com/u/10alaato)
#### Post date: [14. Juni 2024 um 13:27 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/1 "2024-06-14T13:27:12Z")

</div>

So, context.

I am a newly hire in a company as a web developer, and it seems that i am the only Software Enigneer here.  
the company has a store that is mainly managed by the marketing team using shopware.  
I was told to take an idea how shopware works and get fimiliar with it.

My background:  
I am a junior software engineer. I am used to full stack apps using Next.js (node.js) And Symfony(PHP)

I am a bit confused now on how to work with Shopware.  
so i have some questions if someone can help me?

from what i undersatnd is that Shopware is basically a CMS for ecommerce. meant for non techincal people to set up shops using themes and plugins.  
there is also Frontends which is API that one can consume in a VUE project.

so baiscally there are two ways to make a store

- StoreFront (plugins and themes)
- Headless api using frontend.

so the first question is…is my understanding correct?

second question is… if that was correct, does that mean I am not required to have a backend? I just can consume the apis and that is it?

answering me will greatly help.  
so ,Thank you in advance.

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [14. Juni 2024 um 22:31 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/2 "2024-06-14T22:31:17Z")

</div>

Shopware has a Core that is based on Symfony.  
The Core contains two APIs, the Admin- and Shop-API.

Shopware’s backend (/admin) is a VUE app using only the Admin-API.

Shopware’s Storefront is based on Symfonys’ Twig template engine. It uses the Shop-API to load dynamic content on request.

In the link below you can find frontend components to build your own API-driven frontend with VUE, but you don’t have to use it. You can just use the ready-to-go Storefront, based on Twig.

> **[Overview | Shopware Frontends](https://frontends.shopware.com/)**
>
> Shopware Frontends is a framework for building custom, headless storefronts with Shopware 6.

---

<div class="post-metadata">

### Author: ![10alaato](https://avatars.discourse-cdn.com/v4/letter/1/41988e/32.png) [@10alaato](https://forum.shopware.com/u/10alaato)
#### Post date: [17. Juni 2024 um 07:36 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/3 "2024-06-17T07:36:22Z")

</div>

Thank you for your fast response.

I dont really understand yet, please forgive my lack of understanding.  
I dont even know what to ask? i reached a point if frustration.

i think the question simply is…how to use it.  
i cant find anything on the interent and the docs arent really clear on how it works

---

<div class="post-metadata">

### Author: ![EikeBrandtWarneke](https://avatars.discourse-cdn.com/v4/letter/e/cdc98d/32.png) [@EikeBrandtWarneke](https://forum.shopware.com/u/EikeBrandtWarneke)
#### Post date: [17. Juni 2024 um 07:46 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/4 "2024-06-17T07:46:09Z")

</div>

Are you looking for an .exe file you can double-click?

Kind regards

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [17. Juni 2024 um 08:26 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/5 "2024-06-17T08:26:10Z")

</div>

Shopware’s architecture follows a headless approach. Thus you can build your own back- and frontend with the provided APIs.

There is already an administration, which you can access with /admin. It uses VUE and the Admin-API.

There is also a Storefront, based on Symfony twig. You can create your own theme and plugins or buy any from the Shopware Store.

Further you can use Shopware Frontends with Vue to build your own API driven Frontend faster.

---

<div class="post-metadata">

### Author: ![10alaato](https://avatars.discourse-cdn.com/v4/letter/1/41988e/32.png) [@10alaato](https://forum.shopware.com/u/10alaato)
#### Post date: [17. Juni 2024 um 08:26 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/6 "2024-06-17T08:26:57Z")

</div>

No, not really.

I understand that it doesnt work on windows and need either linux or dockware (which is not very simple for an avreage user, or am i missing something).

What I want to know basically, how to make develop a store as a web developer.

From what i have understood is that you have two ways, either by using buying themes or making them your own.  
second option is using frontends?

is my understanding correct so far?

---

<div class="post-metadata">

### Author: ![10alaato](https://avatars.discourse-cdn.com/v4/letter/1/41988e/32.png) [@10alaato](https://forum.shopware.com/u/10alaato)
#### Post date: [17. Juni 2024 um 08:34 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/7 "2024-06-17T08:34:06Z")

</div>

Thank you.

do you know, if there is any kind of guide or tutorials other than the docs? because i can not really understand them?

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [17. Juni 2024 um 08:57 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/8 "2024-06-17T08:57:34Z")

</div>

Well, if you do not understand the docs, then I guess you will not understand any other documentation either.

Still, maybe you are lucky with one of these:

> **[Shopware Documentation](https://developer.shopware.com)**
>
> Documentation for Shopware developers

> **[Shopware 6 - Getting Started](https://docs.shopware.com/en/shopware-6-en/getting-started)**
>
> You have bought Shopware or decided to use Shopware - and now? To make your start into the Shopware world as successful as possible, we will show you some important steps in this category that you should follow. We will also explain why the Shopware...

> **[Shopware Knowledge](https://www.youtube.com/channel/UC-xCvUIPOXx6o4ZydnwIsng)**
>
> Share your videos with friends, family, and the world

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [17. Juni 2024 um 09:07 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/9 "2024-06-17T09:07:21Z")

</div>

Why do not you just go to your known Symfony environment (I guess than runs on Linux) and just install Shopware? Then you will see how Shopware works. Within 5 minutes you get a running Shopware store.

---

<div class="post-metadata">

### Author: ![10alaato](https://avatars.discourse-cdn.com/v4/letter/1/41988e/32.png) [@10alaato](https://forum.shopware.com/u/10alaato)
#### Post date: [18. Juni 2024 um 07:40 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/10 "2024-06-18T07:40:01Z")

</div>

I did, i did.  
I have checked it. I am just a bit confused on what Shopware is…I guess.  
I have never used it and was a bit overwhelmed because no one in the company has shown me anything and kinda left alone

let me tell you what i understand and you let me know.

shopware is just a cms for e commerce, right? so people can set up a shop without techincal knowledge, right?

symfony enivroment is for developrs to make plugins? or to make custom themes for your shop?

frontends is to make your own front end using Nuxt while consuming the data from your shop?

And thank you for your support and answers. I appreciate it

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [18. Juni 2024 um 09:12 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/11 "2024-06-18T09:12:07Z")

</div>

> [@10alaato](#):
>
> shopware is just a cms for e commerce, right?

WordPress is a CMS, Shopware is an [Shopping Cart Software](https://en.wikipedia.org/wiki/Comparison_of_shopping_cart_software) or I would call it E-Commerce Software.

Symfony is the framework on which the Shopware Core is build. There are also the Administration, Storefront, Elasticsearch and WebInstaller, see [GitHub shopware/shopware](https://github.com/shopware/shopware/tree/trunk/src).

You could use only the Core, but usually with the [WebInstaller](https://www.shopware.com/en/download/) you install the Core, the Administration and the Storefront and optional Elasticsearch.

> [@10alaato](#):
>
> so people can set up a shop without techincal knowledge, right?

I guess it was the idea. Nowadays the server setup and the Shopware configuration are quite advanced, thus you should know what you are doing.

To my knowledge, Shopware Composable Frontends is rarely used. Most online stores use a customised Storefront. The Storefront is a bundle of twig templates, that contains twig logic, CSS (SCSS), JS (compiled with Node.js) and HTML.

---

<div class="post-metadata">

### Author: ![10alaato](https://avatars.discourse-cdn.com/v4/letter/1/41988e/32.png) [@10alaato](https://forum.shopware.com/u/10alaato)
#### Post date: [19. Juni 2024 um 06:27 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/12 "2024-06-19T06:27:33Z")

</div>

I understand now  
Thank you very much. i really appreciate it

---

<div class="post-metadata">

### Author: ![system](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/3X/2/9/29c7587ba660f00e4995d1743162782e5d6d8653.svg) [@system](https://forum.shopware.com/u/system)
#### Post date: [19. Juli 2024 um 06:27 UTC](https://forum.shopware.com/t/how-to-use-shopware/104293/13 "2024-07-19T06:27:49Z")

</div>

Dieses Thema wurde automatisch 30 Tage nach der letzten Antwort geschlossen. Es sind keine neuen Antworten mehr erlaubt.
