To build a web-based shopping cart similar to what you have been doing, you can use NetBeans and Tomcat with Java code. The software should allow a shopper to buy items from different categories and calculate the total cost, which includes the cost of the items as well as the shipping costs. After the user has bought all the items, the software should display relevant information such as the name of the most expensive item, the total number of items bought, the total cost of items including shipping costs, and the mailing address.
To build a web-based shopping cart similar to what you have been doing, you can use NetBeans and Tomcat with Java code. The software should allow a shopper to buy items from different categories and calculate the total cost, which includes the cost of the items as well as the shipping costs. The shipping costs are calculated at 0.2% of the cost of each item.
Before a user buys items, they should enter their name and mailing address. After the user has bought all the items, the software should display the name of the most expensive item, the total number of items bought, the total cost of items including shipping costs, and the mailing address.
For example, Dear Jane Doe. Your most expensive item is a Visa Gift Card at a cost of $200.00. You bought 15 items. The total cost of the items is $xyz. The items will be shipped to 2801 W Bancroft Street, Toledo OH 43606.