Shopware - page 2

Learn how to build custom Shopware implementations using PHP, Symfony, composer, and a spark of creative genius.

  1. Here is the reason why the Shopware build script may not progress beyond: Dumped plugin configuration.
  2. Shopware has a convoluted media storage implementation, and Media URLs can break when you move server or create a new test environment for an existing Shopware installation, but luckily it is usually easily fixed.
  3. This error is usually nothing to worry about. It tends to happen when losing internet connectivity or being automatically logged out.
  4. Typical causes and solutions for the No alive nodes found in your cluster error with Elasticsearch.
  5. Fetching images from the storefront .twig files can be done using the searchMedia function, or alternatively, by using an element resolver for your cms element.
  6. How to remove canonical from paginated content to follow technical best-practices. Page 1 is not equal to page 2, and it therefore should not be defined as the canonical URL.
  7. This error may happen if you have deleted the headless sales channel, but it seems it is easily fixed by replacing the ID in Defaults.php
  8. Obtaining the host name from Shopware storefront and administration related code. E.g. From .twig and vue.js components.
  9. How SEO URLs work in Shopware, and how to customize them.
  10. Exclude redundant messages from your Shopware log files, exclude specific exceptions, and limit exception logging with error log levels using Monolog.