Introduction
You can now use advanced features such as calculations and conditional logic in SchoolCash Forms+ to help your schools collect fees in new and innovative ways in SchoolCash Online. An example is the ability to let parents use discount codes to allow for fee waivers, fee discounts, and pricing caps. Discount codes can be used to waive or discount the cost of items if a student belongs to a free or reduced student group, or if there is a pricing cap that the schools have in place for certain students.
Using Discount Codes
In the example item below, the school is collecting fees for a field trip to the science museum and the planetarium. In addition to being extremely useful in collecting fees and information from the parents in a user-friendly manner, the form attached to this item also allows the parents to use discount codes.
These discount codes can be shared with these students and their families and can be built into the form to handle discounts automatically during fee payment. In this example, the numbers from 33927 to 34927 are considered valid discount codes by the school. Here, a valid code has been entered in the form and a discount of $40 has been applied making the amount due $10.
Setting Up Discount Codes
To implement discount codes using a form, you can start by adding a description element explaining how the discount code works. See the example in the form below.
The next element in the example form is a radio button asking the parents if they have been provided with a discount code by the school. If they select “No”, they will pay the full amount. If they select “Yes”, the new form number element “Discount Code” shows up. This “Discount Code” element makes use of conditional logic with the rule: If “Do you have a discount code provided by the school?” is “Yes”.
The “Code discount” element also has conditional logic enabled with the rule that it will only show when the “Discount Code” element is between 33927 & 34927, which are the valid codes in this case. This ensures that if the “Discount Code” is outside of this range of numbers, a discount will not be applied to the final price.
Calculating the Final Price
The last step here is to calculate the final price of the field trip. This will be the amount owed by the parent. This “Final Price” element is also a number element with the ‘Number from Calculations’ toggled on. The mathematical equation used is “Price no code” field minus (-) the “Code discount” field. This ensures if the discount code is valid, the parent will be charged a discounted fee of $10 ($50-$40) in this case.
Additional Features
You can set multiple discount codes to create multiple discount levels if needed using a similar method.