Probleme description sur fiche produit

Bonjour , j’ai un probleme sur la description produit, sur mon site je me retrouve avec 2 fois la meme description alors que j’en ai fait q’une , et sa sur tout les produits, et j’ai aussi 2 fois les boutons (partager sur facebook,twitter,pinterest), si quelqu’un peut m’aider !!! merci a vous.

1 Like

Bonjour,

Copiez-collez le code de votre product.template.liquid ici.

1 Like

meme chose sur tout mes produits

Bonjour,

Copiez-collez le code de votre product.template.liquid ici.

{% comment %} Get first variant, or deep linked one {% endcomment %} {%- assign current_variant = product.selected_or_first_available_variant -%} {%- assign product_image_zoom_size = '1024x1024' -%} {%- assign product_image_scale = '2' -%} {%- assign enable_zoom = section.settings.enable_zoom -%} {%- assign compare_at_price = current_variant.compare_at_price -%} {%- assign price = current_variant.price -% }

{% case section.settings.image_size %}
{% when ‘small’ %}
{%- assign product_image_width = ‘medium-up–one-third’ -%}
{%- assign product_description_width = ‘medium-up–two-thirds’ -%}
{%- assign product_thumbnail_width = ‘medium-up–one-third’ -%}
{%- assign height = 345 -%}
{% when ‘medium’ %}
{%- assign product_image_width = ‘medium-up–one-half’ -%}
{%- assign product_description_width = ‘medium-up–one-half’ -%}
{%- assign product_thumbnail_width = ‘medium-up–one-quarter’ -%}
{%- assign height = 530 -%}
{% when ‘large’ %}
{%- assign product_image_width = ‘medium-up–two-thirds’ -%}
{%- assign product_description_width = ‘medium-up–one-third’ -%}
{%- assign product_thumbnail_width = ‘medium-up–one-fifth’ -%}
{%- assign height = 720 -%}
{% when ‘full’ %}
{%- assign product_image_width = ‘’ -%}
{%- assign product_description_width = ‘’ -%}
{%- assign product_thumbnail_width = ‘medium-up–one-eighth’ -%}
{%- assign height = 1090 -%}
{%- assign enable_zoom = false -%}
{% endcase %}

{%- assign featured_image = product.selected_or_first_available_variant.featured_image | default: product.featured_image -%} {% for image in product.images %} {% capture img_id %}FeaturedImage-{{ section.id }}-{{ image.id }}{% endcapture %} {% capture img_class %}product-featured-img{% endcapture %} {% capture zoom_img_id %}FeaturedImageZoom-{{ section.id }}-{{ image.id }}{% endcapture %} {% capture img_wrapper_id %}{{ zoom_img_id }}-wrapper{% endcapture %} {%- assign img_url = image | img_url: '1x1' | replace: '_1x1.', '_{width}x.' -%}

{% include ‘image-style’ with small_style: true, width: height, height: height, wrapper_id: img_wrapper_id, img_id: img_id %}

{{ image.alt | escape }}
{% endfor %} {% capture product_image_size %}{{ height }}x{% endcapture %} {{ featured_image.alt }}

{% if product.images.size > 1 %}
{% if product.images.size > 3 %}
{%- assign enable_thumbnail_slides = true -%}
{% endif %}

{% if enable_thumbnail_slides == true %} {% include 'icon-chevron-left' %} {{ 'sections.slideshow.previous_slide' | t }} {% endif %}
    {% for image in product.images %}
  • {{ 'sections.featured_product.gallery_thumbnail_alt' | t: imageAlt: image.alt | escape }}
  • {% endfor %}
{% if enable_thumbnail_slides == true %} {% include 'icon-chevron-right' %} {{ 'sections.slideshow.next_slide' | t }} {% endif %}
{% endif %}

{{ product.title }}

{% include 'product-price', variant: current_variant %}

{%- if shop.taxes_included or shop.shipping_policy.body != blank -%}

{%- if shop.taxes_included -%} {{ 'products.product.include_taxes' | t }} {%- endif -%} {%- if shop.shipping_policy.body != blank -%} {{ 'products.product.shipping_policy_html' | t: link: shop.shipping_policy.url }} {%- endif -%}
{%- endif -%}

{% capture “form_classes” -%}
product-form product-form-{{ section.id }}{% unless section.settings.show_variant_labels %} product-form–hide-variant-labels{% endunless %}{% if section.settings.enable_payment_button and product.has_only_default_variant%} product-form–payment-button-no-variants{% endif %}
{%- endcapture %}

{% form ‘product’, product, class:form_classes, novalidate: ‘novalidate’, data-product-form: ‘’ %}
{% unless product.has_only_default_variant %}
{% for option in product.options_with_values %}

{{ option.name }}
{% endfor %} {% endunless %}

{% if section.settings.show_quantity_selector %}

{{ 'products.product.quantity' | t }}
{% endif %}
{% include 'icon-error' %} {{ 'products.product.quantity_minimum_message' | t }}
{% unless current_variant.available %} {{ 'products.product.sold_out' | t }} {% else %} {{ 'products.product.add_to_cart' | t }} {% endunless %} {% include 'icon-spinner' %} {% if section.settings.enable_payment_button %} {{ form | payment_button }} {% endif %}
{% endform %}

{%- comment -%}
Live region for announcing updated price and availability to screen readers
{%- endcomment -%}

{%- comment -%}
Live region for announcing that the product form has been submitted and the
product is in the process being added to the cart
{%- endcomment -%}

{{ 'products.product.loader_label' | t }}

{{ product.description }}
{{ product.description }}
{{ product.metafields.spr.reviews }}

{% if section.settings.show_share_buttons %}
{% include ‘social-sharing’, share_title: product.title, share_permalink: product.url, share_image: product %}
{% endif %}

{% unless product == empty %}

{% endunless %}

Supprimez ceci :

Bonjour,

effectivement la réponse était simple. Par contre bizarre que ça affiche deux fois.