Table Integration Guide
Mane Ankit
Last Update 8 hari yang lalu
Adding table integration code into your theme is a one-time activity that once done you do not have to worry about later.
Steps:
1. Go to your Shopify admin.
2. Click Online Store > Themes > Actions.

3. Click Edit code.

4. Add the following code where you'd like the tables to show:
For showing the table on the product pages place the code in the sections/main-product.liquid file. Search for {{product.description}} and place the above-mentioned code above the description line.
This will display the badge table above the description of the product. You can place the installation code anywhere else depending on your requirements.

If you have problems with the installation or want to change the location of the table, please email us at [email protected] and we will take care of it.
