Adding Prime App Tables code into your theme is a one-time activity that once done you do not have to worry about later. If you are not comfortable adding the code simply raise a support ticket here or email us at support@getinstashop.freshdesk.com and we will take care of it.

Steps:

  1. Go to your Shopify admin.
  2. Click Online Store > Themes > Actions


3. Edit the code.

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


     {% render 'primet', hideAssets:'0', product: product, primetGroup: '1' %}



Note: The actual place where you insert the code will differ as per the installed theme.

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.



If you have problems with the installation or want to change the location of the tables, please raise a support ticket here or email us at support@getinstashop.freshdesk.com and we will take care of it.