You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling $user->products, the NOT EXISTS sql clause queries the table wppl_woocommerce_order_items instead of wppl_woocommerce_order_itemmeta, generating this error: https://flareapp.io/share/Bm0BLkJ7#F73
This my current workaround to get everything work correctly:
Calling
$user->products
, the NOT EXISTS sql clause queries the tablewppl_woocommerce_order_items
instead ofwppl_woocommerce_order_itemmeta
, generating this error: https://flareapp.io/share/Bm0BLkJ7#F73This my current workaround to get everything work correctly:
Is this a bug or am I just not understanding something?
I need to build the relationship to get only products, never purchased, related to a specific user via meta prod_users.
The text was updated successfully, but these errors were encountered: