Carousel

The managed template "Carousel" is specialized for displaying multiple products in a carousel style. It works perfectly with ASA 2 Collections or smart collections (Shortcodes Asa2 Smart Collection). It is customizable in general and per shortcode.
Main features
- Specialized for rendering multiple products in a carousel style
- Responsive design
- Adjustable carousel options
- Customizable without programming skills
Demo page

To see this template in action with different examples, please refer to the demo page:
Example
Example shortcode:
This example shortcode shows 10 items of category "Coffee maker" filtered by availability in carousel layout.
[asa2_smart_collection cat_slug="coffee-maker" limit="10" tpl="Carousel" is_available_main="true" /]
Global Options
On ASA 2's admin page "Templates" you can open a customization context window for each managed template. Just hover the mouse cursor over a template row and click the link "Customize" to open it. These settings will effect the appearance of this template.
INFO
The globally applied options can be dynamically overwritten via shortcode options <#shortcode-options>.
The following screenshot illustrates the options window by means of the "Book" template:

Shortcode Options
In addition to the global options <#global-options> mentioned above, it is also possible to overwrite these settings dynamically in a WordPress shortcode, like this:
// general syntax:
[asa2 option="value"]ASIN[/asa2]Take a look at other examples <#shortcode-options-examples>.
Complete Options List
Complete list of all options available for this template:
Shortcode Options Examples
// to activate autoplay:
[asa2_smart_collection autoplay="yes" cat_slug="demo-products" tpl="Carousel" /]
// to show 6 slides instead the preset 3 slides
[asa2_smart_collection slidesToShow="6" cat_slug="demo-products" tpl="Carousel" /]
