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?
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.
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?