Okay
  Public Ticket #3221354
B2BKing Hidden Products
Closed

Comments

  •  3
    ChrisBrowndog started the conversation

    Hello,

    I've noticed that the plugin adds two hidden products, Offer and Credit even if these two bits of functionality are totally disabled.

    I think end up with my products screen showing 2 products that are totally invisible and you can't even navigate to. I also end up with uncategorized being pulled through as a category as it thinks there are 2 products in it when there isn't.

    Is it possible to stop these products from being displayed on the admin end?

  •  1,906
    WebWizards replied

    Hi Chris,

    Thank you for the feedback and we'll look at some ways to get rid of those products or make this work differently.


    Right now to remove those products, you can follow these steps:

    1) Add this PHP code snippet to your site (in functions.php or a snippets plugin):

    add_filter('b2bking_use_offer_and_credit_products','__return_false');
    

    2) Deactivate B2BKing Pro

    3) Delete those 2 products

    4) Reactivate the plugin.


    Kind regards,

    Stefan