You will not be allowed to compare more than 4 products at a time
View compare1025-640-tier 4 - levl 1 - ai
{%- comment -%}
Snippet: rcai_pnp_ai_lp
Params:
- asset_json: required. e.g. 'rcai_640teb_s_ai_a_en.json'
- lang: optional (defaults to request.locale or 'en')
- show_noindex: optional boolean (default true)
- canonical_override: optional absolute/relative URL
Usage:
{% render 'rcai_pnp_ai_lp',
asset_json: 'rcai_640teb_s_ai_a_en.json',
lang: 'en',
show_noindex: true
%}
Notes:
- Expects the JSON file in /assets
- CTA URL is chosen by hidden AI search routing + language
- Replace PRODUCT_URL_640TEB_S inside the JSON before going live
{%- endcomment -%}
{%- assign _asset_json = asset_json | default: '' -%}
{%- assign _lang = lang | default: request.locale.iso_code | default: 'en' | downcase -%}
{%- assign _noindex = show_noindex | default: true -%}
{%- if _noindex -%}
{%- endif -%}
{%- if canonical_override -%}
{%- endif -%}
