Menu

[solved]-Need Help Jsp Code Need Modify Checkoutjsp Code Display List Product Codes Currently Cart Q39024868

I need help with JSP code:

I need to modify my checkout.jsp code to display a list ofproduct codes that are currently in the cart in addition to theproduct names and their corresponding quanity.

Here is my current checkout.jsp code:

<!DOCTYPE html>
<html>
<head>
  
</head>
<body>
    <h1>Checkout isn’t finishedyet</h1>
    <p>Click on the browser’s Back button tocontinue.</p>
</body>
</html>

Here is my product.txt file:

8601|86 (the band) – True Life Songs and Pictures|14.95
pf01|Paddlefoot – The first CD|12.95
pf02|Paddlefoot – The second CD|14.95
jr01|Joe Rut – Genuine Wood Grained Finish|14.95

Expert Answer


Answer to I need help with JSP code: I need to modify my checkout.jsp code to display a list of product codes that are currently i… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *