How can I create a dynamic product information table on my product page?

Hello,

In my previous store (built in Magento) I had a product information table, displayed on the storefront product page with the specific characteristics of the product in view:

I wanted to do the same to my shopify store (using Symmetry) but so far I couldn’t. What I need is a table with two columns in which on the left column I have the designation of the information (“weight”, “dimensions”, etc) and this is the same for all the products. On the right column I have the specific product information (“2.5Kg” or “55 x 40 x 20 cm”, etc) that changes according to the product. For the right column I know I can create one product metafield for each information, but how do I put the table together and show it in my product page?

Thank you for your help.

You can create a new table in the default database using command " CREATE TABLE tableName " and " DROP TABLE tableName ". You can also apply condition " IF EXISTS " or " IF NOT EXISTS ". To create a table, you need to define all its columns, by providing the columns’ name, type, and attributes.

Hello,

Thank you for your quick reply. I’m not a programmer (i’m just a local store manager) so I need to ask you, where do I use that command? Thnks

How do you create a product table in access?
How to Create a Table in Access

  1. Click the Create tab.payment gateway in uae
  2. Click Table. …
  3. Click the Click to Add field heading. …
  4. Select the field type. …
  5. Type a name for the field. …
  6. Repeat Steps 3-5 to add the remaining fields to your table.
  7. When you’re finished adding fields, click the Close button and click Yes to save your changes.

I’m confused. On step 1 you mention payment gateway, but the table that i need to create is in the product page displayed in storefront.. Are we talking about the same thing?