Support » Plugin: Groups » Guest capabilities ?

  • Resolved anthony

    (@ooooops)


    Hi,

    I use group to display product1 & product2 with woocommerce.
    I create group1 & group2.

    Is it possible to do that :

    guest : display only product1
    group1 connected : display only product1
    group2 connected : display only product2

    Or perhaps add capabilities to a guest group and add them to product1 ?

    I don’t know how to do… please help 🙁

    https://wordpress.org/plugins/groups/

Viewing 1 replies (of 1 total)
  • Plugin Author itthinx

    (@itthinx)

    Hi,

    In this case you could create a page where you show the products based on content conditionals:

    [groups_non_member group="Registered"] ... show product 1 ... [/groups_non_member]
    
    [groups_member group="group1"] ... show product 1 ... [/groups_member]
    
    [groups_member group="group2"] ... show product 2 ... [/groups_member]

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘Guest capabilities ?’ is closed to new replies.