Hi, I am working on dawn theme. I want to add judge.me reviews widget in custome code so that I can display reviews in my custom section template.
I am using this snippet but it not working.
{%- when ‘judgeme’ -%}
Hi, I am working on dawn theme. I want to add judge.me reviews widget in custome code so that I can display reviews in my custom section template.
I am using this snippet but it not working.
{%- when ‘judgeme’ -%}
Hi @sohail740
You should contact Judge.me for support regarding this issue.
It’s likely that the variable {{ product.metafields.judgeme.widget }} isn’t working.
You may need to use {{ card_product.metafields.judgeme.widget }} instead. You can give it a try before contacting the Judgeme team.
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Hi @sohail740 ,
I would recommend you contact us at support@judge.me so we can help you with the widget setup in your theme cause the review widget code might be different from one theme to the next.
In the meantime, if you are willing to give it a try first, I would suggest you try this code to see if it works or not:
{{ card_product.metafields.judgeme.widget }}
Hope it works for you.
try instead of a when and if
so
{%- if “judgeme” -%}
{% endif %}