Hi everybody. I have added icons to my categories ...
# support
b
Hi everybody. I have added icons to my categories in the admin pannel but I can not see them in the storefront. How must I do this? Thanks in advance.
✅ 1
w
Hi, @BFX462heo In which environment?
b
HI @waiting_for_dev. In development.
w
And which frontend are you using? solidus_frontend or solidus_starter_frontend?
b
Solidus_starter_frontend
w
let me try
The default HTML doesn’t render them, but you can edit the file
app/views/taxons/show.html
and add:
Copy code
<%= image_tag(@taxon.icon) %>
Please, let us know if that fixes your issue or you need more help
b
Yes, it worked fine. I have also added it in
app/components/taxons_tree_component.rb
and works well. Thanks @waiting_for_dev.