danivijay / react-commerce

Shopping cart made with ReactJS.
3 stars 2 forks source link

feat(my_products): Listing of transactions #52

Closed ashinpchandran closed 5 years ago

ashinpchandran commented 5 years ago

feat(myproducts): Listing of transactions

Fixed the issue in the my_products page.

Now the my_products page will display all the transactions of the particular user except the ones with the status 'inCart'.

my_products

feat(add-product): redirected to dashboard

added redirection to the dashboard after adding a product successfully

feat(transactions): Transaction table in dashboard

Fixed the issue with the transaction table in the admin dashboard. Now the transaction table will show the transactions of the products exclusively owned by the current logged in admin.

transactions

feat(transactions): fixed the bug

transactions_2