Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a e-commerce site using php in Netbeans, consisting of the following pages: Display at least three items that can be purchased along with a

Create a e-commerce site using php in Netbeans, consisting of the following pages:

Display at least three items that can be purchased along with a quantity field and price for each. Provide a submit button that sends the order to the server for processing.

Create an order summary page based on the quantities chosen on the first page. Display a subtotal for confirmation. When the user confirms the purchase they are sent to the tax calculation page.

Calculate the tax based on the rate in Florence. Display the subtotal, tax, and total. Provide a button: Proceed to Checkout.

The checkout page must display the total and simulate payment with a credit card.

Validate the credit card number, using the information below, with a message that indicates that the card was accepted by name or rejected (e.g., Your VISA ending with 1234 has been charged $12.50; Invalid card). You must use a function to validate the card number.

Success/Failure page

--

Cards Accepted

MASTERCARD Prefix=51-55, Length=16

VISA Prefix=4, Length=13 or 16

AMEX Prefix=34 or 37, Length=15

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions