
Webify Metafields Editor
Simplify metafield management and unlock more store potential
Rating
4.7
feedback
74
chart
#1,818
All reviews
Aug. 20, 2016
More than likely this is a good app, but I must agree with some of the others on here that there are no directions for it. My developer walked me quickly thru adding one product. Not for the novice store owner, for sure. Contacted support, but no response. Basically, my store isn't functioning properly because I don't know how to use it. A UTUBE tutorial on how to add, delete and edit would be great.
July 14, 2016
I had to get someone to properly map the code from my API but after that it worked great. A huge time saver.
July 17, 2016
So, my first review for this app was pretty dismal, I initially had some difficulty with support, but boy when they got on it, they really got on it! Thank you Richard for your great support. I really thank you, I didn't expect such great results, specially through the weekend. Thank you again! Victoria Nicols www.hotdiggity.dog
June 20, 2016
Has been quite useful in allowing the creation of functionality we weren't sure we could achieve with Shopify. For complex stores with customized themes, this may be a useful component (of multiple that we use, including Chrome custom fields editor) to achieve desired customization.
July 13, 2015
this app is free and helps you find flaws with your products if you have a lot of apps, for example, did you accidentally duplicate your bold-apps sale item? then it has metafields it should not have. cant figure out how to clear it up? use this app it's not meant to be excellent on the UI it's meant to get the job done and it really does what it says it will do, that's why i give 5 stars advanced users may have some more use out of it but we use it to spot check our site
June 16, 2015
Using this for related product metafields. What stops me giving this a higher mark is the search function which is a complete waste of time as it only works if you know the exact product title. If there was a way of searching product titles for specific keywords I'd give this 4 stars. And if there was a bulk edit function rather than having to click on every single product one by one, it'd get 5 stars.
April 1, 2015
Works good, will take some time to understand how it works for the novice.
Jan. 30, 2015
Really simple app that works well. But I wish it showed all possible metafields for all products automatically.
Jan. 26, 2015
This app may not be for everyone--you may not even need to use it for your theme. But, I had some very specific needs for the site's homepage that couldn't be coded using the "Edit HTML/CSS" option for various reasons. So, if you have a special need like that, this is great. And it's free.
Oct. 2, 2014
This app has been essential to our store adding the necessary information that was not available in the regular Shopify fields. Using the MetaFields Editor we have been able to add & change additional information on our product pages. Inserting the code in the HTML/CSS editor was easy.
Using app
About 1 month
Total reviews
4
Average rating
4.8
July 8, 2013
It is excellent! The only missing part is a manual. For users. Make sure add the same codes to product.description-bottom. Here I share advanced edition for this app: Here is the code you may use for product metafield and show a text associated with it where you add a metafield, so you dont have to write the same info in "value" every time. Example > Language: English in "value", NOW just write English in "value" and Language: instead YOUR TEXT in code below Note the space between TEXT and {{ is necessary to show the info nice. The class= can be changed as your convenience. {% if product.metafields.namespace contains 'key' %} YOUR TEXT {{ product.metafields.namespace.key }} Replace namespace and key for your info You have a nice metafield Thank you to Neil from (www.redhottoys.co.uk) for this, and off course Webify (www.webifytechnology.com) for its great app. If someone can share how would be for variants to show just the info of a specific variant would be appreciate for me and sure the community. Best!