Want to have a price change after a certain date

  • joanfeldman
    Asked on December 20, 2018 at 2:25 PM

    I can't seem to make this work. What am I doing wrong? I want the price to be $10 if they register by January 14 and $15 if they register by January 18

  • jonathan
    Replied on December 20, 2018 at 4:48 PM

    I was able to reproduce the problem also. Although the calculation condition was correct, it was not populating the field Early Bird Discount with the value.

    1545342504zzz 2018 12 21 05 Screenshot 10


    Let me do further test to determine what was causing the conflict. I'll be back shortly.

  • jonathan
    Replied on December 20, 2018 at 4:56 PM

    I was able to figured it out. The Date value in the calculation condition should be in the format yyyy-mm-dd (i.e. 2019-01-15)

    1545342882zzz 2018 12 21 05 Screenshot 10


    modify that condition statement and the calculation should now work as intended.

    Ex:

    1545342979zzz 2018 12 21 05 Screenshot 21


    I hope this help. Let us know if this still did not work.


  • joanfeldman
    Replied on December 21, 2018 at 8:15 AM

    Thank you so much!! It never occurred to me to just put the 0 in front of the 1 for the month.