Custom Field in Product Description custom theme

Hi @shineveracruz

The text input is now added only for products tagged with customized_fields_enabled

The final code to add was:

{% if product.tags contains "customized_fields_enabled" %}

  
  

{%endif%}

Please don’t forget to like our replies and mark the post as a solution if we’ve assisted you on that front :wink:

Cheers!

2 Likes