shopware Questions
5
Solved
I am a totally beginner at Shopware and I want to use PhpMyAdmin for my local Shopware 6 setup.
For the download I used the official Shopware 6 Development repository https://github.com/shopware/de...
Utopianism asked 3/9, 2020 at 10:31
3
I'm trying to get a public folder path in shopware 6 in order to create a directory inside using the filesystem. Does anyone have an idea about it?
2
Solved
I need to get verbose logging while sorting out issues in the migration.
If I set the APP_ENV to debug like described in the Shopware 6 Tutorials, I will get memory issues all the time because the ...
5
Solved
In the Shopware 6 database in table "media" there is no column for the file location. There is only file_name, file_extension, and file_size. But there is no file_path.
Shopware somehow m...
3
I've followed the following tutorial for creating a custom entity on my own in shopware 6:
https://www.youtube.com/watch?v=mTHTyof4gPk
I created a migration by using
bin/console database:create-mig...
Dabster asked 17/2, 2022 at 15:13
0
I wonder how you would do code-splitting (e.g. by page-type) especially for CSS in Shopware 6 storefront. Right now everything gets bundled into one big all.css. But I think it's not that smart tha...
3
How can I use an external npm library in my theme to use it in the storefront?
To give an example, how would you include https://www.npmjs.com/package/slick-carousel? This gives JS- and SCSS/CSS-fi...
1
I need to use fontawesome in my custom theme.
Therefor I installed it by using yarn yarn add @fortawesome/fontawesome-free
When I'm trying to import it (@import "~@fortawesome" ) within t...
4
I am currently trying to overwrite a javascript file from an existing plugin.
I've been following the documentation but I am struggling with the path for the JS class to overwrite.
In the docs is a...
Pademelon asked 5/8, 2021 at 16:22
1
Solved
In a Shopware system, there's a main composer.json file. This manages the main project dependencies. In addition to this, Shopware plugins require you to add a composer.json file. If these plugins ...
Pardoes asked 18/5, 2021 at 18:19
0
I have generated a Python client via the swagger-codegen-cli (v3) docker image in my GitLab ci pipline for a Shopware 6 shop.
The problem I encounter is that every endpoint returns empty data. The ...
Hime asked 15/3, 2021 at 8:43
1
Solved
I try to clone the content element image-slider or image-gallery (the error will come at both) to extend them. First I register a new CmsElement like the original only changes the name from image-s...
Amphitrite asked 2/7, 2020 at 15:15
1
I have created a new Sorting after this documentation .
<argument>a-sorting</argument>
<argument>New Sorting</argument>
<argument type="collection">
<...
1
Solved
I am trying to send a request to my custom StorefrontController on the latest Shopware 6.2.2 but I am getting the following error:
PageController can't be requested via XmlHttpRequest.
I am doing ...
Teyde asked 24/6, 2020 at 14:28
7
I would like to change the order of parent blocks in a child templates while using the content of the parent blocks.
Example:
parent template:
{block outer}
{block a} ... some long content ...{...
1
Solved
After installation wizard is finished I get this error.
Slim Application Error
The application could not run because of the following error:
Details
Type: RuntimeException
Message: Identifier DB...
Odette asked 11/8, 2017 at 13:58
1
In Short, i got following structure:
- less
-- node_modules
--- bootstrap
----less
----- ALL BOOTSTRAP DATA
-- _components
--- _forms.less
-- all.less
Everything (there are some more) is impor...
Vivisection asked 7/6, 2017 at 14:47
1
© 2022 - 2024 — McMap. All rights reserved.