I am getting an error message when it comes to implementing this community thread. I have done steps 1-3 successfully, but when it comes to connecting the size chart to the collapsible row via this content: product.metafields.my_fields.size_guide | img_url }}" alt=“Top Notes” width=“530”>
Hi @David_SHT and @Guleria I was actually hoping to not always display the size chart which is why I wanted it to be collapsible so my customers can click to see only if they need it. The solutions you provided make the size chart always show. Do you know of any way to make this happen? I seen other threads showing it is possible. Thanks so much for the insight and help with this!
the code stated “my_fields” while my metafield was actually product.metafields.custom.size_guide"
once changed, it stated that there was no image. found out I had to add “<img src="{{” to the beginning of the code. This was the final code used:
<img src=“{{ product.metafields.custom.size_guide | img_url: ‘master’ }}” alt="Top Notes"width=“530”>