docs icon indicating copy to clipboard operation
docs copied to clipboard

Shopware 6 developer docs

Results 41 docs issues
Sort by recently updated
recently updated
newest added

Hello, thank you for providing the guide on how to create a CMS component. While following the instructions, I noticed a few areas that could be improved to make the...

DX Team

In the current documentation for adding cart discounts (https://github.com/shopware/docs/blob/main/guides/plugins/plugins/checkout/cart/add-cart-discounts.md), there is a critical issue related to the discount recalculation when editing an order in the administration. Specifically, when a discount...

The [documentation for custom cart validators](https://developer.shopware.com/docs/guides/plugins/plugins/checkout/cart/add-cart-validator.html#adding-the-snippet) says that you can use different snippets for cart and checkout. But that doesn't work. The same snippet is displayed both in the cart...

Core

fixes shopware/shopware#12410

check-deleted-file

The minimum nodeJS version documented is wrong. See [6.7](https://github.com/shopware/shopware/blob/v6.7.3.1/src/Administration/Resources/app/administration/package.json#L204) and [6.6](https://github.com/shopware/shopware/blob/v6.6.10.8/src/Administration/Resources/app/administration/package.json#L245) I also updated the recommendations to use newer versions.

Improvement

https://github.com/shopware/docs/pull/1983 https://github.com/shopware/docs/commit/2030f1b9f3818ebf38134537787150df660a42bb

Everything past **COMPOSER_PLUGIN_LOADER** was added.

Core

Hi! I am a plugin developer for Shopware 6 shops. FInally a found a place to tell how impossibly bad the SHopware docs are. It's almost he worst documentation of...

Hey, when creating a custom document type, an incorrect service is specified. Shouldn't it actually be Swag\BasicExample\Core\Checkout\Document\Render\ExampleDocumentRenderer instead of [https://github.com/shopware/docs/blob/4199cd1dd957580f31791841aaf8a53dee6a5b41/guides/plugins/plugins/checkout/document/add-custom-document-type.md?plain=1#L347](https://github.com/shopware/docs/blob/4199cd1dd957580f31791841aaf8a53dee6a5b41/guides/plugins/plugins/checkout/document/add-custom-document-type.md?plain=1#L347) ? I find that confusing. It might also be a...