Community

I am attempting to set up my delivery fee based on the quantity of items. For one item, the delivery fee is a flat $5.00, with an additional $2.00 for each additional item. I have attempted to use the help feature for the formula, but it is not working. Can I get an assist with this formula?

Comments (2)

Vipin

Jul 2

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 formula and click Create. IFS(QUANTITY() > 0, 5 + 2 * (QUANTITY() - 1), 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.

Perfect! Thank you so much

Add your comment