shopware6 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
2
Solved
After reading this https://developer.shopware.com/docs/guides/plugins/apps/app-scripts#developing-debugging-scripts, I updated the .env file and set "dev" as APP_ENV value but the debug b...
Bougie asked 25/5, 2023 at 8:56
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
We are including font awesome via
$fa-font-path: "#{$asset-path}/../../project/assets/fonts/fontawesome";
@import "fontawesome/fontawesome";
@import "fontawesome/brands&qu...
Jericajericho asked 14/12, 2021 at 10:27
1
© 2022 - 2024 — McMap. All rights reserved.