Product description in two locations due to vitals add - Dawn Theme

Hi all,

I have added a custom code it has located it in the normal place then at the bottom.

I have looked at the settings I can change the location of the reviews but it then places it where the description is at the top.

Pulling my hair out and nothing is working that I am finding.

I’m happy for you to have access to the website in exchange of lots of coffee

I can help, why don’t you send me a PM so I can get a few more details and possibly help without access? I would love to see the URL to your product page.

Hi @CorinnaJJ ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi everyone,

my website www.beautiful-living.co.uk

password is: yitsoo

I have been trying to move the product description to under the product images. please see images

This is the code that I found from another post here on shopify discussion, the code was added to a custom link, but I can only put it on the top of the page or right at the bottom. :neutral_face:

{%- if product.description!= blank -%}

Product Description

{{ product.description }}
{%- endif -%}

It has worked successfully, however, it has set it self to under the product reviews. The product reviews have been pulled through from an app called ‘Vitals’. If I have ‘vitals’ product reviews added to ‘add block’ it then formats the how the original product description is on top of the page, so like a column - which I don’t want. I really like how the reviews are now, the width of the page.

You can see from picture ‘Text 1’ the product description is the original format for the Dawn theme with the product reviews on how I want them. (I’m not sure how you can add the product reviews to an add block but still keep it in the same format as below) - that format you see there is vitals doing it’s own thing.

If you see the 2nd picture you can see the custom link coding for the product description has placed itself right at the bottom.

The 3rd image is a screen shot showing where I would like the product description.

Last image with the image text boxes (bra images) I am also wanting to have this option on my product pages, I see you have the option on the dawn theme but you are limited where you can place them.

I really hope I have been descriptive enough.

Thank you,

Corinna

Hi @CorinnaJJ ,

As far as I understand, on the Product page, the Product description is displayed in 2 different positions and you want to only display the Product description under “Vitals” review

You just need to remove the Product description code from the Product page

In Online store, select ThemesMore(button next to Customize)->Edit code

In the main-product.liquid file, find the following code:

{%- when 'description' -%}
   {%- if product.description != blank -%}
      <div class="product__description rte quick-add-hidden" {{ block.shopify_attributes }}>
          {{ product.description }}
      </div>
   {%- endif -%}

This is the code that allows the Product description to be displayed in the default position on the Product page

Please comment them as follows:

<!-- {%- when 'description' -%}
        {%- if product.description != blank -%}
           <div class="product__description rte quick-add-hidden" {{ block.shopify_attributes }}>
               {{ product.description }}
           </div>
         {%- endif -%} -->

Click Save to save changes.

For image text boxes (bra images), this is not a section for the Product page, so unfortunately you cannot add this section.

Hope it helps @CorinnaJJ

Hiya,

No I want the product description to be displayed above the vital reviews but not on the right hand side I want them central.

Do you want the description, which is currently on the right-hand side, to be full width?

This would place it above the reviews and centered.

Hi are you from Hanoi? I’ve had someone look at my website, and played about with it and they managed to move my product description? What they done was correct, but unsure if they took out the bottom product description. ?

Hiya, so someone logged on and done it but unsure who it was, the vitals app records people acting a buyers. So who ever done this, this is what I want. Please reveal yourself :grinning_face_with_smiling_eyes:

1 Like

Glad you got it fixed! Unfortunately it wasn’t me lol. But if you need any other assistance feel free to post again here and someone will try and help.