Flex_1

Welcome to the showcase of ASA2’s managed template Flex_1. This template is designed to display multiple products in a flexible column layout, utilizing modern CSS3 Flexbox technology to ensure a fully responsive design that adapts seamlessly to various screen sizes.

With Flex_1, you can customize the appearance of your product displays without any programming skills. Adjust settings such as maximum width, minimum product width, background color, hover effects, border properties, and more to align with your website’s aesthetic.

Whether you’re showcasing a diverse range of products or focusing on a specific category, Flex_1 offers the flexibility and responsiveness needed to enhance your online store’s presentation.

Explore the customization options and see how Flex_1 can elevate your product displays.

(* = affiliate link / image source: Amazon partner program) *2 Details
×
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on at the time of purchase will apply to the purchase of this product.

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 "Flex_1" template.

This video shows how to use ASA2's Classic Editor Button to embed products into your website using the "Flex_1" 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.

This shortcode uses the cat_slug option to display products from a specific category and the limit option to limit the quantity to 8.

[asa2_smart_collection cat_slug="filter-coffee-machines" limit="8" orderby="random" tpl="Flex_1" /]

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_smart_collection.

<?php
$options = array(
    'cat_slug' => 'filter-coffee-machines',
    'limit' => 8,
    'is_available_main' => true,
    'is_prime' => true,
    'rating_gt' => 4,
    'orderby' => 'rand',
    'tpl' => 'Flex_1'
);
// display the smart collection
echo asa2_render_smart_collection($options);

Customization

On ASA2’s admin page Templates you can customize the general options of template Flex_1. These settings will effect the display of this template on a global scope.

 

Customization Examples

This example uses the options border_color and border_width to customize the border layout.

[asa2_smart_collection cat_slug="filter-coffee-machines" limit="6" show_title="no" tpl="Flex_1" border_color="#1c68ff" border_width="2" /]
(* = affiliate link / image source: Amazon partner program) *2 Details
×
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on at the time of purchase will apply to the purchase of this product.

This example uses option button_color and button_border_radius to customize the button layout.

[asa2_smart_collection cat_slug="filter-coffee-machines" limit="6" show_title="no" tpl="Flex_1" button_color="green" button_border_radius="20"  /]
(* = affiliate link / image source: Amazon partner program) *2 Details
×
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on at the time of purchase will apply to the purchase of this product.

Options

This list contains all the options that are available for ASA2's product template Flex_1, including examples of how they can be used in conjunction with shortcode.

Layout
OptionTypeValuesDescription
max_width int 0 between 9999 Max width. Max total width of the whole grid (in pixels).
min_product_width int 1 between 999 Min product width. What the minimum width of a product box should be (in pixels).
background_color string CSS compatible color value, like hex values (#ff0000) or color names (red) Background color
hover_color string CSS compatible color value, like hex values (#ff0000) or color names (red) Hover 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.
padding_bottom string custom text Product padding bottom. Lower padding within the product box. Affects the distance between the button and the rest of the content.
Image
OptionTypeValuesDescription
image_size string
  • "small" (Small)
  • "medium" (Medium)
  • "large" (Large)
Image size
image_max_height int 0 between 9999 Image max height. Image max height in pixel
Title
OptionTypeValuesDescription
show_title bool "yes" / "no" Show title
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_auto_height bool "yes" / "no" Title auto height. Applies some CSS rules to achieve the same height for all titles.
max_title_lines int 1 between 10 Title max lines. Number of lines. Works only in conjunction with option "Title auto height".
Price
OptionTypeValuesDescription
show_price bool "yes" / "no" Show price
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.
price_font_css string custom text Price font style. Utilizes the CSS font property. Example: "15px arial, sans-serif;"
show_prime bool "yes" / "no" Show prime image
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_button bool "yes" / "no" Show button
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_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;"
Ratings
OptionTypeValuesDescription
show_ratings bool "yes" / "no" Show rating stars
Savings
OptionTypeValuesDescription
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_shadow bool "yes" / "no" Show savings shadow
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
  • "short" (Short version (percentage only))
  • "long" (Long version (percentage and text))
Savings text variant
Misc
OptionTypeValuesDescription
show_counter bool "yes" / "no" Show counter
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.
structured_data string
  • "none" (None)
  • "json_ld" (JSON-LD format)
Structured Data. Include structured data at the end of the template
custom_css string
  • "none" (None)
  • "json_ld" (JSON-LD format)
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.