Product tags

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
michal.fehér
Posts: 44
Joined: 05 Feb 2018, 09:57

Product tags

Post by michal.fehér » 26 Feb 2018, 18:05

Hi. Are product tags still available in Administration? I can see it in docs (https://aimeos.org/docs/File:Admin-prod ... l-tags.png), I can see the table in database, but I dont see section in admin.

The reason I am asking: I want to implement product labels, such as "New", "Discount", "Popular" etc. which would be visible in frontend too. I dont want to put it as an atribute or property, I want to have a separate section for this so it's not messy. I wanted to use tags for this purpose and then just make it visible in frontend.

Thanks.

User avatar
aimeos
Administrator
Posts: 8148
Joined: 01 Jan 1970, 00:00

Re: Product tags

Post by aimeos » 26 Feb 2018, 23:31

The infrastructure for tag (clouds) is there but you can't manage them in the admin interface at the moment nor are they used in the frontend in any way up to now but handling would be very similar to attributes. An alternative would be to store a CSS class in the config field of the products for now.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

antoniosequeira66
Posts: 19
Joined: 06 Dec 2022, 09:37

Re: Product tags

Post by antoniosequeira66 » 24 Apr 2024, 13:25

Hello All,

is there any updates on this issue?

I see Types -> Tags with Catalog and Products but can't find documentation how to use it.

Thanks in advance

User avatar
aimeos
Administrator
Posts: 8148
Joined: 01 Jan 1970, 00:00

Re: Product tags

Post by aimeos » 24 Apr 2024, 14:11

They are still not used in any way yet.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Jairus34
Posts: 12
Joined: 05 Aug 2024, 07:34

Re: Product tags

Post by Jairus34 » 20 Aug 2024, 03:22

I wanted to check if there have been any updates regarding this matter. Additionally, is it possible to add product tags using the existing tags table in Aimeos?

User avatar
aimeos
Administrator
Posts: 8148
Joined: 01 Jan 1970, 00:00

Re: Product tags

Post by aimeos » 20 Aug 2024, 06:51

Yes, but they are currently not used in the frontend.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Jairus34
Posts: 12
Joined: 05 Aug 2024, 07:34

Re: Product tags

Post by Jairus34 » 20 Aug 2024, 07:27

is it possible to add product tags in Aimeos admin?

User avatar
aimeos
Administrator
Posts: 8148
Joined: 01 Jan 1970, 00:00

Re: Product tags

Post by aimeos » 20 Aug 2024, 07:41

Currently not but we would add the necessary panel if you are able to create a pull request for displaying the tags in the frontend.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Jairus34
Posts: 12
Joined: 05 Aug 2024, 07:34

Re: Product tags

Post by Jairus34 » 20 Aug 2024, 08:23

Okay, is it possible for me to add that panel to the admin? I only need that functionality, and I am using JsonApi.

User avatar
aimeos
Administrator
Posts: 8148
Joined: 01 Jan 1970, 00:00

Re: Product tags

Post by aimeos » 20 Aug 2024, 08:28

Yes. You need a list/detail panel for tags to manage the tags and a sub-panel in the product detail panel to assign the tags to the products. If you create a PR, we are happy to merge it into the core :-)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply