Home Forums WC Vendors Pro Support "Save-Product" Action

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10931
    Martin
    Participant

    could you provide an action that fires when a user creates (saves) a product?

    #10933
    Karen Thomas
    Participant

    Hi Martin,

    If you go to your wp-admin then:
    WooCommerce > Settings > Emails > New Vendor Product

    You can tick ‘Enable this email notification’

    That should still work 🙂

    Karen

    #10934
    Martin
    Participant

    Hi Karen,

    thx for ur answer. But I actually meant a real WordPress action. I would like to modify some custom fields of the product. The action should provide the product id so I can save values.

    Martin

    #10935
    Karen Thomas
    Participant

    Awww sorry, I’ll leave that to Ben and Jamie with the bigger brains! 😉

    #10952
    WC Vendors Support
    Participant

    Hi Martin,

    That’s a good idea. The product id should be a good value to send to it, with that you can customize it to do pretty much anything with that ID.

    I’ll add it to the Pro issue tracker, it’s #68.

    Ben

    #11644
    Jamie
    Keymaster

    Hello,

    I’ve added two new actions

    do_action( ‘wcv_save_product’, $product_id );
    do_action( ‘wcv_save_product_meta’, $post_id );

    Will be available in the next release.

    cheers,

    Jamie.

    #11663
    Martin
    Participant

    amazing, thx!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.