• I have this plugin installed : WooCommerce Tiered Price Table

    With this plugin, I have set tiered prices for products, which is working perfectly.

    Now when I have installed the plugin, Extra Product Options Builder for WooCommerce

    I have inserted the datepicker as extra option using Extra Product Options Builder for WooCommerce to select the date of start of a tour

    However, the error crops up as the “Final Total” figure arrived is incorrect.

    My product is :

    Total Tour cost = Price per person (Which is a tiered price) X No of persons

    The default cost for 1 person is INR 50000, which decreases as the number of person increases.

    So if the number of adults increases,

    Total cost would be the Tiered cost(Which is less than the cost of the 1st person) X No of persons. The error is here.

    Your plugin calculates the Total cost with the cost of the 1st person and ignores the tiered price, which is actually a less amount.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sandeepchourasia

    (@sandeepchourasia)

    Example on my site :

    1. Select standard category
    2. Default price per person is : 500000
    3. Select any date ( This is inserted through your plugin). This is perfect
    4. Increase the number of adults to say 5
    5. The cost per person is reduced to 16000 per person. So total of 5 persons would be 16000 X 5 = 80000
    6. But total shown is as follows :
    Options amount
    ? 0.00
    Final Total
    ? 250,000.00

    So the Plugin is not multiplying the Total No of persons with the reduced Tiered Price, It is multiplying with the initial price,

    Please look into it

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    Looks like both plugins are trying to set a price for the product at the same time, sorry unfortunately that won’t work (unless not without deeply checking that other plugin code and add a manual compatibility to it) as both plugin will be conflicting with each others. You could use formulas to do these kind of operations though, so instead of defining the reduced price with that tired plugin you could use formulas to do so.

    Regards!

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Ups sorry, i forgot to add, i added that plugin in the list of plugins to add compatibility with but as explained this is a long process since it require checking how the other plugin works and see if there is a way to add compatibility with it(the other plugin needs to be coded in a way that lets other plugins work with it) so it will take time to check the plugin code and compatibility is not guaranteed (depends on the other plugin’s code).

    But again, you can do the same using formulas, hope that helps.

    Regards!

    Thread Starter sandeepchourasia

    (@sandeepchourasia)

    Actually, I needed the datepicker. I do not need the plugin Extra Product Options Builder for WooCommerce to do any calculation part, I need it to only allow visitors to select a date

    I do not need the Calculations to be done by your plugin.

    Is there a way, I can stop this plugin to stop doing calculations ?

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Oh i am sorry that is currently not possible =S, the plugin was build to do calculations and currently there is no configuration to disable that also if disabled the plugin won’t be able to show the final total correctly which you are actually using in your product.

    I will add this to the to do list but since disabling calculations is a big change i am not sure when this will be ready, sorry.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Incompatible with : WooCommerce Tiered Price Table’ is closed to new replies.