In this article, we will explain you, that how to add product description in table format.
Here, we will use one html code, to display the product description in table format into the mobile app. You can also add this code using Add single product section as well as via Bulk upload facility.
Below, we have created one table code for your product descriptions, and you need put this in short or long description in bulk product import/export sheet and it will display in proper product description into the mobile app.
Steps:
- [Put Description or title for your Product Description(optional)]
- [Put section title in place of Material]
- [Put content in the created section, in place of Alloy, you can put your content]
- [Put section title in place of Stones Used]
- [Put content in the created section, in place of xyz, you can put your content]
- [Put section title in place of Used]
- [Put content in the created section, in place of abc, you can put your content]
Description Title <br>
<table border="0">
<tbody>
<tr>
<td width="30%" style="font-weight:bold">Material</td>
<td width="20%"> </td>
<td width="50%">: Alloy</td>
</tr>
<tr>
<td width="30%" style="font-weight:bold">Stones Used</td>
<td width="20%"> </td>
<td width="50%">: xyz</td>
</tr>
<tr>
<td width="30%" style="font-weight:bold"> Used</td>
<td width="20%"> </td>
<td width="50%">: abc</td>
</tr>
</tbody>
</table>
In this way, you can create more lines for your product description, just copy and paste the above code in the next line and change the title and the content text. You can update the existing product details using export feature and add this product description code and import the same. Your products will get updated.
COPY and PASTE CODE: (for every new line)
<tr>
<td width="30%" style="font-weight:bold"> Used</td>
<td width="20%"> </td>
<td width="50%">: abc</td>
</tr>
I certainly hope this will help you for sure. If you need any further assistance, feel free to contact us on support@quickeselling.com
Comments
0 comments
Please sign in to leave a comment.