Shopware 6.5/6.6 Grand Child theme – overwriting sw-text-color changes to color to black (#000)
We created a theme MyExampleTheme
which is inherited from zenitPlatformHorizonSet2
which is based on zenitPlatformHorizon
, basically following https://developer.shopware.com/docs/guides/plugins/themes/add-theme-inheritance.html
Importing product images by url in Shopware 6 ImportExport Plugin returns error
It seems I have some misunderstanding with the media import by url in the importexport plugin of SW6.
Shopware Migration from 5 to 6, problems with documents
I am trying to migrate a shop from Shopware 5.4 to 6.6. Products, Categories and Customers are no problem, but the orders won’t work at all.
The log of the migration run is filled with these logs:
Data available in standard Shopware Product Export Feed
There is a custom plugin to generate the feed for a product export in XML. I am trying to make the plugin obsolete and do it in the standard Shopware XML template.
Fetch Version compatiblity from Shopware store via composer name
Is it possible to fetch the Shopware core version compatibility of a store.shopware.com/x
extension?
Shopware 6.6 – SearchController – wrong salesChannel handling handleFirstHit
After upgrade from version 6.5.8.9 to 6.6.1.2 I see a strange behaviour in the search.
I have a general salesChannel (http://localhost:8000) and a second salesChannel (http://localhost:8000/it-it
) in the /it-it salesChannel I enter a product number and press ENTER. SearchController gets called correctly (http://localhost:8000/it-it/search?search=26179
) but in the handleFirstHit method a forwardToRoute
is invoked, the salesChannel is then changed to the main one (http://localhost:8000) and the product is not found.
How to move the search icon to the left in a Shopware 6 theme?
I’m trying to move the search icon of my Shopware 6 theme
more to the left.