Okay
  Public Ticket #3780871
Purchase list add new product by sku
Closed

Comments

  •  2
    Dario started the conversation

    Hello,

    After saving the purchase list, it’s only possible to add a new product to the list by searching with the product name, not by SKU. Is it possible to enable adding products by SKU as well?

    Regards,

  •  2,281
    WebWizards replied

    Hello Dario,

    It is possible to add the following PHP code snippet to your site:

    add_filter('b2bking_skusearch_disabled_list','__return_false');
    

    You will then see a Search By field there, allowing you to switch between Product name and SKU during the search:

    2676314853.png

     

    Let me know if you run into any issue with that,

     

    Kind regards,

    Stefan