Zenit Design - Themes
Buy themeThemesSupport
EN
EN
  • First steps
  • Start Guides
    • Atmos - Demo 1
    • Atmos - Demo 2
    • Atmos - Demo 3
    • Atmos - Demo 4
    • Gravity - Demo 1
    • Gravity - Demo 2
    • Horizon - Demo 1
    • Horizon - Demo 2
    • Sphere - Demo 1
    • Sphere - Demo 2
    • Stratus - Demo 1
    • Stratus - Demo 2
    • Stratus - Demo 3
    • Stratus - Demo 4
  • Tips
    • Dashboard
    • Theme configuration
    • Dictionary
    • Multiple sales channels
  • Configuration sets
  • Support
    • Read errors
    • Find cause
  • 🎨Styling
    • General
      • Basic layout
      • Product images
      • Produkt Layout-Typ
      • Global background
      • Preloader
      • Accent line
      • Scroll animation
    • Typo & Colors
      • Theme colors
      • Status messages
      • Fonts
      • Typography
      • E-Commerce
      • Buttons
    • Logos
    • Header
      • Header
      • Search
      • Top bar
      • Shop navigation
      • Main navigation
      • Flyout navigation
      • Dropdown navigation
    • Footer
      • Footer
      • Content
      • Columns
      • Columns styling
      • Footer bottom
    • Components
      • Sidebar
      • Sidebar navigation
      • Forms
      • Image & gallery slider
      • Produkt slider
      • Category Listing Slider
      • Pagination
      • Breadcrumbs
      • Cookie banner
      • Offcanvas
      • Backdrop
      • Scroll-Up button
    • Category
      • Category header
      • Hero section
      • Filter
      • Listing actions
      • Product boxes
      • Quickview
    • Product
      • Detail
      • Gallery
      • Description
      • Description navigation
      • Description content
    • Checkout
      • Cart
      • Checkout
  • ⚙️SETTINGS
    • Basic settings
    • Custom field assignment
      • Custom fields for product page details
      • Custom fields for product datasheets
    • Social media icons
    • Marketing text slider
    • Custom tab details page
    • Custom footer columns
    • Custom code
  • 📂Contents
    • Shopping experiences
      • Sections
      • Blocks
        • Elements
          • Image text slider
          • Search banner
          • Text banner
          • Teaser
          • Features
          • Breadcrumbs
          • Code
          • Divider
          • Category-navigation
          • Footer navigation
          • Placeholder
        • Commerce
          • Image gallery and buy box with product name & manufacturer logo
          • Image gallery and buy box with product name & manufacturer logo & description
          • Image gallery and buy box with description
          • Image gallery with description and buy box with product name & manufacturer logo
        • Category
          • Category listing
        • Columns
        • Layouts
      • Block inner spacings
      • Block outer spacings
      • Animations
      • CSS Variables
    • Category
      • Hero section
      • Category header
      • CSS classes
      • Category badges
      • Category Icons
      • Products per row
    • Product page
      • Layouts
      • Default layout
      • Gallery mode
      • Custom tabs
      • Videos tab
      • Datasheets
    • Product images
      • Image sizes
      • Aspect ratio
      • File format
      • Product image background
    • Layout type
    • Responsive tables
    • Multilingualism
  • 🎓Tutorials
    • Demodata import
    • Demo theme configuration import
    • Duplicate Child-Theme
    • Customizations
    • Configuration export/import
    • Custom Fields export/import
    • Embed fonts locally
    • Embed fonts locally with child-theme
  • 🛠️Update Guides
    • Child theme update
    • Shopware 6.6.9.0
    • Shopware 6.6.0.0
    • Shopware 6.5.0.0
    • Theme 3.5.3
    • Theme 2.11.0
  • ❓FAQ
    • Overview
    • Accessibility
      • Typography
      • Colors
      • Images
      • Video
      • Accessibility checker and resources
    • General
      • Copyright notice
      • Wishlist
    • Product layout
    • Licenses
      • Trial version vs full version
      • Changing the licence domain
    • Derivations
      • Child theme
      • Theme duplicate
      • Child theme vs theme duplicate
    • Updates
      • Theme is displayed as incompatible
      • Update is not displayed
    • Known issues
      • Could not assign child-theme
      • Text modules show technical name
      • Theme save error
      • SVG logo is not displayed
      • Search / Input mobile zoom
      • Text is not visible / readable
Powered by GitBook
On this page
  • Problem description
  • Who does the problem affect?
  • Possible solutions

Was this helpful?

  1. FAQ
  2. Known issues

Text modules show technical name

Exists since Shopware 6.4.17.0

Last updated 1 year ago

Was this helpful?

Problem description

Since Shopware 6.4.17.0 we keep receiving support requests about not correctly resolved text snippets in the storefront. Shopware has had massive problems resolving the text snippets in the theme inheritance since this update.

The cause lies in the incorrect inheritance of text snippets. A theme that contains its own text snippets can no longer inherit them correctly to child themes or theme duplicates in certain constellations. Text snippets are also cached differently, which can lead to errors when using product comparisons and multiple sales channels.

The errors may be due to this change in Shopware to version 6.4.17.0:

Who does the problem affect?

  • Stores with multiple sales channels () - Partially solved in 6.4.18.0

  • Stores with product comparison sales channels () - Unsolved

  • Stores with duplicate themes () - Unsolved

  • Stores with outdated child themes - Solution below

  • something else:

    • - Unsolved

    • - Solved

    • - Backlog

Possible solutions

Unfortunately, most bugs cannot be fixed via a workaround, so we all have to rely on Shopware to fix the issues at this point. However, we have compiled suggested solutions for the following situations:

Shops with outdated child themes

For shops with outdated child themes, it is not so much an error, but a now missing requirement in the child theme. Basically, when using our child themes, the problem can therefore be fixed easily.

Perform a child theme update to version 2.11.0 or higher. This includes a new entry for inheritance of theme configurations and also the snippets.

A great side effect is that the new configuration inheritance will eliminate the need for child theme updates in the future!

Stores with duplicate themes from a child theme

Some stores also use Shopware's own theme duplicates feature. The problem can be observed here as well. So far, the problem could be observed with stores using a duplicate of a child theme.

Example:

Theme Stratus > Theme Stratus Set XY > Theme Duplicate

A duplicate theme from a child theme does not inherit text snippets from the purchased main theme. The problem can be solved by copying the text snippets from the purchased main theme to the child theme. The theme duplicate from the child theme will then find the text snippets again.

Proceed as follows:

  • Connect to your server via FTP

  • Navigate to the directory starting from the Shopware main directory: custom/plugins/zenitPlatform{THEMENAME}/src/Resources

  • copy the folder snippet into the child theme directory, e.g.B.custom/plugins/zenitPlatform{THEMENAME}Set{X}/src/Resources

Just follow our .

If you want to use your own child theme, you can also use the configInheritance yourself. You can find instructions here:

❓
https://github.com/shopware/platform/blob/09f3075a9810dddde900207d9a05fd7a7be9f41c/changelog/release-6-4-17-0/2022-08-02-fix-storefront-show-incorrect-snippets.md
https://issues.shopware.com/issues/NEXT-24057
https://issues.shopware.com/issues/NEXT-24692
https://issues.shopware.com/issues/NEXT-24692
https://issues.shopware.com/issues/NEXT-24159
https://issues.shopware.com/issues/NEXT-24678
https://issues.shopware.com/issues/NEXT-24764
https://developer.shopware.com/docs/guides/plugins/themes/theme-configuration#config-inheritance
update-guide