How to move product description in Shopify?
August 23, 2024
Moving product descriptions can be a good solution to customize your store. For example, if you don't want to have a lot of content in the right column.
Moving product descriptions can be a good solution to customize your store. For example, if you don't want to have a lot of content in the right column.
Add custom Liquid
This section allows you to insert liquid code. We need it to display the description.
What is Liquid?
Liquid is a templating engine that is used to create dynamic web pages. It is developed by Shopify and is mainly used in their e-commerce platform.
The main goal of Liquid is to provide flexibility and convenience for developers to create customizable templates that can display different content depending on the context or user data.
Displaying the product description
We will use the following piece of code to display the product:
<div class=«page-width»>
{{ product.description }}
</div>