On this page, ASA’s managed template “Flat_box_horizontal” is used. It is designed to work with any kind of product. It comes with many options to customize its appearance without having to change the code.
Contents
Main features
Example
This first example is built with the following shortcode:
[asa2 tpl="Flat_box_horizontal" country_code="UK"]B08L5S9827[/asa2]
Customization
On ASA 2’s admin page “Templates” you can customize the general options of template “Flat_box_horizontal“. These settings will effect every usage of this template.
Shortcode options
Besides the general settings, it is possible to overwrite template options per shortcode.
For example, to use a custom button color, this shortcode would make the difference::
[asa2 tpl="Flat_box_horizontal" button_color="green" align="center"]B08L5S9827[/asa2]
Example “savings_bg_color”
To set a custom background color to the savings ribbon, use option “savings_bg_color”::
[asa2 tpl="Flat_box_horizontal" savings_bg_color="red" button_color="red" align="center"]B08L5S9827[/asa2]
All available options:
Following you find a list of all available shortcode options for template “Flat_box_horizontal”:
Option | Type | Values | Description |
---|---|---|---|
width | string | custom text | Width, like 50% or 200px (Default: 100%) |
background_color | string | CSS compatible color value, like hex values (#ff0000) or color names (red) | Background color |
border_color | string | CSS compatible color value, like hex values (#ff0000) or color names (red) | Border 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) |
img_link_to_shop_page | string |
|
Image links to |
title_link_to_shop_page | string |
|
Title links to |
title_color | string | CSS compatible color value, like hex values (#ff0000) or color names (red) | Title color |
title_font_css | string | custom text | Title font style. Utilizes the CSS font property. |
title_length | int | 0 between 999 | Title max length. Limits the title to a maximum length of characters. 0 for unlimited |
price_color | string | CSS compatible color value, like hex values (#ff0000) or color names (red) | Price color |
price_font_css | string | custom text | Price font style. Utilizes the CSS font property. |
show_savings | bool | "yes" / "no" | Show savings ribbon |
savings_color | string | CSS compatible color value, like hex values (#ff0000) or color names (red) | Savings ribbon font color |
savings_bg_color | string | CSS compatible color value, like hex values (#ff0000) or color names (red) | Savings ribbon background color |
savings_font_css | string | custom text | Savings ribbon font style. Utilizes the CSS font property. |
savings_text_style | string |
|
Savings text style |
button_color | string | CSS compatible color value, like hex values (#ff0000) or color names (red) | Button color |
button_color_hover | string | CSS compatible color value, like hex values (#ff0000) or color names (red) | Button color hover |
button_font_css | string | custom text | Button font style. Utilizes the CSS font property. |
button_target | string |
|
Button target |
button_max_width | string | custom text | Button max width. CSS property value like "50%" or "250px". |
hide_button | bool | "yes" / "no" | Hide button |
show_features | bool | "yes" / "no" | Show product features (if available) |
features_font_size | int | 1 between 100 | Features font size (in percent) |
features_length | int | 0 between 99 | How many feature items to show before the "Show more" link (0 = no limit) |
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 (in letters, 0 = no limit) |
hide_price | bool | "yes" / "no" | Hide price(s) |
show_last_update | bool | "yes" / "no" | Show date of last item update |
last_update_format | string | custom text | Last item update date format (supports format of PHP date function) |
show_price_disclaimer | bool | "yes" / "no" | Show price disclaimer ("Details" link next to date of last update) |
box_hover_effect | string |
|
Box hover effect |
disclaimer | string |
|
Disclaimer |
More examples
Show features and description text
[asa2 tpl="Flat_box_horizontal" show_features="yes" show_description="yes" align="center"]B08L5S9827[/asa2]
- New Apple iPhone 12 Pro (512GB) - Pacific Blue
- 6.1-inch Super Retina XDR display
- Ceramic Shield, tougher than any smartphone glass
- A14 Bionic chip, the fastest chip ever in a smartphone
- Pro camera system with 12MP Ultra Wide, Wide and Telephoto cameras; 4x optical zoom range; Night mode, Deep Fusion, Smart HDR 3, Apple ProRAW, 4K Dolby Vision HDR recording
- LiDAR Scanner for improved AR experiences, Night mode portraits
- 12MP TrueDepth front camera with Night mode, 4K Dolby Vision HDR recording
- Industry-leading IP68 water resistance
- Supports MagSafe accessories for easy attachment and faster wireless charging
Custom price font and long style savings ribbon text
[asa2 tpl="Flat_box_horizontal" savings_text_style="long" title_font_css="italic bold 18px/30px Verdana, sans-serif" align="center" country_code="UK"]B08L5S9827[/asa2]
Using “price_font_css” for a custom price font style and “savings_bg_color” for a custom savings ribbon background color.
[asa2 tpl="Flat_box_horizontal" price_font_css="italic bold 18px/30px Georgia, serif" savings_bg_color="red" price_color="red" title_font_css="22px sans-serif" title_color="blue" align="center" country_code="UK"]B08L5S9827[/asa2]
Custom savings font CSS
[asa2 tpl="Flat_box_horizontal" savings_font_css="italic bold 12px/30px Verdana, sans-serif" savings_text_style="long" align="center" country_code="UK" button_max_width="200px"]B08L5S9827[/asa2]