Robust

The managed template "Robust" is designed to work with any kind of product and any screen size. It comes with many options to customize its appearance without having to change the code.

Main features
- Designed for use with different shops
- General purpose template
- Responsive design
- Adjustable via options without programming skills
Demo page
To see this template in action with different examples, please refer to:
Example
Example shortcode:
[asa2 tpl="Robust"]B00EI7DPPI[/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.
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
These examples show how you can override the global layout settings using shortcode options.
// customize the title font and color
[asa2 id="76" title_font_css="24px arial, sans-serif;" title_color="purple" /]
// customize background and button color
[asa2 id="76" background_color="#c0dfff" button_color="#244fca" /]
// customize buy and more info button color
[asa2 id="76" button_color="#f35c11" more_info_button_color="orange" /]

