I am setting up a new shopify website after moving away from magento, and I want to create a specification table to appear on all products. I’d like it to look something like this:
What I would like is to have the table use information stored in tags or metafields to fill the column on the right. I am currently using the debut theme, any idea how I could implement this?
You could achieve this by using a custom product template. In the custom product template you would add some code to grab the meta data and format it into a table.
I’m happy to help if you’d be interested. Let me know.