Okay
  Public Ticket #3404230
Tierprice in bulk order
Closed

Comments

  • Edwin started the conversation

    Hello,

    Is it possible to somehow show the tier price or the lowest price in the bulk order form? I want to use both but the customer cannot see the lowest possible price in the bulk order form.

    Thanks!

  •  2,218
    WebWizards replied

    Hi Edwin,

    Thank you for purchasing our plugin,


    Which order form theme are you using? Is it the cream one?

    The order form works by showing the current price for the quantity purchased, so it also adapts to the tier price.


    Let me show an example:

    I have this product with a standard price of 100, and tiered prices of 90, 80.

    6504039770.png

    On the order form, the price for 1 is $100:

    3036616987.png

    If I increase the quantity to 10, the tiered price is applied, and the price becomes $900 (instead of 1000):

    7165804143.png



    This order form shows a subtotal, not a unit price, so I think it would be incorrect / confusing to show the lowest number there, because it would mean an incorrect subtotal -> the customer may add it to cart and would be surprised to find the price is higher than they expected.


    If you would like, we could do something else: We could add a new custom column to that order form such as "unit price", or "lowest price" and in that custom column we could display that lowest price. Let me know if that makes sense for you.


    Looking forward to your response,


    Kind regards,

    Stefan

  • Edwin replied

    Hi Stefan,

    An additional "lowest price" column would be perfect for us. If you can do that for us, it will help us a lot.

    Kind regards,

    Edwin

  •  2,218
    WebWizards replied

    Hi Edwin,

    I looked into this and wrote the following code snippet: https://pastecode.io/s/xh5q66sg

    It adds a new column to the order form for 'Lowest Price' :

    7811491720.png

    That should give the lowest price or lowest tiered price.


    A PHP snippet can be added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/


    Kind regards,

    Stefan