Comments 2Dario started the conversationDecember 10, 2024 at 10:59amHello,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,281WebWizards replied3 weeks ago on December 11, 2024 at 9:33pmHello 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: Let me know if you run into any issue with that, Kind regards, Stefan Sign in to reply ...
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,
Hello Dario,
It is possible to add the following PHP code snippet to your site:
You will then see a Search By field there, allowing you to switch between Product name and SKU during the search:
Let me know if you run into any issue with that,
Kind regards,
Stefan