Adding Smart App Tables integration code to a vintage or custom Shopify theme is a one-time setup that displays your product tables on your storefront.
Steps:
- Go to your Shopify admin.
- Click Online Store > Themes > Actions

3. Edit the code.

4. Add the following code where you'd like the tables to show:
Note: The actual place where you insert the code will differ as per the installed theme.
{% render 'smartt', hideAssets:'0', product: product, smarttGroup: ‘1’ %}

For showing the tables on the product pages, place the code in the sections/product-template.liquid file. Search for {{product.description}} and place the above-mentioned code above the description line. This will display the tables above the description of the product. You can place the installation code anywhere else depending on your requirements.
Expected Result
Tables display at the selected position on matching product pages.
Contact [email protected] if you need free installation assistance.
Troubleshooting
The table is not visible on the store
- Confirm tables are published in Smart App.
- Verify the render code is in your active theme file.