Table Integration Guide with Online Store 2.0 Themes

Adding Smart App Tables integration code to your theme is a one-time setup that automatically displays your product tables on your storefront.

Steps:

1. Go to your Shopify admin.

2. Click Online Store > Themes > Actions.

Screenshot 1

3. Click "edit code"

Screenshot 2

 4. Add the following code where you'd like the tables to show:

{% render 'smartt', hideAssets:'0', product: product, smarttGroup: ‘1’ %}

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.

Screenshot 3


Raise a support ticket or email [email protected] for free installation.

📖 Related Articles