{## /** * @category MonolithForge/OpenCart/Bootstrap4ThemeBasic * @package opencart-bootstrap4-theme-basic * @author dev@monolithforge.com * @copyright 2018 Monolith Forge, LLC * @license https://www.monolithforge.com/license/opencart-bootstrap4-theme-basic.txt * @version 3.0.2.0-bootstrap4-theme-basic-a6 */ #} {{ header }}
{% if richsnippets.breadcrumbs %} {% for mbreadcrumb in mbreadcrumbs %} {% if mbreadcrumb.text|striptags %} {% endif %} {% endfor %} {% endif %} {% if richsnippets.product %} {% set mlink = breadcrumbs|last %} {% if thumb %} {% endif %} {% if images %} {% for image in images %} {% endfor %} {% endif %} {% if richsnippets.offer %} {% endif %} {% if richsnippets.rating and review_no %} {% for mreview in mreviews %} {% endfor %} {% endif %} {% endif %}

{{ heading_title }}

    {% if images %} {% for image in images %}
  • {{ heading_title }}
  • {% endfor %} {% endif %}
    {% if thumb %}
  • {{ heading_title }}
  • {% endif %}
    {% if manufacturer %}
  • {{ text_manufacturer }} {{ manufacturer }}
  • {% endif %}
  • {{ text_model }} {{ model }}
  • SKU: {{ sku }}
  • MPN: {{ mpn }}
  • {% if reward %}
  • {{ text_reward }} {{ reward }}
  • {% endif %}
  • {{ text_stock }} {{ stock }}
  • {{ text_weight }} {{weight}}
  • {% if categories %}
  • {{ text_category }}: {% for category in categories %} {{ category.name }} | {% endfor %}
  • {% endif %}
{% if price %}
    {% if not special %}
  • {{ price }}
  • {% else %}
  • {{ text_special_price }} {{ special }}
  • {{ text_initial_price }} {{ price }}
  • {% endif %} {% if tax %}
  • {{ text_tax }} {{ tax }}
  • {% endif %} {% if points %}
  • {{ text_points }} {{ points }}
  • {% endif %} {% if discounts %}

  • {% for discount in discounts %}
  • {{ discount.quantity }}{{ text_discount }}{{ discount.price }}
  • {% endfor %} {% endif %}
{% endif %}
{% if options %}
{{ text_option }} {% for option in options %} {% if option.type == 'select' %}
{% endif %} {% if option.type == 'radio' %}
{{ option.name }}
{% for option_value in option.product_option_value %}
{% endfor %}
{% endif %} {% if option.type == 'checkbox' %}
{{ option.name }}
{% for option_value in option.product_option_value %}
{% endfor %}
{% endif %} {% if option.type == 'text' %}
{% endif %} {% if option.type == 'textarea' %}
{% endif %} {% if option.type == 'file' %}
{% endif %} {% if option.type == 'date' %}
{% endif %} {% if option.type == 'datetime' %}
{% endif %} {% if option.type == 'time' %}
{% endif %} {% endfor %} {% endif %} {% if recurrings %}

{{ text_payment_recurring }}

{% endif %}

{% if minimum > 1 %}
{{ text_minimum }}
{% endif %}
{% if review_status %}

{% for i in 1..5 %} {% if rating < i %}{% else %}{% endif %} {% endfor %} {{ reviews }} / {{ text_write }}


{% endif %}
{{ column_left }}
{{ content_top }}
{{ description }}
{% if attribute_groups %}
{% for attribute_group in attribute_groups %} {% for attribute in attribute_group.attribute %} {% endfor %} {% endfor %}
{{ attribute_group.name }}
{{ attribute.name }} {{ attribute.text }}
{% endif %}
{% if attribute_groups %}
{% for attribute_group in attribute_groups %} {% for attribute in attribute_group.attribute %} {% endfor %} {% endfor %}
{{ attribute_group.name }}
{{ attribute.name }} {{ attribute.text }}
{% endif %} {% if review_status %}
{{ text_write }} {% if review_guest %}
{{ text_note }}
    {{ entry_bad }}           {{ entry_good }}
{{ captcha }}
{% else %} {{ text_login }} {% endif %}
{% endif %}
{{ column_right }}
{% if tags %}

{{ text_tags }} {% for i in 0..tags|length %} {% if i < (tags|length - 1) %} {{ tags[i].tag }}, {% else %} {{ tags[i].tag }} {% endif %} {% endfor %}

{% endif %}
{{ content_bottom }}
{% if products %} {{ text_related }}
{% set i = 0 %} {% for product in products %} {% if column_left and column_right %} {% set class = 'col-xs-6 col-sm-6 col-md-4 col-lg-3' %} {% elseif column_left or column_right %} {% set class = 'col-xs-6 col-md-4' %} {% else %} {% set class = 'col-xs-6 col-sm-3' %} {% endif %}
{{ product.name }}

{{ product.name }}

{{ product.description }}

{{ text_sku }}: {{ product.sku }}
{{ text_manufacturer }}: {{ product.manufacturer }}
{% if product.price %}

{% if not product.special %} {{ product.price }} {% else %} {{ product.special }} {{ product.price }} {% endif %} {% if product.tax %} {{ text_tax }} {{ product.tax }} {% endif %}

{% endif %} {% if product.rating %}
{% for i in 1..5 %} {% if product.rating < i %} {% else %} {% endif %} {% endfor %}
{% endif %}
{% if column_left and column_right and (i + 1) % 2 == 0 %}
{% elseif column_left or column_right and (i + 1) % 3 == 0 %}
{% elseif (i + 1) % 4 == 0 %}
{% endif %} {% set i = i + 1 %} {% endfor %}
{% endif %}
{{ footer }}