• Resolved SaraParkin

    (@saraparkin)


    Hi,

    I am having dificulty with having differnt price out puts. Here is an example of what I am trying to do:
    (prices and products are just an example)

    Web Design Option
    () WordPress Theme (£100)
    () Custom Design (£300)

    Additional Features
    () Blog
    () Membership Area
    () Video / image gallery
    *If theme radio btn is checked I want the above three options price to have a value of £50 BUT if the custom radio btn is checked I want each to have a value of £70*

    So if I checked Custom design (300) and Video / image gallery (70)
    TOTAL = £370

    But if I checked Theme (100) and Video / image gallery (50)
    TOTAL = £150

    BUT I want the prices hidden other than the total.

    I hope this makes sense.

    https://www.ads-software.com/plugins/jazzy-forms/

Viewing 1 replies (of 1 total)
  • Plugin Author jazzigor

    (@jazzigor)

    Hi Sara,

    when a price depends on a certain condition, the IF function comes in handy. A solution might be the following formula for total price:

    design_option + (blog+membership_area+gallery)*IF(design_option=100, 50, 70)

    In this example blog, membership_area, and gallery would be checkboxes with “value for checked” set to 1.

    Does that look correct?

    Igor

Viewing 1 replies (of 1 total)
  • The topic ‘Different Price options, different products’ is closed to new replies.