{% comment %}json-ld_article meta tag{% endcomment %} {% comment %}json-ld_article video meta tag{% endcomment %} {%- for item in page.article -%} {% if item.t_h3_meta_video_name %} {% endif %} {%- endfor -%} {% comment %}json-ld_article video meta tag{% endcomment %} {%- for item in page.article -%} {% if item.v_h2_video %} {% endif %} {%- endfor -%}
{% if page.url contains "/blog" %}
{% endif %}
{% if page.category %}

{{ page.category | strip_html | replace: '-', ' ' | capitalize | replace: 'Pos', 'POS' | replace: 'Restaurant point of sale', 'restaurant point of sale' }}

{% else %}

{{ page.t_keyword | strip_html | replace: '-', ' ' | capitalize | replace: 'Pos', 'POS' | replace: 'Restaurant point of sale', 'restaurant point of sale' }}

{% endif %}

{{ page.article_body.content.heading.t_title }}

{% assign full_text = "" %} {% for para in page.article_body.content.paragraphs %} {% if para.t_text %} {% assign full_text = full_text | append: para.t_text | append: " " %} {% endif %} {% endfor %} {% assign words = full_text | strip_html | number_of_words %} {% assign minutes = words | divided_by: 400 | ceil %}

Published on: {% if page.article_body.json-ld_article.v_date_published %} {{ page.article_body.json-ld_article.v_date_published | date: "%B %d, %Y" }} {% else %} {{ page.date | date: "%B %d, %Y" }} {% endif %}

{% if page.article_body.json-ld_article.v_date_modified %} |

Updated on: {{ page.article_body.json-ld_article.v_date_modified | date: "%B %d, %Y" }}

| {% endif %}
{% if page.article_body.author.p_author_id %} {% else %} {% picture author_info authors/nobody.png alt="{{ page.t_author }}" class="img-fluid" %} {% endif %}

{{ page.article_body.author.t_author }}

{% if page.article_body.author.t_author_description %}
{{ page.article_body.author.t_author_description }}
{% else %}
{{ site.data.languages[page.language].global.t_writer_job }}
{% endif %}
{% if page.article_body.content.heading.image.i_image %} {% picture article_top collections/{{page.article_body.content.heading.image.i_image}} alt="{{ page.article_body.content.heading.image.i_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-fluid topicimground" %} {% endif %}
{% if page.article_body.feature_snippet.t_title and page.article_body.feature_snippet.t_description %}

{{ page.article_body.feature_snippet.t_title }}

{{ page.article_body.feature_snippet.t_description }}

{% endif %}
{% for item in page.article_body.content.paragraphs %}
{% if item.t_headline %} {% capture tocslug %} {{ item.t_headline }} {% endcapture %} <{% if item.p_headline_type %}{{ item.p_headline_type }}{% else %}h3{% endif %} class="toc-heading" id="{{ tocslug | slugify }}">{{ item.t_headline }} {% endif %} {% if item.video.v_video %}
{% endif %}
{% if item.image.i_image %} {% picture article_top collections/{{item.image.i_image}} class="img-fluid-revamp" alt="{{ item.image.i_image | remove: '.png' | remove: '.jpg'| replace: '-',' ' | replace: '_',' ' }}" %} {% endif %}

{{ item.t_text }}

{% if item.callout_social_media.t_title %} {% endif %} {% if item.callout_text %} {% if item.callout_text.t_title and callout.t_callout_text %} {% endif %} {% endif %} {% if item.callout_download %} {% if item.callout_download.t_title and item.callout_download.t_text %}
icon

{{ item.callout_download.t_title }}

{{ item.callout_download.t_text }}

Download
{% endif %} {% endif %} {% if item.call_to_action.t_title %} {% if item.call_to_action.p_type == 'signup' or item.call_to_action.p_type == 'leadcapture' %}
{% if item.call_to_action.background.type == 'video' %} {% assign videoId = item.call_to_action.background.p_video | split: "/" | last %} {% endif %} {% if item.call_to_action.background.type == 'image' %} {% endif %}

{{ item.call_to_action.t_title }}

{{ item.call_to_action.t_text }}

{% include sections/cta_onboarding.html %}
{% else %}
{% if item.call_to_action.background.type == 'video' %} {% assign videoId = item.call_to_action.background.p_video | split: "/" | last %} {% endif %} {% if item.call_to_action.background.type == 'image' %} {% endif %}

{{ item.call_to_action.t_title }}

{{ item.call_to_action.t_text }}

{% include sections/cta_onboarding.html %}
{% endif %} {% endif %}
{% endfor %}

Table of Contents

    {% for item in page.article_body.content.paragraphs %} {% if item.t_headline %} {% capture tocslug %} {{ item.t_headline }} {% endcapture %}
  • {{ item.t_headline }}
  • {% endif %} {% endfor %}
{% if page.child_id or page.parent_id %}

{{ site.data.languages[page.language].global.t_article_right }}

{% endif %}
{% if page.article_body.content.heading.paragraphs.call_to_action.p_type == 'appointment' %}
{% include sections/cta_appointment_signup.html %}
{% endif %}
{% assign key = page.language | append:'_articles' %} {% assign news = site[key] | sort: "date" | reverse %}
{% assign first_three = "" %} {% assign count_first_three = 0 %} {% for item in news %} {% unless seen_urls contains item.url %} {% capture first_three %}{{ first_three }}|{{ item.url }}{% endcapture %} {% capture seen_urls %}{{ seen_urls }}|{{ item.url }}{% endcapture %} {% assign count_first_three = count_first_three | plus: 1 %} {% endunless %} {% if count_first_three == 3 %} {% break %} {% endif %} {% endfor %}
{% assign rendered = 0 %} {% for item in news %} {% if rendered < 3 and first_three contains item.url %}
{% if item.article_body.content.heading.image.i_image %} {% assign post_image = item.article_body.content.heading.image.i_image %} {% assign post_title = item.article_body.content.heading.t_title | strip_html %} {% picture width_500 collections/{{ post_image }} alt="{{ post_title }}" class="card-img" %} {% endif %}
{{ item.category | strip_html | replace: '-', ' ' | capitalize | replace: 'Pos', 'POS' }}
{{ item.article_body.content.heading.t_title | strip_html | truncatewords: 7, "..." }}

{{ item.article_body.content.heading.t_description | strip_html | truncatewords: 12, "..." }}

{% if item.article_body.json-ld_article.v_date_published %} {{ item.article_body.json-ld_article.v_date_published | date: "%B %d, %Y" }} {% else %} {{ item.date | date: "%B %d, %Y" }} {% endif %}

Read More
{% assign rendered = rendered | plus: 1 %} {% endif %} {% if rendered == 3 %}{% break %}{% endif %} {% endfor %}