I am new to seblod.
I have two simele Tables:
COMPANIES
id
company_name
company_url
PRODUCTS
id
companies_id
product_name
Now i made a search/list of the products. This works so far.
But how can i show the company_name and company_url in the PRODUCTS list?
Thanks for any help