Okay
  Public Ticket #3368121
Question about B2B orders quickly
Closed

Comments

  • Giannis started the conversation

    Hello,

    I want something like this: https://prnt.sc/BUxDTQbF72bV or this https://prnt.sc/I1ocEI1C8aez.

    That is, I want, in the b2b mode, such a table to be displayed on the product page where the customer will be able to make a bulk order.

    For example, I want a table to appear and the customer to be able to choose a quantity, depending on the color and size of the product, with one click, something similar like here: https://prnt.sc/TuR0gsJ_A2P3

    Is there such a possibility?

    Thank you

  •  2,218
    WebWizards replied

    Hi Giannis,

    That kind of feature is usually known as a "bulk variations table" or "product variations table" feature.

    B2BKing does not yet have this feature directly I'm afraid - it is something we have considered adding but we do not have it yet.


    There are some other plugins on the market that can do it. 

    I think the most popular one / close to what you described is this one:

    https://barn2.com/wordpress-plugins/woocommerce-bulk-variations/


    Kind regards,

    Stefan

  • Giannis replied

    Hi WebWizards,

    really it works.

    But I want this to appear only to B2B customers? no for B2C.

    How I can do this?

  •  2,218
    WebWizards replied

    We can hide some elements for B2C users only, with CSS.

    To do this, we can add some CSS like this to the site:

    .b2bking_b2c_user #element, .b2bking_logged_out #element{
        display:none;
    }

    (the element becomes visible only for B2B users)


    The CSS depends on the site / plugin. If you can give me a link to your site and let me know what you want to hide, I can send you the correct CSS to do it.



  • Giannis replied

    Hello,

    I have problem with prices on Barn 2 WooCommerce Bulk Variations plugin.

    On B2B King plugin I set 55% discount at all B2B users. But doesn't work on WooCommerce Bulk Variations plugin. This plugin appears the original price and not the discount price: https://prnt.sc/EZkcNi7Jb6mW

    How can I fix this?

    Thank you

  •  2,218
    WebWizards replied

    Hello,

    This depends a lot on how that Bulk Variations plugin works - I am not sure for example if they are using a price cache, or if they take the price from a different source etc. 


    It may be possible to solve it by modifying the settings of that plugin: possibly to enable an AJAX setting or to disable a price cache setting, but I am not sure what options there are.


    We would advise that you ask the Barn2 support team, as they will have a better understanding of how prices work in their plugin, and whether there's any option or setting that could solve this,


    Kind regards,

    Stefan