Flat_box_horizontal
Table of Contents
Welcome to the presentation of ASA2’s managed template Flat_box_horizontal. This dynamic template is crafted to display any type of product in a clean and professional horizontal layout. Its sleek design and extensive customization options make it easy to tailor the look to your preferences — without the need for coding expertise. Whether you’re showcasing gadgets, fashion items, or digital products, Flat_box_horizontal ensures a polished and appealing presentation.
Discover how this template can elevate your product display and enhance your store’s visual appeal.
Integration
There are several ways how an ASA2 product template can be integrated into a website.
This video shows how to use ASA2's Gutenberg Block to embed a products into your website using the "Flat_box_horizontal" template.
This video shows how to use ASA2's Classic Editor Button to embed products into your website using the "Flat_box_horizontal" template.
Wherever you can work with WordPress shortcodes, you can also embed products with ASA2 shortcodes. The template to be used can be defined with the tpl option. Otherwise, the template defined as the default is used.
[asa2 tpl="Flat_box_horizontal" id="123" /]If you want to render this product template directly from PHP, e.g. in an individual page template, you can do this with the function asa2_render_product.
<?php
echo asa2_render_product(123, [
'tpl' => 'Flat_box_horizontal'
]);
Customization
On ASA2’s admin page Templates you can customize the general options of template Flat_box_horizontal. These settings will effect the display of this template on a global scope.

Customization Examples
This example uses the options border_color, border_width and border_radius to customize the border layout.
[asa2 tpl="Flat_box_horizontal" id="123" border_color="#1c68ff" border_width=2 border_radius=20 /]This example uses the options button_color, button_text_color, button_font_css and button_color_hover to customize the border layout.
[asa2 tpl="Flat_box_horizontal" id="123" button_color="limegreen" button_text_color="black" button_font_css="italic 18px arial, sans-serif;" button_color_hover="green" /][asa2 tpl="Flat_box_horizontal" id="123" savings_bg_color="red" button_color="red" /]This example uses the option hide_price to hide the price.
[asa2 tpl="Flat_box_horizontal" id="123" hide_price="yes" /]This example uses the options show_features, features_length and feature_text_length to display the product features.
[asa2 tpl="Flat_box_horizontal" id="123" show_features="yes" features_length=5 feature_text_length=100 /]- LEICHTGESCHWINDIGKEIT – Das MacBook Air mit dem M4 Chip macht Arbeit und Gaming superschnell. Mit Apple Intelligence*, bis zu 18 Stunden Batterielaufzeit* und einem unglaublich mobilen Design kannst du es überallhin mitnehmen – und alles damit machen.
- MIT DER POWER DES M4 – Mit dem Apple M4 wird alles, was du machst, noch schneller und flüssiger – arbeite in mehreren Apps, bearbeite Videos oder spiele grafisch anspruchsvolle Games.
- ENTWICKELT FÜR APPLE INTELLIGENCE – Apple Intelligence ist dein persönliches Intelligenz System und hilft dir etwas zu schreiben, dich auszudrücken und Aufgaben mühelos zu erledigen. Und mit revolutionärem Datenschutz kannst du ganz beruhigt sein, dass niemand auf deine persönlichen Daten zugreifen kann − auch nicht Apple.*
- BIS ZU 18 STUNDEN BATTERIELAUFZEIT – Das MacBook Air liefert die gleiche unglaubliche Performance – ganz gleich, ob es mit Batterie läuft oder am Strom angeschlossen ist.*
- EIN BRILLANTES DISPLAY – Das 13,6" Liquid Retina Display unterstützt eine Milliarde Farben.* Fotos und Videos erscheinen mit einem beeindruckend hohen Kontrast und klaren Details, Text ist gestochen scharf.
- BESSER AUSSEHEN. BESSER KLINGEN. – Mit einer 12MP Center Stage Kamera, drei Mikrofonen und vier Lautsprechern mit 3D Audio sieht alles großartig aus und klingt auch so.
- VERBINDE ALLES – Das MacBook Air hat zwei Thunderbolt 4 Anschlüsse, einen MagSafe Ladeanschluss, einen Kopfhöreranschluss, WLAN 6E* und Bluetooth 5.3. Und es unterstützt bis zu zwei externe Displays.
- SUPERSCHNELLE APPS MIT MACOS – Alle deine wichtigsten Apps, inklusive Microsoft 365 Copilot und Adobe Creative Cloud und Google Workspace, laufen auf macOS ultraschnell.*
- DU LIEBST DEIN IPHONE? DU WIRST DEN MAC LIEBEN. – Der Mac funktioniert einfach mit deinen anderen Apple Geräten. Kopiere Inhalte auf dem iPhone und setze sie auf dem Mac ein. Sende in Nachrichten auf deinem Mac Textnachrichten oder nimm mit deinem Mac FaceTime Anrufe an.*
- * RECHTLICHE HINWEISE – Dies ist eine Zusammenfassung der wichtigsten Produktfeatures. Weitere Infos gibt es unten.
Options
This list contains all the options that are available for ASA2's product template Flat_box_horizontal, including examples of how they can be used in conjunction with shortcode.
| Layout | |||
|---|---|---|---|
| Option | Type | Values | Description |
| align | string |
|
Align |
| width | string | custom text | Width. A CSS value like "50%" or "200px". |
| 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. |
| box_hover_effect | string |
|
Box hover effect |
| Image | |||
| Option | Type | Values | Description |
| image_size | string |
|
Image size |
| image_max_width | int | 0 between 999 | Image max width. In pixels. 0 - 999. 0 for none. |
| img_link_to_shop_page | string |
|
Image links to |
| Title | |||
| Option | Type | Values | Description |
| 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_css | string | custom text | Title font style. Utilizes the CSS font property. Example: "15px arial, sans-serif;" |
| 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 | string |
|
Title links to |
| Price | |||
| Option | Type | Values | Description |
| 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) |
| price_font_css | string | custom text | Price font style. Utilizes the CSS font property. Example: "15px arial, sans-serif;" |
| 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 | |||
| Option | Type | Values | Description |
| 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_text_color | string | CSS compatible color value, like hex values (#ff0000) or color names (red) | Button text color |
| button_border_radius | int | 0 between 999 | Button border radius. In pixels, > 0 for rounded corners. |
| button_font_css | string | custom text | Button font style. Utilizes the CSS font property. Example: "15px arial, sans-serif;" |
| button_target | string |
|
Button target. Decides whether the button should link to the product page or the buy page. |
| button_max_width | string | custom text | Button max width. CSS value like "50%" or "250px". |
| hide_button | bool | "yes" / "no" | Hide button |
| Savings | |||
| Option | Type | Values | Description |
| 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. Example: "15px arial, sans-serif;" |
| savings_text_style | string |
|
Savings text variant |
| Details | |||
| Option | Type | Values | Description |
| 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. |
| Misc | |||
| Option | Type | Values | Description |
| disclaimer | string |
|
Disclaimer. Shows a disclaimer text. |
| structured_data | string |
|
Structured Data. Include structured data at the end of the template |
| custom_css | string |
|
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. |
