Home Forums WC Vendors Pro Support send vendors to the wp backend to add variable products.

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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20172
    Global
    Participant

    Hi support,

    I added the below code in my functions php a while ago to send vendors to the wp backend to add variable products.

    I have noticed when I click the add product button in pro the vendor now stays in pro.

    I recently updated to the latest version of pro …. could this have anything to do with it no longer working?

    Thank you for your help.

    Paul

    /* WC Vendors Pro – Change Add Product to redirect to a different URL */
    add_filter(‘wcv_add_product_url’, ‘new_add_product_url’);
    function new_add_product_url() {
    return admin_url(‘/post-new.php?post_type=product’);
    }

    #20174
    Global
    Participant

    Hi Ben,

    Hope you are fine 🙂

    I have checked the box that disallows vendors from going to wp-admin and its not ticked.

    I haven’t added any new plugins … should I disable all plugins and see if anything happens?

    Thank you.

    Paul

    #20179
    WC Vendors Support
    Participant

    Yes please. 🙂

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