Shopware
Learn how to build custom Shopware implementations using PHP, Symfony, composer, and a spark of creative genius.
- How to debug issues caused by corrupted custom fields in Shopware 6.
- Sometimes we may to manually clear cached Shopware files to fix namespace issues.
- How to obtain the currently selected API language from Shopware vue components.
- How to access file system paths from storefront twig files in Shopware.
- How to get or change the currently selected sales channel in an Shopware sw-sales-channel-switch component.
- In this tutorial you will learn how to work with Shopware entities in a generic way from PHP, without having to specifically inject the repository in your services.xml file.
- This problem can happen when you use an event handler in Twig, but forget to add- or place your function in the wrong location in your index.js.
- The could not reset changes error might indicate a problem with file permissions, and you may have to fix the permissions and re-install the package via composer to fix it.
- How to access standard php $_GET parameters from the Shopware storefront .twig files. E.g. The URL query string parameters.
- You need quite a few files just to create a scheduled task in Shopware, and getting it right can be a challenging undertaking to new developers. In this tutorial, I tried to simplify the process.