• Hi,

    We are using WooCommerce Product Addon plugin and we are struggling to get a feature to work.

    Example:
    Price of product: 100
    Addon 1: Adds 10 / unit
    Select 2 units
    Total price: 100*2 + 10*2 = 220

    We want to add an extra fee that is static and not per unit.

    Example:
    Price of product: 100
    Addon 1: Adds 10 / unit
    Addon 1 also has an static fee of 30
    Select 2 units
    Total price: 100*2 + 10*2 + 30 = 250

    How can we do this?

  • The topic ‘WooCommerce Products Addon Plugin’ is closed to new replies.