Right: Title, variants, personalisation fields, price, add to cart, delivery info
My theme files involved are:
sections/product-information.liquid
snippets/product-information-content.liquid
The _product-details and _product-media-gallery blocks
The description is currently rendered inside the _product-details block (right column). I need it moved into the left/media column, below the thumbnails.
I do NOT want to use a third-party app. I want a clean code edit to the theme files only.
Any help with the exact code changes needed would be hugely appreciated!
The type of modifications which you are requesting for, would probably require the collaborator access because no one can’t guess randomly what is in those files without looking at it.
I’m guessing your main goal is to only show the product description below the images which isn’t that difficult to do since shopify renders the product description with {{ product.description }}.
What you can do is either locate where your thumbnails are in those files and call the product description as mentioned above. OR just share the collaborator request code with me in my private messages if you want me to take care of it. Happy to do so.
Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.