Home Forums WC Vendors Pro Support (Not urgent) Extra field does nothing on Inventory

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 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #11661
    Karen Thomas
    Participant

    Hi Jamie and Ben,

    I have an extra field under inventory that does nothing when clicked. Any ideas?

    See screenshot:

    I’ve removed backorders via filters in functions.php by the way, if that helps:

    /* WC Vendors Pro – Removes the “Allow Backorders?” Checkbox from Vendors add/edit Product Page */
    add_filter(‘wcv_product_backorders’, ‘custom_wcv_product_backorders’);
    function custom_wcv_product_backorders() {
    return ”;
    }

    Many thanks,

    Karen

    #11705
    WC Vendors Support
    Participant

    Hi Karen,

    That’s for the quantity of inventory you have. If you have 25 of the item for sale, entering 25 here will prevent people from buying more than you have.

    #11710
    Karen Thomas
    Participant

    Hi Ben,

    The quantity is entered into the field above ‘Stock Qty’, but it’s the field below that is a drop down box that doesn’t display any drop down options when clicked I think this may be backorders but my functions.php code may not be taking everything it needs to away.

    Many thanks,

    KAren

    #11711
    WC Vendors Support
    Participant

    Oh! I see, sorry about that. 🙂 It looks like the filter or edit you did, did not remove the dropdown, but only removed the text the dropdown would use. Edit that template again and kill the dropdown stuff and you should be golden. 🙂

    #11729
    Karen Thomas
    Participant

    Hi Ben,

    As u kindly gave me the filter code (and my brain is tiny but really want to learn how to do filters) are u able to amend the filter to also remove the drop down box?

    Many thanks,

    Karen

    #11742
    WC Vendors Support
    Participant

    What happens if you delete:

    from the template? 🙂

    #11746
    Karen Thomas
    Participant

    Worked a treat ? thanks Ben!

    #11755
    WC Vendors Support
    Participant

    You have been awarded the title of…… ” TEMPLATE MASTER “. May the force be with you!

    #11761
    Karen Thomas
    Participant

    Te he giggling here! 😀

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