Question: Create an html/php script such as the following which will ask the user to enter an order form. It will calculate the total based on
Create an html/php script such as the following which will ask the user to enter an order form. It will calculate the total based on the business logic:
Total = Quantity * Unit_price Discount + Shipping_cost
This amount will then be used to calculate tax. The final result after plus tax will be divided by the number of payments entered by user.
The business logic for shipping handling cost is calculated as follows
$5.00 for Slow and steady... $9.95 for Put a move on it. $19.95 for I need it yesterday!

Fill out this form to calculate the total cost: Price: 100 Quantity: 20 Discount 12 You have selected to purchase Tax: 8 20 widget (s) at Shipping method Slow and steady v $100 price each plus a $5.00 shipping cost and a 8 percent tax rate. Number of payments to make: 1 After your $12 discount, the total cost is $2152.44. Divided over 1 monthly payments, that would be $2152.44 each. Calculate
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
