Music

Music example

The managed template “Music” is specialized for displaying music data, like artist, label and track lists. It is customizable so that you can decide how it should look like and which information to show.

Main features

  • Specialized for rendering music products

  • Responsive design

  • Customizable without programming skills

Demo page

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

Carousel demo page

Example

Example shortcode:

[asa2 tpl="Music"]B013CWFOR6[/asa2]

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 “Music”:

Layout
OptionTypeValuesDescription
align string
  • "none" (None)
  • "left" (Left)
  • "center" (Center)
  • "right" (Right)
Align
max_width int 0 between 9999 Max width. Used when align is not none.
amazon_logo bool "yes" / "no" Show shop logo. Displays the shop logo at the bottom right.
background_color string CSS compatible color value, like hex values (#ff0000) or color names (red) Background color
border_width int 0 between 99 Border width. In pixels. 0 for no border.
border_radius int 0 between 99 Border radius. In pixels. > 0 for rounded corners.
border_color string CSS compatible color value, like hex values (#ff0000) or color names (red) Border color
box_effect string
  • "0" (None)
  • "1" (Raised box look)
  • "2" (Lifted corner look bottom left and right)
  • "3" (Lifted corner look bottom left)
  • "4" (Lifted corner look bottom right)
  • "5" (Lifted corners with increased angles)
  • "6" (Curved shadow at the bottom of the box)
  • "7" (Curved shadow at the top and bottom of the box)
  • "8" (Rounded shadows on either side of the box)
Box shadow effect
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.
main_image_slideshow bool "yes" / "no" Activate slideshow of additional images on main image
slideshow bool "yes" / "no" Show slideshow of additional images below other data
slideshow_max int 0 between 999 Maximum slideshow items (0 = all)
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_link_to_shop_page bool "yes" / "no" Title links to shop page
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.
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.
hide_price bool "yes" / "no" Hide price(s)
show_new_and_used_prices bool "yes" / "no" Show new and used prices
show_price_disclaimer bool "yes" / "no" Show price disclaimer. "Details" link next to date of last update.
last_update_format string custom text Last item update date format. Used in price disclaimer. Supports PHP date function format. Example: d.m.Y H:i:s
show_merchant bool "yes" / "no" Show product merchant (if available)
Button
OptionTypeValuesDescription
show_buy_button bool "yes" / "no" Show buy button
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.
Details
OptionTypeValuesDescription
show_features bool "yes" / "no" Show product features (if available)
features_length int 0 between 99 Number of features. How many feature items to show before the "Show more" link. 0 = no limit.
feature_text_length int 0 between 1000 Feature text max length. Maximum number of letters for each feature before the "..." get displayed. 0 = no limit.
features_font_size int 1 between 100 Features font size (in percent)
show_description bool "yes" / "no" Show product description (if available)
description_font_size int 1 between 100 Description font size (in percent)
description_length int 0 between 1000 Description length. Number of letters before the "show more" link get displayed. 0 = no limit.
font_size_smaller int 1 between 100 Smaller font size (in percent)
font_size_smallest int 1 between 100 Smallest font size (in percent)
show_label bool "yes" / "no" Show label
show_format bool "yes" / "no" Show format. CD, DVD etc.
show_artist bool "yes" / "no" Show artist
show_tracks bool "yes" / "no" Show tracks
show_release_date bool "yes" / "no" Show release date
release_date_format string custom text Release date format. Supports PHP date function format. Example: d.m.Y H:i:s
Misc
OptionTypeValuesDescription
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 a red "border_color" instead of the globally configured color
[asa2 tpl="Music" border_color="red"]0744016312[/asa2]

// to load a different image size than the generally configured
[asa2 tpl="Music" image_size="medium"]0744016312[/asa2]