• Resolved jakubsmuga

    (@jakubsmuga)


    Hello,

    I’m working on a product configurator and ran into an issue with setting up pricing. In my case, I can’t assign individual prices to each option — the price should depend on a combination of selected options across multiple layers.

    Example:
    I have three layers, each with two choices. The final price should only appear after all three selections are made, and it should depend on the combination chosen. For instance:
    • Layer1-Choice1 + Layer2-Choice1 + Layer3-Choice1 → $10
    • Layer1-Choice2 + Layer2-Choice2 + Layer3-Choice2 → $20
    • Layer1-Choice1 + Layer2-Choice2 + Layer3-Choice1 → $30

    Is there a way to achieve this behavior with your plugin?

    Thank you in advance for any help or suggestions!

    Best regards,
    Jakub

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi Jakub,

    It depends on the complexity of the product, and I see 2 solutions:

    • using conditional logic to select an item which holds the prices:
      IF (Layer1-Choice1) + Layer2-Choice1 + Layer3-Choice1, then select choice with price holder $10.
    • using a formula and the Form fields add-on would allow calculating complex prices as well. Probably more appropriate if you have more than 3 choices per layer.

    I would recommend setting up a test site on https://demos.mklacroix.com/wp-signup.php

    Then write me if you have any question or more details, on http://wc-product-configurator.com/contact
    (these are paid products, so support / pre-sales questions cannot be done here)

    Kind regards,
    Marc

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.