bradtraversy / proshop-v2

ProShop ecommerce website built with MERN & Redux Toolkit
580 stars 301 forks source link

Fixed [Go Back] button to go to previous screen. This includes a fix… #18

Open brameldering opened 1 year ago

brameldering commented 1 year ago

Fixed [Go Back] button on the ProductScreen to go to previous screen by using a query param that is passed on to the ProductScreen in the following pages: CartScreen, PlaceOrderScreen, and OrderScreen.

This includes a fix to the product link in the Order Items list on the Place Order Screen. This fix is also included in pull request #17.