Nova25

Available since ASA2 1.28.0

Nova25 is ASA2’s newest managed template designed for modern e-commerce needs in 2025 and beyond. This responsive template features a clean, contemporary design with advanced customization options including interactive image slideshows, full Product Badge integration, and mobile-first responsive behavior. With 74 configuration options, Nova25 offers extensive customization options over layout, typography, colors, and content presentation, making it perfect for professional affiliate marketers who want a modern, conversion-optimized product display that works flawlessly across all devices and screen sizes.

Top Product
889,00 € 1.199,00 € -26%
As of: September 22, 2025 23:40 - 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 https://www.amazon.de/ 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 "Nova25" template.

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

Customization

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

 

Customization Examples

This example uses the option main_image_slideshow, slideshow_max, image_background_color to show a slideshow for all product images.

[asa2 tpl="Nova25" id="123" main_image_slideshow="yes" slideshow_max=5 image_background_color="#f4bfa3" /]
Top Product
889,00 € 1.199,00 € -26%
As of: September 22, 2025 23:40 - 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 https://www.amazon.de/ at the time of purchase will apply to the purchase of this product.

This example uses the option title_font_css, title_color, price_color and price_font_css to customize typography and colors.

[asa2 tpl="Nova25" id="123" title_font_css="bold 24px Georgia, serif" title_color="#2d3748" price_color="#e53e3e" price_font_css="28px Arial, sans-serif" /]
Top Product
889,00 € 1.199,00 € -26%
As of: September 22, 2025 23:40 - 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 https://www.amazon.de/ at the time of purchase will apply to the purchase of this product.
This example uses the option max_width, border_radius, border_width and border_color to customize border layout.

[asa2 tpl="Nova25" id="123" max_width="600" border_radius="20" border_width="3" border_color="#4299e1" align="center" /]
Top Product
889,00 € 1.199,00 € -26%
As of: September 22, 2025 23:40 - 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 https://www.amazon.de/ at the time of purchase will apply to the purchase of this product.
This example uses the option button_color, button_padding, discount_badge_color, deal_badge_color and badge_animation to customize button and badges layout.

[asa2 tpl="Nova25" id="123" button_color="#805ad5" button_padding="15" discount_badge_color="#38a169" deal_badge_color="#d69e2e" badge_animation="yes" /]
Top Product
889,00 € 1.199,00 € -26%
As of: September 22, 2025 23:40 - 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 https://www.amazon.de/ at the time of purchase will apply to the purchase of this product.
This example uses the option show_features, features_length, show_ratings, show_merchant and show_price_disclaimer to show a available product information.

[asa2 tpl="Nova25" id="123" show_features="yes" features_length="4" show_ratings="yes" show_merchant="yes" show_price_disclaimer="yes" /]
Top Product
  • LEICHTGESCHWINDIGKEIT – Das MacBook Air mit dem M4 Chip...
  • MIT DER POWER DES M4 – Mit dem Apple M4 wird alles, was...
  • ENTWICKELT FÜR APPLE INTELLIGENCE – Apple Intelligence ...
  • BIS ZU 18 STUNDEN BATTERIELAUFZEIT – Das MacBook Air li...
889,00 € 1.199,00 € -26%
Sold by Amazon.de
As of: September 22, 2025 23:40 - 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 https://www.amazon.de/ 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 Nova25, including examples of how they can be used in conjunction with shortcode.

Layout
OptionTypeValuesDescription
align string
  • "none" (None)
  • "left" (Left)
  • "center" (Center)
  • "right" (Right)
Align
max_width int 0 between 9999 Max width. Max width in pixels. Leave blank for 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.
box_shadow_css string custom text Box shadow style. Utilizes the CSS box-shadow property. Example: "0px 0px 20px 10px rgba(44,54,92,0.2);"
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.
image_max_height int 0 between 9999 Image max height. Image max height in pixel
image_background_color string CSS compatible color value, like hex values (#ff0000) or color names (red) Image background color. Background color for the image section
main_image_slideshow bool "yes" / "no" Activate slideshow of additional images on main image
slideshow_max int 0 between 999 Maximum slideshow items (0 = all)
Title
OptionTypeValuesDescription
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 20 between 200 Title length. Maximum number of characters for product title
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)
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)
Badges
OptionTypeValuesDescription
discount_badge_color string CSS compatible color value, like hex values (#ff0000) or color names (red) Discount badge color
deal_badge_color string CSS compatible color value, like hex values (#ff0000) or color names (red) Deal badge color. Color for Amazon Deal badges (Prime Day, Lightning Deal, etc.)
Button
OptionTypeValuesDescription
button_font_css string custom text All buttons font style. Utilizes the CSS font property. Example: "15px arial, sans-serif;"
button_color string CSS compatible color value, like hex values (#ff0000) or color names (red) Buy button background color
button_color_hover string CSS compatible color value, like hex values (#ff0000) or color names (red) Buy button hover color
button_text_color string CSS compatible color value, like hex values (#ff0000) or color names (red) Buy button text color
show_buy_button bool "yes" / "no" Show buy button
more_info_button_color string CSS compatible color value, like hex values (#ff0000) or color names (red) More info button background color
more_info_button_color_hover string CSS compatible color value, like hex values (#ff0000) or color names (red) More info button hover color
more_info_button_text_color string CSS compatible color value, like hex values (#ff0000) or color names (red) More info button text color
button_padding int 0 between 999 Button padding. Padding in pixels
Ratings
OptionTypeValuesDescription
show_ratings bool "yes" / "no" Show rating stars
show_total_reviews bool "yes" / "no" Show number of total reviews
Details
OptionTypeValuesDescription
show_features bool "yes" / "no" Show product features (if available)
features_length int 0 between 99 Max features. How many feature items to show before the "Show more" link. 0 = no limit.
feature_text_length int 0 between 1000 Max feature text 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
OptionTypeValuesDescription
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.
disclaimer string
  • "none" (None)
  • "asterisk_only" (Asterisk in buy button)
Disclaimer. Shows an asterisk in buy button.