Shopify themes, liquid, logos, and UX
Hello,
I am using the debut theme and i wanted to know if it is possible to move the product description above the "add to cart" button?
Solved! Go to the solution
This is an accepted solution.
Hey there, @SULTRYSTYLE
Bo here from Shopify Support!
Great question! I was able to figure out how to do this by moving some code within the Debut theme. That said, I did speak with the themes team regarding this and they have found that having the Add to Cart button appear before the description actually increases conversions. Having it placed higher on the page ensures that the customer sees it immediately in will be more inclined to click it - especially if you have any products with longer descriptions - just something to consider!
Steps:
1. Go to Online Store > Themes > Actions > Edit Code.
2. Open the product-template.liquid.
3. Find {{ product.description }} and then copy and remove the following code:
<div class="product-single__description rte">
{{ product.description }}
</div>
4. Find <div class="product-form__error-message-wrapper and paste the code right above it. The finished code will look like this:
5. Click Save.
Your product page should now look something like this:
Let me know how this goes and if there is anything else I can assist you with, I'm happy to help!
All the Best,
Bo
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
Hey there, @SULTRYSTYLE
Bo here from Shopify Support!
Great question! I was able to figure out how to do this by moving some code within the Debut theme. That said, I did speak with the themes team regarding this and they have found that having the Add to Cart button appear before the description actually increases conversions. Having it placed higher on the page ensures that the customer sees it immediately in will be more inclined to click it - especially if you have any products with longer descriptions - just something to consider!
Steps:
1. Go to Online Store > Themes > Actions > Edit Code.
2. Open the product-template.liquid.
3. Find {{ product.description }} and then copy and remove the following code:
<div class="product-single__description rte">
{{ product.description }}
</div>
4. Find <div class="product-form__error-message-wrapper and paste the code right above it. The finished code will look like this:
5. Click Save.
Your product page should now look something like this:
Let me know how this goes and if there is anything else I can assist you with, I'm happy to help!
All the Best,
Bo
To learn more visit the Shopify Help Center or the Community Blog.
Hi Bo! This was really helpful! I have a follow up question. I recently put a description split into my code. Is there a way to move only the first part of my description above the buttons, and have the rest below the media running horizontally still? I have attached the section that pertains to my description.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024