netkingZ
Active member
Hello ,
I bought a Add-on and it have a custom field saved in db.
Add-on tables db are:
- xxx_custom_field
- xxx_field_value
the first one contains some information about custom field (id, position, ect.) , the second contain specific value of field.
the second table contain: category_id , field_id and field_value.
i want to get a specific data from database in my template and css from field and custom_field, how can do it?
i need to merge category_id + field_id + field_value to be sure that is a specific information i need.
For example: {cat_id.field_id.field_value} after to verify if cat.id is what I need.
Thanks you
I bought a Add-on and it have a custom field saved in db.
Add-on tables db are:
- xxx_custom_field
- xxx_field_value
the first one contains some information about custom field (id, position, ect.) , the second contain specific value of field.
the second table contain: category_id , field_id and field_value.
i want to get a specific data from database in my template and css from field and custom_field, how can do it?
i need to merge category_id + field_id + field_value to be sure that is a specific information i need.
For example: {cat_id.field_id.field_value} after to verify if cat.id is what I need.
Thanks you