Hey there!
I want to add a custom field for products that the admin can fill at the backend and it will be visible on the frontend (product page) ONLY to admins.
Is there any app that can do that?
@tigranhak May this help you.
- Goto the Shopify App Store, and get the free app called Metafields Editor. Install it.
- Open the Metafields Editor app. Find the product you want to add a custom field to
- Click to âAdd a new metafieldâ
- Fill in the four fields as follows:
The namespace field is where youâd type in the kind of product that this field applies to. For example: books, bracelets, or pet collars.
The key would be a description of the field you are adding. For example: publisher, manufacturer, or cleaning_method.
The value type will be âstringâ if you will add text data to your custom field, and âintegerâ if the data will be numerical. You can put numbers in a âstringâ field, however you wonât be able to use it in calculations unless it is set to âintegerâ.
Add the contents of your custom field to the âValueâ box.
5.Click SAVE
Thanks a lot for the quick response!
I followed your steps, but how can I make that value appear on the product page ONLY to the admin? Currently it is only visible on the backend.