Hey
Voila ce qui apparait sur ma google search console
voici le code product-template.liquid code:
{% include 'breadcrumb' %}
{% case section.settings.add_to_cart_button_size %}
{% when 'small' %}
{% assign btn_class = 'btn' %}
{% when 'medium' %}
{% assign btn_class = 'btn btn--wide' %}
{% when 'large' %}
{% assign btn_class = 'btn btn--full btn--large' %}
{% endcase %}
{% if section.settings.add_to_cart_button_size == 'large' %}
{% endif %}
{% if section.settings.product_quantity_enable == false %}
{% endif %}
{{ product.metafields.opinew_metafields['rich_snippets'] }}
{% assign featured_image = product.selected_or_first_available_variant.featured_image | default: product.featured_image %}
{% for image in product.images %}
{%- capture img_wrapper_id -%}productPhotoWrapper-{{ section.id }}-{{ image.id }}{%- endcapture -%}
{%- assign max_width = 700 -%}
{%- assign max_height = 1024 -%}
{%- include 'image-logic' with width: max_width, height: max_height -%}
{%- assign img_url = image | img_url: '1x1' | replace: '_1x1.', '_{width}x.' -%}
{% if forloop.first == true %}
{% endif %}
{% endfor %}
{% if product.images.size > 1 %}
{% for image in product.images %}
-
{% endfor %}
{% endif %}
# {{ product.title }}
{% render 'opinew_review_stars_product' product:product %}
{% if section.settings.product_vendor_enable %}
{{ product.vendor }}
{% endif %}
{% assign variant = product.selected_or_first_available_variant %}
- {% include 'price' with variant.price %}
{% include 'product-unit-price', variant: variant %}
{% if product.compare_at_price_max > product.price and section.settings.product_show_saved_amount %}
- {% assign compare_price = variant.compare_at_price %}
{% assign product_price = variant.price %}
{% include 'price-sale' %}
{% endif %}
{% if section.settings.product_reviews_enable %}
-
{% endif %}
{%- if shop.taxes_included or shop.shipping_policy.body != blank -%}
{%- 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 -%}
{%- endif -%}
---
{% capture "form_class" -%}
addToCartForm{% if section.settings.enable_payment_button %} addToCartForm--payment-button{% endif %}
{%- endcapture %}
{%- capture "form_id" -%}addToCartForm-{{ section.id }}{%- endcapture -%}
{% form 'product', product, class:form_class, id:form_id, data-product-form: '' %}
{% if section.settings.product_quantity_enable %}
{% endif %}
{% if section.settings.product_quantity_message %}
{% include 'svg-definitions' with 'stock-icon' %}
{% assign qty = variant.inventory_quantity %}
{{ 'products.product.only_left' | t: count: qty }}
{% endif %}
{% if section.settings.product_incoming_message %}
{% if variant.inventory_management and variant.inventory_quantity == 0 or variant.inventory_quantity < 0 and current_variant.incoming %}
{% include 'svg-definitions' with 'stock-icon' %}
{% if variant.available %}
{% assign date = variant.next_incoming_date | date: format: 'date' %}
{{ 'products.product.will_not_ship_until' | t: date: date }}
{% else %}
{% assign date = variant.next_incoming_date | date: format: 'date' %}
{{ 'products.product.will_be_in_stock_after' | t: date: date }}
{% endif %}
{% endif %}
{% endif %}
{% if section.settings.enable_payment_button %}
{{ form | payment_button }}
{% endif %}
{% endform %}
---
{{ product.description }}
{% if section.settings.social_sharing_products %}
{% include 'social-sharing' %}
{% endif %}
{% comment %}Start automatically added Judge.me widget{% endcomment %}
{% render 'judgeme_widgets', widget_type: 'judgeme_review_widget', concierge_install: true, product: product %}
{% comment %}End automatically added Judge.me widget{% endcomment %}
{% if section.settings.related_products_enable %}
{% assign grid_item_width = 'large--one-fifth medium--one-third small--one-half' %}
{% include 'related-products' %}
{% endif %}
{% if section.settings.product_reviews_enable %}
---
{{ product.metafields.spr.reviews }}
{% endif %}
{% unless product == empty %}
{% if section.settings.product_quantity_message or section.settings.product_incoming_message %}
{% endif %}
{% endunless %}
{% schema %}
{
pouvez-vous m’aider?
