• Hi there,

    I need tiered product pricing for a website and am evaluating several solutions.
    I would prefer this plugin over other solutions, however i noticed something strange:
    There is no setting about products that are on sale. Imagine product A has a normal price of 123, a sale price of 100. Tiered price ranges 3-5: 115, 5-10: 90.

    In the above case the first two pieces will cost 100 each (the sale price is applied as expected), however if the user buys 3+ products, then the tiered price gets applied regardless of the fact that the product is on sale. This way the calculation logic is mixed-up and incoherent.

    Please implement a setting how to handle products that have a sale price defined. All the other plugins have such a setting.

    Regards,
    Peter

Viewing 1 replies (of 1 total)
  • Thread Starter summoner

    (@summoner)

    @bycrik
    I added an option to the plugin settings and modified the code base. In case there is a sale price defined for a product, now i can choose between these 2 options:
    a) below minimal tier quantity the sale price is applied; if tier quantity is reached, tier prices get applied.
    b) for each piece of good the sale price gets applied even if tier quantity is reached.

    Shall i commit to the SVN?

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with products that are on sale’ is closed to new replies.