We're using B2BKing and we want that clients can add the products easely from the purchase lists. How can we add the 'Cream' style and functionallity on the purchase list pages?
It is possible to make individual purchase lists display with the cream style, by adding this code snippet to your theme's functions.php file (or to any snippets plugin):
add_filter('b2bking_purchase_list_display_theme', function($theme){
return 'cream'; // cream or indigo here
}, 10, 1);
Let me know if you run into any issues or if I can assist,
Another question. I've added some product variations to the purchase lists, but the variable product is shown with all the variations. Is it possible to show only the variations I've added as simple products on the purchase list?
I see that the multiselect option is still missing on the purchase list page. Can I add this, so that clients can select from the purchase lists which items they want to add to their cart?
Another question; when I've added the cream theme to the purchase list, it's not possible to add new items to the purchase list, is that right? Is there a solution for this?
1. Regarding showing only specific variations instead of all variations in the purchase list - I believe I can help customize this behavior with a code snippet.
2. For the multiselect functionality on the purchase list page to select multiple items before adding to cart - this is also something I think we can implement with some custom code.
3. About adding new items to the purchase list with the cream theme - unfortunately this isn't possible as this particular purchase list format doesn't include a UI for searching and adding external items. This is quite difficult to resolve and I do not see a simple solution.
If you're okay with this limitation, I will start work on a code snippet for the other 2, please let me know.
Hi support,
We're using B2BKing and we want that clients can add the products easely from the purchase lists. How can we add the 'Cream' style and functionallity on the purchase list pages?
Thank you and regards,
Mark Kokkelkoren Compass Digital
Hi Mark,
Thank you for purchasing B2BKing!
It is possible to make individual purchase lists display with the cream style, by adding this code snippet to your theme's functions.php file (or to any snippets plugin):
Let me know if you run into any issues or if I can assist,
Kind regards,
Stefan
Hi Stefan,
Ah perfect, thank you for this!
Another question. I've added some product variations to the purchase lists, but the variable product is shown with all the variations. Is it possible to show only the variations I've added as simple products on the purchase list?
Thank you.
Regards,
Mark Kokkelkoren
Hi Stefan,
I see that the multiselect option is still missing on the purchase list page. Can I add this, so that clients can select from the purchase lists which items they want to add to their cart?
Regards,
Mark
Hi Stefan,
Another question; when I've added the cream theme to the purchase list, it's not possible to add new items to the purchase list, is that right? Is there a solution for this?
Regards,
Mark Kokkelkoren
Hi Mark,
Thanks for your patience on these questions.
1. Regarding showing only specific variations instead of all variations in the purchase list - I believe I can help customize this behavior with a code snippet.
2. For the multiselect functionality on the purchase list page to select multiple items before adding to cart - this is also something I think we can implement with some custom code.
3. About adding new items to the purchase list with the cream theme - unfortunately this isn't possible as this particular purchase list format doesn't include a UI for searching and adding external items. This is quite difficult to resolve and I do not see a simple solution.
If you're okay with this limitation, I will start work on a code snippet for the other 2, please let me know.
Kind regards,
Stefan