careless-gazelles / Bangazon-Site

0 stars 1 forks source link

added shopping cart and my products links to navbar #48

Closed joeybiotti closed 7 years ago

joeybiotti commented 7 years ago

Status

Choose: IN DEVELOPMENT

Description

Added hyperlinks for "My Products" and "Shopping Cart". Also removed the "Home", "Contact" and "About" links. As of first commit, the asp-area and asp-controller are blank since they are still being built.

Todos (Checkmark what has been completed)

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

git fetch --all
git branch -avv
git checkout jb-navbarLinks
git pull origin jb-navbarLinks

Impacted Areas in Application

List general components of the application that this PR will affect:

BangazonSite/Controllers/OrdersController.cs BangazonSite/Views/Shared/_Layout.cshtml BangazonSite/Views/Shared/_LoginPartial.cshtml