ethan18
November 28, 2020, 9:36am
1
Hello!
I am using prestige theme, version: 4.11.0
APP:Growave
I want to put the Wishlist icons to collections,But the code has no effect.
I had success with the old version of the prestige theme.
Can anyone tell me how I should change it in the new version?
Thank you!
{% capture the_snippet_fave_icon %}{% include ‘ssw-widget-faveicon’ with product.id %}{% endcapture %}
{% unless the_snippet_fave_icon contains ‘Liquid error’ %}
{{ the_snippet_fave_icon }}
{% endunless %}

Did you find any solution to this?
Dear ethan18,
Please guide me towards the resolution of the same issue.
Hi Ethan!
We are glad that your question was solved. In case of any further questions, please contact us via live chat on our website or just email us support@growave.io .
Kind regards,
Growave Team
2 Likes
Dear @Aayush1 and @Santos1304
In order to solve this issue, please use this render.
{% capture the_snippet_fave_icon %}{% render ‘ssw-widget-faveicon’ with product.id %}{% endcapture %}
{% unless the_snippet_fave_icon contains ‘Liquid error’ %}
{{ the_snippet_fave_icon }}
{% endunless %}
In case of any questions, feel free to contact us via live chat on our website.
Kind regards,
Growave Team
2 Likes
Hi there, where exactly in the product template liquid should we past the above render? We’re using the prestige theme. Thank you!