-
Updated
Jul 14, 2020 - PHP
shopware
Here are 227 public repositories matching this topic...
Description
MySQL supports multiple Isolation Levels for InnoDB which are set to "REPEATABLE READ" by default. I would like to know which of those levels are supported by shopware, as Isolation Level with lesser consistent, can always perform better in some situations.
Possible solutions
I would like to know which of the Isolation Levels ( https://dev.mysql.com/doc/refman/5.7/en/innod
-
Updated
Jun 24, 2020 - PHP
-
Updated
Jul 14, 2020 - PHP
I couldn't originally find where the table groups for stripping are defined, I can see them when I do a --help on the put command. It could be worth mentioning that in the readme?
Also, in issue #17 , it is mentioned that you can override their definition in your own config file, again that could perhaps go in the readme?
-
Updated
Apr 1, 2020 - Java
Just wondering why the documentation does not use composer create-project instead of git clone that is how one usually sets up composer based projects after all and it works fine, e.g.:
composer create-project shopware/production shopware6-demo "^6.2" --stability="RC"
So wie es aktuell aussieht, kann man das Theme problemlos auf 5.5 verwenden! Gute Nachrichten also :-) hab noch nichts gefunden, dass nicht funktioniert. Insofern weniger ein Issue sondern mehr ein Hinweis.
-
Updated
Sep 11, 2019 - PHP
-
Updated
Apr 2, 2020 - PHP
-
Updated
May 1, 2020 - JavaScript
-
Updated
Jul 8, 2020 - PHP
-
Updated
Jul 14, 2020 - JavaScript
-
Updated
Jul 5, 2017 - JavaScript
-
Updated
Jun 19, 2020
-
Updated
Oct 15, 2018 - PHP
-
Updated
May 22, 2020 - PHP
-
Updated
Oct 22, 2018 - Go
Improve this page
Add a description, image, and links to the shopware topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shopware topic, visit your repo's landing page and select "manage topics."
Description
We would like to port our shopware 5 app to shopware 6. The challenge we are facing is customizing the admin setting area for our plugins. We would like to register webhooks
Example
A good example is the SwagPayPal bundle that has a custom admin settings page. Can we have a generic tutorial/documentation that explains what is going on?