Community

Needing to add a Delivery Option to the form only if the total is above $30. Then give an option for Delivery for a $10 fee. Is this possible to do? If not, would like to add an option for someone to select a "Delivery" as an option and apply a $10 fee if chosen.

Amanda Krause

Sep 30, 2024

Comments (3)

Amanda Krause

Sep 30, 2024

Offering Porch Pickup or Delivery but only offering Delivery as an option if the total is above $30. hopefully I am describing this properly!!

Vipin

Sep 30, 2024

Hi Amanda, you can set up your form to provide a pick up, delivery option and charge a delivery free based on the selected option. Currently, we do not have the option to disable the delivery option based on order amount, but we can dynamically set the minimum order amount and add a response validation to enforce it. Please follow the steps below to set up the pick and delivery options. Add pick up, delivery option Login to Neartail > click on the form to open it > Edit page will be displayed > In the Neartail Edit page, click on the Email question to select it > click on the + Add question icon to add a new question below the selected Email question > enter the title "Delivery or Pick up", select Multiple choice question type > enter Delivery and Pick up as the two answer choices in that order. Set minimum order amount In the Neartail Edit page, click on the + Add question icon to add a new question > enter the title "Min order amount", select Short answer question type > click on the settings gear icon > Question settings page will be displayed > click Answer > click Get help > paste the below text and click Create > the formula to set the minimum order amount will be added in the Calculate option > click Save. CHARGE(Delivery or Pick up, 30, 0) Calculate delivery fee In the Neartail Edit page, click on the Add price field icon > select Delivery fee, click Next > select Custom calculation, click Next > enter the below text and click Create. CHARGE(Delivery or Pick up, 10, 0) Calculate total amount In the Neartail Edit page, click on the Add price field icon > select Net amount, click Next > select Standard calculation using NETTOTAL() formula, click Next > click Create. Add response validation for order amount In the Neartail Edit page, click on the Order amount question to select it > click on the settings gear icon > Question settings page will be displayed > click Answer > click Configure for the validation option > select Number > select Greater than or equal to > enter 30 and click Save. If you prefer, you can add a custom error message. Please try this and confirm.

Vipin

Sep 30, 2024

Sorry, I made a mistake. When you add the response validation for the order amount field, you must select the field option to dynamically set the minimum order amount. In the Neartail Edit page, click on the Order amount question to select it > click on the settings gear icon > Question settings page will be displayed > click Answer > click Configure for the validation option > select Number > select Greater than or equal to > click Field, select "Min order amount" field and click Save.

Add your comment