WooCommerce Product by User

WooCommerce User Products

Let users add new WooCommerce products from frontend

Description

When enabled, WooCommerce User Products module lets you add frontend form to add new products by users

  • Enable the module in WooCommerce > Settings > Booster > Products > User Products
  • Select which product fields you want the user to fill. Title field is required.
  • Select which fields are required or optional.
  • Set if you need product title to be unique.
  • Add

    "Product by User" module is not enabled!

    to some place in your shop.
  • If you want your users to be able to see, edit and delete products they’ve added, check Add “My Products” Tab to User’s My Account Page checkbox.

Admin Settings

WooCommerce Product by User - Admin Settings

Frontend View

WooCommerce Product by User - Frontend

User’s My Account Page

WooCommerce Product by User - My Account

Accessible through:

  • WooCommerce > Settings > Booster > Products > User Products

Tested on WooCommerce 4.0.0 and WordPress 5.3.2Plugin can be downloaded here. If there are any locked fields in the module, you will need to get Booster Plus to unlock them.

WooCommerce Booster ModulesWooCommerce ProductsWooCommerce User Products

#comment>

#comment>

#comment>#comment>#comment>

Leave a Reply Click here to cancel reply.

#comment>

Comments

39 Comments

  1. Marc March 19, 2020 at 4:29 am#comment>

    Hi, is it able to integrate with woocommerce membership that allows only paid members to upload products?

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

    • RokasJ March 19, 2020 at 8:33 am#comment>

      Hi Marc,

      You can set it up using “User Products” module in conjunction with “Modules By User Roles” module.

      Best regards,
      Rokas – Support Team

      #comment>#comment>Avatar#comment>

    • #comment>

    #comment>

  2. #comment>

  3. joody February 20, 2020 at 8:28 am#comment>

    creatively, will be better if there exist an “add product” button under the “product” tab in account page rather than create a new page for the code “

    "Product by User" module is not enabled!

    ” maually.

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

    • RokasJ February 20, 2020 at 2:36 pm#comment>

      Hi,

      Thank you for your suggestion, we have added it to our to do list.

      Best regards,
      Rokas – Support Team

      #comment>#comment>Avatar#comment>

    • #comment>

    #comment>

  4. #comment>

  5. caleido February 7, 2020 at 12:38 pm#comment>

    Hi I would like to separate the user’s products to be added automatically into certain category where I can show them on specific page separate from the other products. For example to create some kind of a used products marketplace. But I don’t know how to do this… I’ve tried custom taxonomy but seems like can’t do that.

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

    • RokasJ February 9, 2020 at 4:11 pm#comment>

      Hi Caleido,

      Unfortunately it’s not currently possible to automatically add user products to selected categories however you can enable “Category” field so that the users themselves could specify what category the product should be in.

      Best regards,
      Rokas – Support Team

      #comment>#comment>Avatar#comment>

    • #comment>

    #comment>

  6. #comment>

  7. Rob Bruno August 11, 2019 at 7:20 am#comment>

    Hi, is there a way for Admin to receive an email notification when a new product is loaded or a product is deleted?

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

    • RokasJ August 12, 2019 at 4:26 pm#comment>

      Hi Rob,

      Unfortunately that is not possible yet but we have added it to our todo list.

      Best regards,
      Rokas – Support Team

      #comment>#comment>Avatar#comment>

    • #comment>

    #comment>

  8. #comment>

  9. Nick Latreille August 8, 2019 at 6:21 pm#comment>

    Can we have a way to create custom forms? I need to disguise products as “listings”. Instead of “product title” I want it to say “Address”. I would also like to add custom fields like “postal code” “city”… Is this possible?

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

  10. #comment>

  11. Karsten July 12, 2019 at 4:58 pm#comment>

    me again….

    under “my offers in my account” I can delete the history completely.
    Can I rewrite the code to delete individual posts?

    Some users have written twice, I would like to remove them. or is that just about mysql?

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

  12. #comment>

  13. Karsten July 10, 2019 at 1:53 pm#comment>

    Hey 😉

    When i would like, that only logged in users use these function….what should i doo?

    I added these Code to my functions.php

    add_shortcode( ‘member’, ‘member_check_shortcode’ );

    function member_check_shortcode( $atts, $content = null ) {
    if ( is_user_logged_in() && !is_null( $content ) && !is_feed() )
    return $content;
    return ”;
    }

    an add those code/shortcode on my page
    [member]

    "Product by User" module is not enabled!

    [/member]

    for not logged in user then nothing is displayed … that’s good….

    but for logged in user is no longer the form displayed but only your shortcode.
    what am I doing wrong?

    "Product by User" module is not enabled!

    Thanks, Karsten

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

  14. #comment>

  15. Karsten July 7, 2019 at 6:22 am#comment>

    Hey,
    what should i do to get the articles in a fixed category?
    in “wcj-settings-product-by-user.php” i add some code:

    array(
    ‘title’ => __( ‘Custom category?’, ‘woocommerce-jetpack’ ),
    ‘desc’ => __( ‘Enable’, ‘woocommerce-jetpack’ ),
    ‘id’ => ‘product_cat’, {is this right}
    ‘default’ => ‘yes’,
    ‘type’ => ‘checkbox’,
    ),

    I have previously set custom articles with a different code. Yours, however, I like better;)
    I had always used this code:
    // category
    $term_ids = [ 228 ];
    wp_set_object_terms( $post_id, $term_ids, ‘product_cat’ );

    can you help me, to modify this?

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

  16. #comment>

  17. Karsten May 25, 2019 at 7:45 pm#comment>

    Hy, thanks for these great Plugin!!!

    Is it possible, for example, to add “open price product” to “WooCommerce User Products”? or would the entire code have to be rewritten / completed? For an update, but would certainly be overwritten again.

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

    • Karsten May 25, 2019 at 7:52 pm#comment>

      Maybe i can solve this via a snippet? I just do not know how to start.

      Best regards from Germany,
      Karsten

      #comment>#comment>Avatar#comment>

    • #comment>

    • RokasJ May 26, 2019 at 12:29 pm#comment>

      Hi,

      Unfortunately that’s not possible yet but we have added that to our todo list.

      Best regards,
      Rokas – Support Team

      #comment>#comment>Avatar#comment>

    • #comment>

    #comment>

  18. #comment>

  19. David April 19, 2019 at 10:49 pm#comment>

    The field for the price and sale price is so small, you can’t even see what number is in it. How can I fix this?

    Thanks

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

    • RokasJ April 20, 2019 at 10:02 am#comment>

      Hi David,

      This depends on your theme. If you would like, you could send me url to your website via email to support@booster.io and I would write some CSS code to increase the size.

      Best regards,
      Rokas – Support Team

      #comment>#comment>Avatar#comment>

    • #comment>

    #comment>

  20. #comment>

  21. buzzwordgroup March 22, 2019 at 10:59 am#comment>

    I’m unable to have the custom taxonomies on the user products populate in the form. It won’t allow me to submit the product if I have the custom taxonomy set as Required but they aren’t showing up anywhere on the form.

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

    • Il Castoro October 23, 2019 at 9:46 pm#comment>

      I have the same problem too.
      Has it been corrected in the meantime?

      #comment>#comment>Avatar#comment>

    • #comment>

    • RokasJ October 24, 2019 at 5:20 pm#comment>

      Hi Il,

      Could you contact us directly via email support@booster.io

      Best regards,
      Rokas – Support Team

      #comment>#comment>Avatar#comment>

    • #comment>

    • Il Castoro October 24, 2019 at 10:12 pm#comment>

      I solved the problem.
      In the ID field you need to write pa_ “your taxonomy slug”.
      It is better to report it in the documentation.

      #comment>#comment>Avatar#comment>

    • #comment>

    #comment>

  22. #comment>

  23. Robert February 23, 2019 at 1:13 pm#comment>

    Hi, is there a way for me to add multiple images for the frontend for users to uppload?

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

    • RokasJ February 23, 2019 at 6:02 pm#comment>

      Hi Robert,

      Unfortunately that’s not possible yet but we have added it to our todo list.

      Best regards,
      Rokas – Support Team

      #comment>#comment>Avatar#comment>

    • #comment>

    #comment>

  24. #comment>

  25. beckyperth March 23, 2018 at 7:42 am#comment>

    Hi,

    I have a similar query to a previous customer (“Francisco Correia, July 9, 2017…. please point my to the file that manages the product fields from this feature?”.).

    I need to have additional product fields (e.g. product attributes). The frontend form created is too basic and does not specify enough for my needs (classified type product listing) for example I need to specify product size and quality at the very least.

    Thanks,

    Beck

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

    • danielc April 10, 2018 at 11:01 pm#comment>

      Hi Beckyperth,

      sorry for a late response, the file is here: includes/settings/wcj-settings-product-by-user.php

      Best regards,
      Support Team

      #comment>#comment>Avatar#comment>

    • #comment>

    #comment>

  26. #comment>

  27. Diego Díez Corral March 8, 2018 at 1:43 pm#comment>

    Hi there, this capability have the option to set chained paypal payments or do a fee to the vendors?

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

  28. #comment>

  29. Ali Akbar January 30, 2018 at 7:56 pm#comment>

    I want to add product categories but i want to select by default one category automatically when user add new product
    is it possible ?? if yes then how can i select one category automatically or by default

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

    • Janelle Renfrum November 4, 2018 at 6:32 pm#comment>

      I’m wondering about the same thing… I need them to go in a special category.

      #comment>#comment>Avatar#comment>

    • #comment>

    • RokasJ November 5, 2018 at 9:39 pm#comment>

      Hi,

      Unfortunately that’s not possible yet but we have added it to our todo list.

      Best regards,
      Rokas – Support Team

      #comment>#comment>Avatar#comment>

    • #comment>

    #comment>

  30. #comment>

  31. Marz January 15, 2018 at 9:15 pm#comment>

    Hello please iam trying to put a form on my shop for front end addition of products but its not working.

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

  32. #comment>

  33. Mohamed November 14, 2017 at 2:21 pm#comment>

    Hi,

    I am looking for Auction option. Is available or not.

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

  34. #comment>

  35. David November 7, 2017 at 1:37 pm#comment>

    I am interested in this feature, but wondering if it allows me to limit the users who can add new products based on user role or where I put the shortcode, etc? Please let me know. Thank you!

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

  36. #comment>

  37. Francisco Correia July 9, 2017 at 9:18 am#comment>

    Hi,

    Just recently I discovered this feature and it a great one! I understand that you do not do customizations but could you please point my to the file that manages the product fields from this feature? I would like to add a few more if possible like stock qty. for example.

    Thank you

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

    • Beck July 23, 2018 at 11:46 am#comment>

      Did you ever get an answer to this question?

      #comment>#comment>Avatar#comment>

    • #comment>

    • Beck July 23, 2018 at 11:48 am#comment>

      Just spotted that I did get a response to my similar query further down the page.

      #comment>#comment>Avatar#comment>

    • #comment>

    #comment>

  38. #comment>

  39. Alv December 31, 2016 at 12:34 am#comment>

    Once the product has been uploaded and published, it is necessary to allow future visitors to contact the person who uploaded the product, in order to implement a fully functional classified ads website. How could this be accomplished? Is the person who added the product the “post author” for WordPress? If so, could it be possible to add a form below the product for contacting that person?

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

  40. #comment>

  41. Kevin Ifeanyi November 22, 2016 at 1:37 pm#comment>

    The image section of the form is disabled

    Reply to thread

    #comment>#comment>#comment>Avatar#comment>

    • Booster Support Team November 24, 2016 at 9:32 pm#comment>

      Hi Kevin,

      Sorry for delay. If you are using free version of the plugin, “Image” section should be disabled (it’s the only part of the module which requires Booster Plus plugin). If that’s not the case – please let me know.

      Best regards,
      Tom

      #comment>#comment>Booster Support Team#comment>

    • #comment>

    • Ifeanyi November 26, 2016 at 4:59 pm#comment>

      Hi Tom,

      I am using Booster Plus.

      #comment>#comment>Avatar#comment>

    • #comment>

    #comment>

  42. #comment>

#comment>#comment>#comment>#comment>

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.

This site uses Akismet to reduce spam. Learn how your comment data is processed.