Hello,
Please share your site url.
So that I can check and let you know the exact solution here.
Hi,
want you intend does not seem to be possible with customization, but you could change the liquid file in question. In Brooklyn this is the file featured-product.liquid. Within the file search for "{% include 'product-price' " and comment out this and maybe the following lines.
{% comment %}
{% include 'product-price', variant: current_variant %}
{%- if shop.taxes_included or shop.shipping_policy.body != blank -%}
<div class="product-single__policies rte">
{%- if shop.taxes_included -%}
{{ 'products.general.include_taxes' | t }}
{%- endif -%}
{%- if shop.shipping_policy.body != blank -%}
{{ 'products.general.shipping_policy_html' | t: link: shop.shipping_policy.url }}
{%- endif -%}
</div>
{%- endif -%}
{% endcomment %}
<!--span id="ProductPrice"
class="product-single__price{% if variant.compare_at_price > variant.price %} on-sale{% endif %}"
itemprop="price"
content="{{ variant.price | divided_by: 100.00 }}">
{{ variant.price | money }}
</span-->
User | Count |
---|---|
25 | |
20 | |
17 | |
16 | |
15 |