Skip to main content

Known Issues

My Block/Element doesn't load

  • Is everything imported properly in the main.js file?
  • The type tag of slots must be the technical name of the element (name in Shopware.Service('cmsService').registerCmsElement)

Backend Crashes when i try to load my Block

Here's a list of things to check:

  • Do your variables have a source: 'static' attribute?
  • Is everything named properly? This might sound redundant, but theres many opportunities for mistakes here.

Block/Element doesn't load in Frontend

  • Have you reinstalled the Plugin?
  • Have you named the Template like the respective Block/Element?