- [Issue-43] (FriendsOfShopware#43) Shopware 6.5 compatibility
- [Issue-33] (FriendsOfShopware#33) Add a new toggle in the Comparison page to show only properties have differences between products
- [Issue-41] (FriendsOfShopware#41) Support for custom fields (except type json, media, entity), the product's custom fields will be shown in the comparison table if they're pre-configured in Plugin's configuration
- Fix various UI bugs and compatible with 6.5 styles: adjust classes name, blocks, styling
- Nicer print output - Remove redundant lines, spaces, and cookie bar on printing
- Overview and Specification sections are now collapsible
- Leerzeichen zwischen Tags hinzufügen
- Use plugin name as namespace for own templates: there are errors thrown on 6.4.5.0 for not findable template
- Never show rating if review is disabled in shop
- Collect all possible propertyGroups of each product for comparison: we are having some different properties. The customer should always see all properties related to compared products
- [Issue-20] (FriendsOfShopware#20) Fixes cross-sellings compare does not work with product variants
- [Issue-19] (FriendsOfShopware#19) Added a new plugin's config to hide attributes (description/price/rating/manufacturer or the whole section)
- Shopware 6.4 compatibility
- [Issue-14] (FriendsOfShopware#14) Fixes cross-sellings compare does not work with product variants
- Show variant's property option value in compare list
- [Issue-15] (FriendsOfShopware#15) Added a new plugin's config to toggle between show all/selected properties
- Fix minor issues
- [Issue-11] (FriendsOfShopware#11) Fix import scss syntax.
- Small refactor on plugin's base.html.twig
- Small fix on handle click events.
- Issue-9 Add Plugin config
showIconOnly
that only show AddToCompare button with only icon (without Text).
- Use
HttpClient
instead ofStoreApiClient
.
- Fix Cross Selling is not working after installing the plugin.
- Shopware 6.3 compatibility
- Remove some redundant LoC.
- Add robot noindex meta on Compare page
- Update the plugin's name and add some store's requirements.
- Add
Add to Compare
button in Product Card and Product detail. - Add
Float button
on bottom left of the page withadded products counter
. - Add
Products added to compare list offcanvas
when clickFloat button
. - Add
Compare page
to display Compare products table. Up to 4 products can be added into the list. - Add
Print
button in Compare page to print the compare table. - Add
Clear all
button to clear all products in the list. - Add
Comparable switch
inAdministration > Product Detail > Cross-selling tab
that allow to display cross-selling products as a compare table.