• Resolved mar1ak10

    (@mar1ak10)


    Hi,
    Is it possible to create connections between users and Woocommerce attributes/categories? I’m editing users but the connections tab isn’t available. Also, if I create a custom taxonomy through pods, the User/s type isn’t one of the available ones to connect with.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Support pdclark

    (@pdclark)

    WooCommerce attributes are a complex data structure, likely not trivial to relate without referencing their documentation. See https://woocommerce.com/document/bundles/bundles-data-structures-storage/

    WooCommerce categories/tags are taxonomies. These can be related only to post types with the connections tab, because that is the WordPress core data structure. See the WordPress data diagram: https://codex.ww.wp.xz.cn/Database_Description

    A user can be related to a taxonomy such as product categories or tags be extending the taxonomy in Pods, then extending users, then adding a bi-directional relationship field to each. This will store the relationship as taxonomy term meta and user meta for each.

Viewing 1 replies (of 1 total)

The topic ‘Connect Users with Woocommerce’ is closed to new replies.