Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

<div class="full-width clearfix">

<div class="pp-main">
{% assign current_variant = product.selected_or_first_available_variant %}
<div id="productHead" itemscope itemtype="http://schema.org/Product" class="
sectionWrap halfGutter product_varation_type_{{ product_varation_type }}">
<meta itemprop="url" content="{{ shop.url }}{{ product.url }}">
<meta itemprop="name" content="{{ product.title}}">
<meta itemprop="image" content="{{ product.featured_image.src | img_url: 'grande' }}">

<div class="grid flexGrid gridAlignTop">


<div class="productImages half flexItem gridAlignTop flexGrid
product_tumail_{{ settings.product_tumail_position }}
product_image_size_{{ product.images.size }}" >
{% include 'product-image' %}
{% if settings.social_sharing_products %}
{% include 'social-sharing-product' %}
{% endif %}

</div>

<div class="productInfo half flexItem {% if settings.product_review_hide_when_empty


%}hide_empty_review{% endif %}" itemprop="offers" itemscope
itemtype="http://schema.org/Offer">
<meta itemprop="priceCurrency" content="{{ shop.currency }}">
<link itemprop="availability" href="http://schema.org/{% if product.available
%}InStock{% else %}OutOfStock{% endif %}">
<h1>{{product.title}}</h1>
<!-- <div class="ryviu-widget"></div> -->
<div class="loox-rating" data-id="{{ product.id }}" data-
rating="{{ product.metafields.loox.avg_rating }}" data-
raters="{{ product.metafields.loox.num_reviews }}"></div>
<span class="shopify-product-reviews-badge" data-id="{{ product.id }}"></span>

{% if settings.price_under_descr == false or settings.price_under_descr == false and


settings.enable_description_tabs == true %}
{%include 'prodprice' %}
{% endif %}

{% if settings.display_sizing_chart %}
<a href="#" data-getPopout="#sizeChart" class="hasPop sizing_popup_trigger">
{{ settings.sizing_cart_link_text }}
</a>
{%endif%}

{% if settings.add_cart_under_descr == false or settings.add_cart_under_descr == false


and settings.enable_description_tabs == true %}
{%include 'prodform-custom' varation_type: product_varation_type %}
{% endif %}
<ul class="product_extra_texts">
{%for i in (1..10)%}
{%capture getText%}product_info_text_{{i}}{%endcapture%}

{%if settings[getText] != blank %}


<li class="product_extra_text_{{i}}">{{ settings[getText] }}</li>
{% endif %}
{%endfor%}
</ul>
{% include 'code_salessniper' %}
{% if settings.desc_width == false and settings.enable_product_tabs == false or
settings.enable_description_tabs == false %}
{%include 'product-accordian'%}
{% if settings.price_under_descr == true %}

{% endif %}
{% if settings.add_cart_under_descr == true%}
{%include 'prodform-custom' varation_type: product_varation_type %}
{% endif %}
{% if settings.product_show_cart_btn_footer and settings.sticky_addcart == false %}
{%include 'prodprice' %}
{%include 'prodform-bottom-custom'%}
{%endif%}

{%endif%}

{% if settings.sticky_addcart %}
{%include 'prodform-bottom-custom'%}
{%endif%}
</div>
<!-- <div class="productInfo">
{% if settings.desc_width == true and settings.enable_product_tabs == false or
settings.enable_description_tabs == false %}

{%include 'product-accordian'%}
{% if settings.price_under_descr == true %}
{%include 'prodprice' %}
{% endif %}
{% if settings.product_show_cart_btn_footer and settings.sticky_addcart == false %}
{%include 'prodprice'%}
{%endif%}
{% if settings.add_cart_under_descr == true%}
{%include 'prodform-custom' varation_type: product_varation_type %}
{% endif %}
{% if settings.product_show_cart_btn_footer and settings.sticky_addcart == false %}
{%include 'prodform-bottom-custom'%}
{%endif%}

{%endif%}
{% if settings.desc_width == true and
settings.enable_product_tabs == false and settings.product_review_enable %}

<div id="shopify-product-reviews" data-


id="{{product.id}}">{{ product.metafields.spr.reviews }}</div>
<div id="looxReviews" data-product-
id="{{product.id}}">{{ product.metafields.loox.reviews }}</div>
<!-- <div class="ryviu-show-reviews" product-
handle="{{product.handle}}">{{product.metafields.ryviu.reviews}}</div> -->
{% endif %}
</div>
<!--productInfo-->
</div>

{% if settings.enable_product_tabs %}
{%include 'prodtabs' %}
{% endif %}

{%if product and settings.product_zoom_type == 'inpage' %}


<div class="zoom_images_wrap">
{% assign count = 1 %}
{%for image in product.images%}

<a class="fancybox fancybox_{{ product.id }} zoom_images


zoom_images_count_{{ count }}" href="{{ image.src | img_url: 'master' }}"></a>
{% assign count = count | plus: 1 %}
{%endfor%}
</div>
{%endif%}
{%include 'related-items'%}

{%if product.variants.size > 1%}

{%include 'optionsCD',varation_type: product_varation_type %}


{% else %}
{{ "shopify.image.js" | asset_url | script_tag }}
{%endif%}

<hr>

{% if settings.desc_width == false and settings.enable_product_tabs == false and


settings.product_review_enable %}

<div id="shopify-product-reviews" data-


id="{{product.id}}">{{ product.metafields.spr.reviews }}</div>
{% endif %}

<div class="grid grid_block_wrap">


<div class="flexGrid gridJustify centerColumns">
<div class="fullSpan flexItem grid_sections text-center">
<div class="grid_sections" style="padding: 50px 4px 0px 4px;" style_desktop="padding:
50px 4px 0px 4px;" style_mobile="padding: 50px 4px 4px 4px;">
<div>
<h2 style="color:#000; text-align:center">“This product is a literal Life Changer! It saves
me time , money , and nothing makes me feel more confident then a clean makeup brush!”</h2>
</div>
</div>
</div>
</div>
</div>
<div class="bgp-image-espn">
<img class="lazyloadimage blur-up lazyautosizes lazyloaded" alt=""
src="https://cdn.shopify.com/s/files/1/0308/5041/6777/files/ESPN.jpg?v=1580162736" data-
src="https://cdn.shopify.com/s/files/1/0308/5041/6777/files/ESPN.jpg?v=1580162736">
</div>

You might also like