- Veröffentlicht am
- • Unkategorisiert
shopware5 related
- Autor
-
-
- Benutzer
- kevin
- Beiträge dieses Autors
- Beiträge dieses Autors
-
I was working on some extensions for Shopware5 and had to get the theme and style of an existing shop right. The existing shop is based on OS:Commerce/XT:Commerce/XT:modified and it had some plugins running for the way the layout works and what the menu looks like. For the theme, I had to recreate the oldschool look'n'feel of the older well known shopping system and the SuperFishMenu wasn't available for Shopware at all, so I build it. It's configurable in colors, menu items, height and rows. The MoreOrderInfo was just my "why is there no shipping status" enhancement, because you can read the status in the database but it's not shown by default.
I guess (didn't bother anymore with this) the AdvancedMenu and GluFlTheme needs to be installed together for the oldschool lok'n'feel https://github.com/km-coded/GluFlTheme https://github.com/km-coded/AdvancedMenu
the SuperFishMenu is a top navigation only with main categories shown and sub-categories on mouseover https://github.com/km-coded/SuperfishMenu
the really cool thing, even cooler when you can download your invoices: shipping status and invoice pdf download https://github.com/km-coded/MoreOrderInfo
As said, I don't do Shopware anymore; but i will add the missing mariaDB conversion to Shopware5 when I have access to everything in the official shopware-forum again.