Product page requires contact description

Hello, on my website I have a few products that require contact in order to sell them. When I add a product to the require-contact layout, it removes the product description from that product. I will link an example.

https://www.bbqpitstop.com/products/yoder-ys640-w-acs?_pos=2&_sid=5719e7de6&_ss=r

As you can see on this product, there is no product description. I would like to be able to add that into the product.

1 Like

@mrmeat

oh sorry for that if you have able to code try this or send product page code here

{{ product.description }}

Hi @mrmeat ,

Please send me the code of the file ‘product-template-requires-contact’ or a file with similar name containing the code for this template.

I will help you check and add it

{%- if template.suffix != ‘quick_view’ -%}

{%- endif -%} {%- assign current_variant = product.selected_or_first_available_variant -%} {%- assign featured_media = product.selected_or_first_available_variant.featured_media | default: product.featured_media -%} {%- capture description -%}
{{ product.description | replace: ' {%- if template.suffix != 'quick_view' -%} {%- unless no_container -%}
{%- endunless -%}
{%- endif -%}
{%- include 'product-single-media' -%}
{%- include 'product-single-vendor' -%} {%- include 'product-single-name' -%} {%- include 'product-single-short-desc' -%} {%- include 'product-single-price' -%}
{%- include 'product-single-form-conto', align_center_button: true, full_qty_box: true-%}

{%- if template.suffix != ‘quick_view’ -%}

{%- unless no_container -%}
{%- endunless -%} {%- endif -%}
1 Like

Hi @mrmeat ,

I checked and the file you sent is incorrect. Can you send me the screenshot of the template files, I will help you to find the file name

@mrmeat

can you please share product template code