Woocommerce Edit product permissions
Viewing 2 Posts - 1 through 2 (of 2 total)
Author | Posts |
---|---|
September 29, 2013 at 5:14 pm 8553 | |
pasturesmoo | Hey,
I've added the shortcode to the account front-end dashboard in woocommerce to list the products created by members so they can edit/delete them.
<?php echo do_shortcode('[wpuf_dashboard post_type="product"]'); ?>
It displays the users posts (woocommerce products) fine when logged in as an admin but as a customer role it doesn't display. I've tried to enable the edit_published_posts permissions using the roles and capabilities plugin but they still don't show.
Any ideas how I can rectify this please?
Cheers |
September 30, 2013 at 2:30 am 8566 | |
Mahi | User Frontend -> Settings ->Dashboard Make yes to – user can edit and user can delete now same settings and check if it works. |
September 30, 2013 at 3:02 pm 8576 | |
pasturesmoo | Sorted thank you. |
Viewing 2 Posts - 1 through 2 (of 2 total)