Sortable_table

Sortable_table example

The managed template “Sortable_table” is specialized for displaying multiple products in a sortable table. It works perfectly with ASA 2 collections or smart collections. It is customizable in general and per shortcode.

Main features

  • Specialized for rendering sortable tables with multiple products

  • Responsive design

  • Customizable without programming skills

Note

Template “Sortable_table” does not yet work with AJAX mode.

Demo page

To see this template in action with different examples, please refer to the demo page:

Carousel demo page

Example

Example shortcode:

[asa2_smart_collection tpl="Sortable_table" cat_slug="no-contract-cell-phones" orderby="rating" limit="5" /]

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.

Note

The globally applied options can be dynamically overwritten via shortcode options.

The following screenshot illustrates the options window by means of the “Book” template:

Template customization

Shortcode Options

In addition to the 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.

Complete Options List

Complete list of all options available for the template “Sortable_table”:

Columns
OptionTypeValuesDescription
col_image bool "yes" / "no" Show image column
col_image_responsive string
  • "desktop" (Desktop only)
  • "min-tablet-l" (Tablet landscape minimum)
  • "min-tablet" (Tablet minimum (portrait and landscape))
  • "min-mobile-l" (Mobile landscape minimum)
  • "min-mobile" (Mobile minimum (portrait and landscape))
Image column responsive settings
col_title bool "yes" / "no" Show title column
col_title_responsive string
  • "desktop" (Desktop only)
  • "min-tablet-l" (Tablet landscape minimum)
  • "min-tablet" (Tablet minimum (portrait and landscape))
  • "min-mobile-l" (Mobile landscape minimum)
  • "min-mobile" (Mobile minimum (portrait and landscape))
Title column responsive settings
col_release_date bool "yes" / "no" Show release date column
col_release_date_responsive string
  • "desktop" (Desktop only)
  • "min-tablet-l" (Tablet landscape minimum)
  • "min-tablet" (Tablet minimum (portrait and landscape))
  • "min-mobile-l" (Mobile landscape minimum)
  • "min-mobile" (Mobile minimum (portrait and landscape))
Release date column responsive settings
col_rating bool "yes" / "no" Show ratings column
col_rating_responsive string
  • "desktop" (Desktop only)
  • "min-tablet-l" (Tablet landscape minimum)
  • "min-tablet" (Tablet minimum (portrait and landscape))
  • "min-mobile-l" (Mobile landscape minimum)
  • "min-mobile" (Mobile minimum (portrait and landscape))
Ratings column responsive settings
col_price bool "yes" / "no" Show price column
col_price_responsive string
  • "desktop" (Desktop only)
  • "min-tablet-l" (Tablet landscape minimum)
  • "min-tablet" (Tablet minimum (portrait and landscape))
  • "min-mobile-l" (Mobile landscape minimum)
  • "min-mobile" (Mobile minimum (portrait and landscape))
Price column responsive settings
col_price_buy_button bool "yes" / "no" Show buy button in price column on mobile devices
col_buy_button bool "yes" / "no" Show buy button column
col_buy_button_responsive string
  • "desktop" (Desktop only)
  • "min-tablet-l" (Tablet landscape minimum)
  • "min-tablet" (Tablet minimum (portrait and landscape))
  • "min-mobile-l" (Mobile landscape minimum)
  • "min-mobile" (Mobile minimum (portrait and landscape))
Buy button column responsive settings
Image
OptionTypeValuesDescription
image_size string
  • "small" (Small)
  • "medium" (Medium)
  • "large" (Large)
Image size
image_max_width int 0 between 999 Image max width. In pixels. 0 - 999. 0 for none.
image_effect string
  • "0" (None, no linking at all)
  • "lightbox" (Add lightbox tag and link to large version)
  • "imgpreview" (Image preview to large version on mouse hover)
  • "link_to_shoppage" (Image links to shop page)
Image effect
Title
OptionTypeValuesDescription
title_color string CSS compatible color value, like hex values (#ff0000) or color names (red) Title color. No default. The title will be displayed in the default text color of your page, if none is set here.
title_font_size int 1 between 500 Title font size. In percent.
title_length int 0 between 999 Title max length. Limits the title to a maximum length of characters. 0 for unlimited.
title_link_to_shop_page bool "yes" / "no" Title links to shop page
title_auto_height bool "yes" / "no" Title auto length. Applies some CSS rules to achieve one line titles.
Price
OptionTypeValuesDescription
price_color string CSS compatible color value, like hex values (#ff0000) or color names (red) Price color. The color in which the price text is displayed.
Button
OptionTypeValuesDescription
button_target string
  • "shop" (Shop page)
  • "buy" (Buy page)
Button target. Decides whether the button should link to the product page or the buy page.
Misc
OptionTypeValuesDescription
table_behavior string
  • "0" (None)
  • "sortable" (Sortable)
Table behavior
disclaimer string
  • "none" (None)
  • "asterisk_and_text" (Asterisk in title link and button. Disclaimer text in each template.)
  • "asterisk_only" (Asterisk in title link and button. No disclaimer text.)
Disclaimer. Shows a disclaimer text.
custom_css string
  • "none" (None)
  • "asterisk_and_text" (Asterisk in title link and button. Disclaimer text in each template.)
  • "asterisk_only" (Asterisk in title link and button. No disclaimer text.)
Custom CSS. Custom CSS that is applied to all occurrences of this template on a page and is only included once in the source code.

Shortcode Options Examples

// to show the medium image instead the generally configured
[asa2_smart_collection tpl="Sortable_table" image_size="medium" cat_slug="demo-products" /]

// to link the shop button to the buy page instead of the generally configured shop page
[asa2_smart_collection tpl="Sortable_table" button_target="buy" cat_slug="demo-products" /]