Conversations about creating, managing, and using metafields to store and retrieve custom data for apps and themes.
hi,
I want to show the product specification table according to this blog "https://webforward.github.io/shopify-tables/". I am using the Ella Shopify theme according to the blog I created a snippet "specification-table" but does not have the option for product templates or product snippets to show the table. so please guide me.
Thank you,
Solved! Go to the solution
This is an accepted solution.
Hi, Pls follow below steps to add the table
1. Find the file "holo-product-tab.liquid" in your theme Snippets folder.
2. Insert into the code before the "content" param at line 157
{%- if block.type == 'description' -%}
{% render 'specification-table' %}
{%- endif -%}
Hope this helps.
Hey @uzairooo01
Ella is a complicated and highly customized theme. There are many product templates with different names from normal theme in the ella.
So you need to find out which product templates you are using.
Feel free to reach out if you have any questions.
This is an accepted solution.
Hi, Pls follow below steps to add the table
1. Find the file "holo-product-tab.liquid" in your theme Snippets folder.
2. Insert into the code before the "content" param at line 157
{%- if block.type == 'description' -%}
{% render 'specification-table' %}
{%- endif -%}
Hope this helps.
Thank you for your previous instructions on adding a table to my product description tab. Unfortunately, after following the steps you provided, I am still experiencing an issue where the table does not display properly, and the JSON data is shown instead.
I appreciate your assistance and would be grateful if you could provide further guidance on resolving this issue. Can you do it from my side if I give you theme editing access? Thank you once again for your help.
Hey, feel free to reach out at: sonyayuan08@email.com
I attempted to reach out to the email address you provided (sonyayuan08@email.com) but it appears to be invalid or non-existent. If you need to contact me, please use my email address: [redacted]
Regarding the guide you provided earlier, I followed the steps to add the table to my product description tab, but unfortunately, the table is not displaying correctly, and the JSON data is shown instead. I would appreciate any further guidance you could provide to resolve this issue.
Thank you for your understanding and assistance.
Thank you so much for helping me