• Resolved tiotrom

    (@tiotrom)


    I am struggling a bit with this. Say for a diving center there are different prices per day

    Ignore the seasonal prices.

    I can add a drop down with select from 1 to 12 and different prices for all of the entries. But then I need to multiply the dives (the number of dives) with other things such as equipment rental which will cost times the time one dives. But how can that be achieved?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @tiotrom

    I hope you are doing well today.

    Can you share with us more data which will put us on the same page with your query?

    1. Each entry is a diving with different hours or simply some sort of package with different price as that entry contain some extra stuff?
    2. The number of dives will be a number field?
    3. Will you multiply the equipment rental for each hour as well, or equipment rental will be 1 one-time payment based on the selected entry?

    Kind Regards,
    Kris

    Thread Starter tiotrom

    (@tiotrom)

    Thanks for the reply.

    This is the website and the form I created https://www.calypsodivingestartit.com/booking/ – I am yet to implement any pricing since it seems a it too complex.

    M original post is missing an image from here https://www.calypsodivingestartit.com/prices/

    So basically anyone can select between 1 and 12 dives. But the prices for 2 dives is not the price of 1 dive times 2. So if someone selects 1 dive, that is 35 Euros, then equipment which is 16 Euros per dive, it is easy. 1 dive X 1 equipment. But what if they select 2 dives? That is 65 Euros for 2 dives plus 2 X 1 equipment. But I do not know how to make the form aware that there have been 2 dives selected?

    Uh I hope you understand me…

    Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi again @tiotrom

    The price is different depending on how many dives are chosen, and because of that, you cannot use a number field for calculation like item X price and multiply that by a maximum of 12 price. This could only work if each dive will cost same price.

    There is only 1 solution here: as soon as you pick up Dive from 1st select, you should show an additional select with all 12 options with the label “Number of Dives”: 1 dive, 2 dives, 3 dives, … 12 dives.

    In that select enable calculation in Calculation Tab and set up price for each one.

    You final calculation field will look possibly like this:

    {select-2} + {checkbox-1} + {radio-1} ( which is Number of Dives + equipment + Bottle + etc)

    Kind Regards,
    Kris

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @tiotrom

    We haven’t heard from you in some time, so I will mark this thread as resolved. If you have any more questions or need further assistance, please let us know!

    Kind Regards,
    Amin

    Thread Starter tiotrom

    (@tiotrom)

    I apologize for such a delay response – personal issues I had to take care of. Thank you very much for the tip I will try it. Again, sorry for replying so late and thank you for the help!

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @tiotrom

    No problem, keep us posted once you tried the shared solution.

    Best Regards
    Patrick Freitas

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Calculating different prices per day’ is closed to new replies.