arcadia1850
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Customize control over shipping methodsI have Dokan enabled, if a seller of mine wants to enable more than one method per region it fails.
The code was debugged.
I will buy the support.Thanks.
This plugin use standard wp_query and does not have “SELECT for the text”
Why if i add taxonomy search with product_tag wp_query doesn’t work?
Forum: Plugins
In reply to: [WooCommerce] Adding single variation with multiple valueHi @thup90!
Thanks a lot for the advice, we have already purchased it, I immediately understood what you were referring to, I confirm that the problem has been solved.
I had confused the plugin you were referring to.
I consider the ticket closed.
Forum: Plugins
In reply to: [WooCommerce] Adding single variation with multiple valueI have already tried this plugin, what settings should I set to have more than 2 values selected on the same variation?
Hello, I don’t understand why your answer should be so cryptic.
The problem is very simple and the answer seems equally simple.
I would like to know in the Plugin code where I can find the SELECT for the text search, in order to add the JOIN that I need.I understand that I can use post_joins, but I have no way of checking if the query is from the plugin or not.
I have already tried to do it with pre_get_post and wp_query, without success.If I need the woof license I will not hesitate to buy it, as long as you then indicate me through the paid support where to make this change.
I hope I have been clear enough.
The php and sql codes have already been added when it comes to WHERE, there are no other requests other than an indication of where to find the SELECT of your plugin.
Yes of course.
I know my question is where to add this:JOIN efr_term_relationships AS tr ON p.id = tr.object_id JOIN efr_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id JOIN efr_terms AS t ON tt.term_id = t.term_idI want to add the JOIN on the “SELECT” part