Okay
  Public Ticket #3142388
B2B KING FEATURE
Closed

Comments

  • lucascernohorsky started the conversation

    Hello,

    i im contact, because i bought the wrong version of this plugin, i have to buy B2B King. OK

    But im trying to check one feature, that i really need, before proceed. My question IS:

    i have a Wholesale Price, for every product on my store. But i need that i can reach this price, on two ways: Minimum Quantinty OR Minimum Cart Amount

    So, i have a product that cost 10$, and on Wholesale it costs 5$.
    I need to reach this price, reaching 12 units, or minimum 400$ on cart totals.

    --

    I was checking it out, and i only find a way to do one, or another. Its possible to do Both ways?

  •  1,906
    WebWizards replied

    Hi Lucas,

    Regarding your questions about B2BKing:


    i have a Wholesale Price, for every product on my store. But i need that i can reach this price, on two ways: Minimum Quantinty OR Minimum Cart Amount

    So, i have a product that cost 10$, and on Wholesale it costs 5$. I need to reach this price, reaching 12 units, or minimum 400$ on cart totals.

     Its possible to do Both ways?

    It is possible to do it like this:

    You will need to create 2 dynamic rules:

    1 Rule for 12 units:

    5811281566.png


    1 Rule for $400:

    2697206189.png



    These need to be created as 'Discount rules'. Above I set a -$5 discount for this product,

    You can check how it works in our demo: https://demobk2.wpbay.co/


    Kind regards,

    Stefan


  • lucascernohorsky replied

    I Understand, but im trying to display the discount with the Table "Price Tiers" on product, page.

    But when i use it, WITH the dinamic rules, it applies a double discount.

    That's it? Or its possible to use them together?

    Attached files:  dinamic.png
      prodcut.png
      product.png
      cart.png

  •  1,906
    WebWizards replied

    If you wanted to use both tiered pricing + a discount when hitting minimum $400, you can create 1 rule like this with 2 conditions:

    1200414406.png


    The rule gives a - $ 5 discount if 2 conditions are met:

    -> Cart total value > $399

    -> Product Quantity < 13


    So if product quantity is higher than 12, the tiered pricing will work but the rule will not. If product quantity is lower than 12, the rule will work. This way you do not get a double discount.


    Please note that discount rules are applied to the cart (show in cart subtotals).

  • lucascernohorsky replied

    Thats my question. If discount rules are applied to the cart (show in cart subtotals), so when i use the Tiered table on product page, it generates a double discount. one on the product, other on the cart. Its possible to ensure that both discount are applied on product with no conflict, and not on cart?

  •  1,906
    WebWizards replied

    It's not possible to have both discounts applied on the product.

    The problem is that discounts with 'Cart Total Value' conditions cannot be applied on the product directly - it would mean we would change the product price depending on the total price, it leads to an infinite loop error.