Subcategory Slider for Shopping Experiences
by brainstation (1) Ratings Source Available 9 DownloadsCurrent version:
Cloud / Self-hosted
You can run Shopware in the cloud or use it as a self-hosted solution for your shop. Here you can check if a particular extension can be used in the cloud or self-hosted variant.
This extension cannot be used in a Shopware Cloud shop. Cloud Self-hosted
Support
- Support by: brainstation
- Support languages:
Details
- Order number: bst7829938402834
- Manufacturer: brainstation
- Version: 1.2.2
- Last update: 3 Feb 2021
- Language support:
- Self-hosted compatibility: 6.2.0 – 6.2.36.3.0.0 – 6.3.0.26.3.1.0 – 6.3.1.16.3.2.0 – 6.3.2.16.3.3.16.3.3.06.3.4.0 – 6.3.4.16.3.5.0 – 6.3.5.3
Product information
Highlights
- Space-saving presentation as a slider
- Easy handling
- Display of the category images possible
Description
Subcategory Slider for Shopping Experiences
The plugin expands the experience worlds with a new element to display the sub-category. The sub-categories are displayed in a responsive slider which allows display of multiple itemes.
In addition to the category names, the category images can also be displayed.
Are you satisfied with our plugin and our service? Then rate the plugin in your Shopware account. With this you support us to develop further plugins in the future. Many Thanks.
Frequently Asked Questions
- How can I adapt the slider to my own needs? Overwrite the template /storefront/layout/navigation/bst-subcategories.html.twig in your own theme or plugin and adjust the catSliderOptions variable accordingly. Take a Look at the Installation Instructions (Template override)
- Why are the navigation arrows not visible in my frontend although they are activated in the slider options? The navigation arrows are arranged outside the slider and can possibly be "cut off" by specifying "overflow: hidden" in the CMS block. You have 2 solutions: Solution 1: Define a frame on the left and right of at least 20px for the CMS element in the adventure world. The width of the slider is compressed and the arrows are visible. Solution 2: If the design does not allow a frame as described in solution 1, you can make the arrows visible in your SCSS file with the following style specification by making the overlay visible. Take a Look at the Installation Instructions (Styling)
Customer reviews
As the owner of this app you can rate it in the Shopware account
Rate now in your accountAverage customer rating from 1 reviews:
Hervorragend. Tolles Plugin mit sehr gutem Support
Das Plugin funktioniert einwandfrei und das Entwicklerteam steht schnell und kompetent bei Rückfragen zur Verfügung.
Vielen Dank für die klasse Bewertung Herr Heinzmann und viel Spaß mit dem Plugin :)
Installation manual
- Step 1: Installation and activation of plugin through plugin manager
- Step 2: Open the Shopping Experience and select the element "Subcategory Slider" under the Block Category Commerce
- Step 3: May you have to clear your Cache and compile your Theme
Template override
{% sw_extends '@Storefront/storefront/layout/navigation/bst-subcategories.html.twig' %}
{% block layout_subnavigation_categories %}
{% set catSliderOptions = {
slider: {
nav: false,
controls: true,
gutter: 15,
items: 2,
slideBy: "page",
mouseDrag: true,
swipeAngle: false,
speed: 400,
loop: false,
responsive: {
sm: {
items: 3
},
lg: {
items: 4
},
xl: {
controls: true,
items: 5
}
}
}
} %}
{{ parent() }}
{% endblock %}
{% block layout_subnavigation_slider_config %}{{ catSliderOptions|json_encode }}{% endblock %}
Styling
.cms-block-subcategory-navigation {
overflow: visible; // an! important may be necessary here
}
Changelog
Version 1.2.2
Bugfix: Category images are only displayed on the first level.Version 1.2.1
Navigation arrows can now be controlled within the slider configuration for each resolution. Notice! The implementation of the slider configuration has been changed. If necessary, adjustments must be made.Version 1.2.0
Expansion of the configuration: Category images of the child categories can now optionally be displayed in the frontend.Version 1.1.0
Define the slider items for each resolution. Correction of child category determinatioVersion 1.0.0
Initial Release of the Plugin
About the manufacturer
