{% if page.pricing_section.i_pricing_bg %} {% assign pricing_bg = '' %} {% capture pricing_bg %}{% picture open_graph_2000 pages/{{ page.pricing_section.i_pricing_bg}} %}{% endcapture %} {% endif %}

{{page.pricing_section.t_headline}}

{{page.pricing_section.t_subheadline}}

{{page.pricing_section.t_para}}

{{page.pricing_section.t_para2}}

{{page.pricing_section.v_price}}

{{page.pricing_section.t_price_text}}

+

{{page.pricing_section.v_price1}}

{{page.pricing_section.t_price_text1}}

{% for items in page.pricing_section.pricing_feature %}
{% if items.i_image %} {% assign image_alt = items.i_image | split: '.' | first | replace: '-', ' ' | replace: '_', ' ' %} {% if page.pricing_section.p_class_active == true and page.pricing_section.t_picture_tag %} {% picture {{ page.pricing_section.t_picture_tag }} pages/{{ items.i_image }} alt="{{ image_alt }}" %} {% else %} {% picture ecommerce_slide pages/{{ items.i_image }} alt="{{ image_alt }}" %} {% endif %} {% endif %}
{% endfor %}