Home Forums WC Vendors Pro Support 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
  • #11647
    Global
    Participant

    Hi support,

    I read in one of the support threads that you were implementing some filters so vendors could use pro’s new features but could also use the backend for variable products. (Until you guys add support for variable products) Please can you advise when you will implement this?

    Thank you,

    Paul

    #11891
    Global
    Participant

    Hi Ben,

    I was referring to the post below.

    Is Jamie’s solution possible currently?

    Thank you for your advice.

    Paul

    hi ben,
    I am looking for add product back end side. vendor click on add product button in front side that link go to backend
    like
    wp-admin/post-new.php?post_type=product
    Thank you

    REPLY

    ben
    October 8, 2015 at 5:38 pm
    A list of all the templates and how to change them is in the Pro Setup Guide @ https://www.wcvendors.com/knowledgebase/wc-vendors-pro-setup-guide/

    REPLY

    suri
    October 10, 2015 at 2:09 am
    Hi Ben,
    I con’t find out exactly how to change that code
    Please give same more information or solve that problem code and file name
    Thank you

    REPLY

    Jamie
    October 10, 2015 at 2:20 am
    Hello,
    This can’t be done yet, but I’ve just added a filter to make this possible. When 1.0.2 is out you’ll be able to put this into your themes function.php
    <?php
    // Change the “Add Product” button url to the back end.
    add_filter(‘wcv_add_product_url’, ‘new_add_product_url’);
    function new_add_product_url(){
    return admin_url(‘post-new.php?post_type=product’);
    }
    ?>
    view rawfunctions.php hosted with ❤ by GitHub
    This won’t work until the next version of Pro is out.
    cheers,
    Jamie.

    #11892
    WC Vendors Support
    Participant

    Yup.

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