Community

I want to add £3.99 delivery charge to all orders below £25 and free delivery for £25 or above orders. How can I do it on near tail form.?

Comments (3)

Vipin

Dec 8, 2024

You can use the IFS function to set the delivery fee based on the order amount. Please follow the instructions below. Calculate delivery fee Login to Neartail > click on the form to open it > Edit page will be displayed > 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 formula and click Create. IFS(Order Amount >= 25, 0, 3.99) 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.

Kalinga Auto

Jun 25, 2025

it is working in main form, but not working in duplicate

Vipin

Jun 27, 2025

What is not working in your form? Could you please share the relevant details along with the link for your form so that we can check and help you with this.

Add your comment