View Single Post
  #4  
Old 09-15-2019, 10:10 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: How to Add Images as product Tags

You will have to code custom module and decorate the existing Tag model to add image to it. Then decorate the Views etc to account for the image.
One problem you will have is one product can have many tags so you have to think about what/where will show as image. Right now the tags show as text list only. So where will the image show with that list is up to the custom module.
Definitely possible although from customer point of view i don't really see the benefit.

And by the way if you go that route may I suggest adding text field (or another) instead of an image and reference an svg - it is so much easier on page load.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote