Product Tags in DB

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 yıl önce
Hi all,

Where are the product tags for a specific item stored in the DB? I know when you edit a product, you can assign the tags, but where are those associations stored in the database? Version 3.80.

Thanks,
Jon
7 yıl önce
ProductTag table. :)
7 yıl önce
wooncherk wrote:
ProductTag table. :)


I know that's where the tags are stored. But where is the relation between product and producttag exist?
7 yıl önce
In nopCommerce, a many-to-many relationship is always defined in table of the format [table_1]_[tabl2]_Mapping. In this case, Product_ProductTag_Mapping.

:)
7 yıl önce
Thank you! I don't know why I missed that table in the list. It's been a long day I guess :) Thanks again!
7 yıl önce
:D
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.