BIOWEB review for Webify Metafields Editor
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!