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?
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?
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:
Go to Online Store > Themes > Actions > Edit Code.
Open the product-template.liquid.
Find {{ product.description }} and then copy and remove the following code:
{{ product.description }}
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
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.