Hey, could anyone explain to me how to implement this in my store? Thanks
My meta field info
Hey, could anyone explain to me how to implement this in my store? Thanks
My meta field info
I’d say you should follow the steps in tutorial and your code to paste in step 3 should be:
{% render "variant-dynamic-metafield",
product: product,
selected_variant: product.selected_or_first_available_variant,
display: "inline-block",
namespace: "custom",
key: "variant_description_rich_text"
%}
You’d need to find a place in your theme code where to paste it, this will depend on your theme and where you want this content to show.
@tim_1 Thank Tim! I want to show the metafield under the product title.
Here’s the link to the product page: https://060ef5-5.myshopify.com/products/cupcake-catastrophe-ready-to-read-graphics-level-1-chi-chi-a…
hmm. Can’t 100% tell what theme you’re using but it looks similar to free themes from Shopify, prolly Dawn.
In this case, if your theme has “Custom Liquid” block for product page section, instead of adding code in theme code editor for step 3 you can paste it into a “Custom Liquid” block and place it below your title block.
You’d need to add snippet code in code editor anyway.