Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    Hi,

    the plugin does even better than that: you only have to create ONE customer area page. And the content of the page is automatically adjusted to what the user is allowed to see.

    If you want all your new subscribers to automatically see a page in their customer area when they register (for example a welcome message, …). You can create a private page in the customer area section, assign it to the role “subscribers” (this requires the extended permissions add-on) and all your subscribers will see it automagically.

    Regards,

    Vincent

    Hi Vincent.
    We use WooCommerce 2.0.12 with WP 3.5.2.

    We love your plugin and extesiones, but we need to fix some tips:
    Such predetermined WooCommerce private page for Client. How can we solve it for you besides appearing woocoommerce information Customer information display area, on the same page?

    Regards.

    Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    Customer Area provides actions and filters. You could simply make an action to output the WooCommerce information you need.

    For example, this will print hello in red below the customer area title:

    add_action( 'cuar_customer_area_content', 'print_red_hello', 5 );
    function print_red_hello() {
        echo '<p style="color: red;">hello</p>';
    }

    I don’t know exactly what you need and I don’t know WooCommerce in details, you’d have to customize the above function to output what you need.

    Let us know what you come up with, maybe some other people would like to do the same thing.

    Regards,

    Thread Starter brownstone73

    (@brownstone73)

    Thanks for the answer Vincent, if I do set it up in the that way. Will I be able to have a contibuter see the user’s private area as well?

    For example:
    I have a group set up and have a Group administrator assigned to the group. How can I set it up so that the group administrator can access the users in that group’s private area? Is this possible?

    Thanks

    Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    Hi,

    WooCommerce groups are not “understood” by customer area. So you are not able to do anything with those groups out of the box. What exactly is the requirement? The Extended Permissions add-on also defines user groups, so there might be some ideas to take from there.

    I will follow your advice and as soon see the results I will inform you.

    Regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Customer Private Area’ is closed to new replies.