checkout class

Fix Domain Name Showing Instead Of Title In Browser Tab [Shopify]

Full Video Tutorial:

Code You Need To Add In The <head> Tag:

 <title>
      {{ page_title }}
      {%- if current_tags %} &ndash; tagged "{{ current_tags | join: ', ' }}"{% endif -%}
      {%- if current_page != 1 %} &ndash; Page {{ current_page }}{% endif -%}
      {%- unless page_title contains shop.name %} &ndash; {{ shop.name }}{% endunless -%}
 </title>

{% if page_description %}
      <meta name="description" content="{{ page_description | escape }}">
{% endif %}

Customize Your Shopify Store without Paying for Apps

Enter your email below and I will send you detailed coding tutorials you can follow and implement even if you don't understand coding.

    We won't send you spam. Unsubscribe at any time.