Should be able to:
View current order status
Items with quantity and subtotal
Link to the original product detail page
Date/time order was created
Implementation: create a container that renders ONE order.
Render associated order by id from the React-Redux store
Pull date/time order was created from pg db
Use React Router to direct to accessory page
Should be able to: View current order status Items with quantity and subtotal Link to the original product detail page Date/time order was created
Implementation: create a container that renders ONE order. Render associated order by id from the React-Redux store Pull date/time order was created from pg db Use React Router to direct to accessory page