In which table (in database) are stored related products for each product? I have set related products for each of my product in that way: CS-Cart Documentation — CS-Cart 4.15.x documentation
Now I also want to display them somewhere else, but I can't find them in database so I could connect to database and select them using my custom php script. Any help would be appreciated.
Thank you
I found them. They are stored inside cscart_bm_blocks_content, as a block content. You have to find correct block ID and there they are.