swag-docs-bundle-example
swag-docs-bundle-example copied to clipboard
Example plugin for Shopware platform
The link in the readme does not point to the correct guide, it redirects to https://developer.shopware.com/docs/guides/plugins/plugins/plugin-base-guide I think the docs were restructured a while agao. is there still a bundle...
When removing a product from a bundle via the product detail page in the administration there is an error when clicking on the save button. The Error says "An error...
The icon in the administration dashboard was not showing up I had to change the type from "plugin" to "core" to see the icon my version is v6.4.99 Stable Version
I followed along the video tutorial and everything worked until adding the cards to the bundle tab. As soon I set that up, I got a error 500 with the...
1. put bundle in cart 2. set cart quantity of bundle higher tested on 6.4.1.1
If a product in a bundle is set to inactive the priceDefinition is missing and gives a RuntimeException `Product "" has invalid price definition` when trying to put the bundle...
https://github.com/shopware/swag-docs-bundle-example/blob/4d787fd898a2c7c2d1b7edf403183668cd46c6c9/src/Core/Checkout/Bundle/Cart/BundleCartProcessor.php the method 'getCurrencyPrecision' is not part of the context class anymore.
Hi, In the latest platform code, there is no class Shopware\Storefront\Page\Product\ProductPageCriteriaEvent anymore, so the event is not fired. What is the replaced class? Best regards, Phúc
Hey, Setup: - dockware container: dockware/dev:6.3.5.1 - copied content from container and working on it via SFTP as described in docs i followed your guides and tried to get successful...
Maybe you guys want to add the sentence to your BundleExample docs, that a plugin name suffix shouldn't be ...Bundle. In my case it was "AtlBundle". Later on, when webpack...