Query Builder JetEngine and YMM
-
Hello everything is fine?
Firstly, I want to congratulate you on the plugin, it’s really good!
I am using the JetEngine plugin together. In it, I created a Query to query the database and create the “table of compatible cars” on the product page. This same Query will also be used for other things such as search and filters with JetEngine.
The “compatible car table” on the product page is displaying correctly, however, there is an issue. When I update the product’s car list (in product editing) the “compatible car table” is not updated. I need to redo the Query to correctly show the update.
Have you ever done something similar to this and managed to resolve it?
The Query contains the following information:
- Form table: ymm
- Where (query clauses):
Column: product_id
Compare: Equal (=)
Value: CurrentID
Type: Char
I don’t know if I did something wrong. But the objective is to access the product page and only show compatible cars for that product. It shows correctly, the problem is only when I update the cars.
If anyone can help me, I’d appreciate it.
- The topic ‘Query Builder JetEngine and YMM’ is closed to new replies.