From the shopping cart page, we want a button to checkout the selected items. It will then be redirected to a delivery details page and be able to pay via paypal. Once payment has been confirmed, the user will redirected back to our site in a confirmation page saying their order is confirmed and will be delivered in 7-14 days.
In line with this, there should be a navigation menu called "My Orders" and it will have a list of all the user's orders and their statuses. The statuses for now will be:
- processing: Means the order was paid for and confirmed
- shipping: Means the order is now being shipped.
- delivered: Means the order has been received by the user.
For now, this ticket only deals with the "processing" status.
This issue depends on #5 for the checkout button placement.
From the shopping cart page, we want a button to checkout the selected items. It will then be redirected to a delivery details page and be able to pay via paypal. Once payment has been confirmed, the user will redirected back to our site in a confirmation page saying their order is confirmed and will be delivered in 7-14 days.
In line with this, there should be a navigation menu called "My Orders" and it will have a list of all the user's orders and their statuses. The statuses for now will be:
For now, this ticket only deals with the "processing" status.
This issue depends on #5 for the checkout button placement.