Shopify Metafields not showing up

Hey All I tried to add a shopify metafield TITLE in my NORTH Theme, but for some reason when i go to customize my product to add the metafield, I click the block and the TEXT field is not showing up for some reason. Any Advise on a fix?

If you are trying to add a Shopify metafield to a product page in the North theme but are unable to see the text field for the metafield, there are a few potential reasons for this issue.

One possible reason is that the North theme does not include a text field for metafields by default. This means that you will need to add the text field manually in order to be able to enter values for your metafield.

To add the text field for your metafield, you will need to edit the theme code for your store. Specifically, you will need to edit the product.liquid file, which controls the layout and content of the product page. You can find this file in the Sections directory of your theme.

Once you have located the product.liquid file, you will need to add the following code to the appropriate location in the file:

{{ product.metafields.my_namespace.my_key }}

This code will output the value of your metafield on the product page. Make sure to replace my_namespace and my_key with the actual namespace and key for your metafield.

Another possible reason for not being able to see the text field for your metafield is that the North theme may have customizations or third-party code that is preventing the text field from being displayed. If this is the case, you will need to troubleshoot the customizations or code to determine the cause of the issue and find a solution.

I hope this information is helpful and resolves the issue you are experiencing with the North theme and metafields. If you have any further questions, please don’t hesitate to ask.

I just found out, My theme does have metafields active, but the problem im noticing is… Its active on the section blocks “Rich Text” I can add the meta field there but not in a “Product information” sections

Hi @Lifegetseasy ,

For an easier way to add text fields to product page compared to using Metafield, you should consider using the Free Easify Product Options app. This app lets you effortlessly create Text Boxes, Text Areas, and Number Text Boxes :hugs: . You can add these fields to all or specific product pages based on your preferences:

  • Start by creating a new option set:

  • Choose the desired option type: Text Box, Text Area, Number Text Box, among others.

  • Customize field details like name, text length, placeholder, tooltip, help text and more.

  • Select the products you want to add the text field to, and you’re done!

Besides text fields, Easify Product Options offers more useful option input types such as dropdown, checkbox, radio button, color/image swatches, file upload, etc :raising_hands: . Give it a try!