• msdesignfoto

    (@msdesignfoto)


    Hello

    I’m creating a quantity based discount for 1 single product type.
    This product has a base price of 0.25 Euro.

    When bought in the amount between 100 and 199, the unit price is 0.23 Euro
    When bought in the amount 200 or more, the unit price is 0.21 Euro

    Ok, I setup the rules as discount of 8% and 16% (8% for 0.02 cent and 16% for 0.04 cent).
    This is pure math and the numbers are right. When I test this, it does not display the exact price. Example:

    200 unit = 0.21 x 200 = 42 Euro.
    This is correct, the plugin calculates correctly.

    199 unit = 0.23 x 199 = 45.77 Euro.
    The plugin calculates the final price as 45.75 Euro.

    101 unit = 0.23 x 101 = 23,23 Euro.
    The plugin calculates the final price as 23.25 Euro

    So altough this is not a deal breaker, its definetively annoying, since the exact percentages of the discounts are 8% and 16%, they have a fixed value of 0.02 and 0.04 cent, so I don’t know why the plugin is calculating the final values with these variations.

    Seems there is no option to set the discount based on a fixed value per unit.

    Regards

    The page I need help with: [log in to see the link]

  • The topic ‘Exact Discount Percentage’ is closed to new replies.