This example was tested on the Venture Theme, results may differ between themes
- Add metafield in Admin under Product Category
Product Recommendation Tag
it will generate the namespace and key asmy_fields.product_recommendation_tag
. Click "select content type", select Text and leave as default. Save.
- Copy Liquid Template
product-recommendations-metafield.liquid
inSections
- Copy Liquid Template
product-card-cart.liquid
inSnippets
- Add
{% section 'product-recommendations-metafield' %}
toproduct.liquid
inTemplates
(see example file)
For example, we will use a main product and available accessories for that product:
- Go into each main product and set the metafield value
- Now add that value as a
Tag
on each accessory product this will make it show on the main product