MCPcopy Create free account

hub / github.com/basir/node-react-ecommerce / functions

Functions70 in github.com/basir/node-react-ecommerce

↓ 4 callersFunctionlistProducts
( category = '', searchKeyword = '', sortOrder = '' )
frontend/src/actions/productActions.js:21
↓ 3 callersFunctiongetToken
(user)
backend/util.js:3
↓ 2 callersFunctionaddToCart
(productId, qty)
frontend/src/actions/cartActions.js:5
↓ 2 callersFunctionopenModal
(product)
frontend/src/screens/ProductsScreen.js:49
↓ 1 callersFunctionaddPaypalSdk
()
frontend/src/components/PaypalButton.js:7
↓ 1 callersFunctioncreateOrder
(order)
frontend/src/actions/orderActions.js:7
↓ 1 callersFunctioncreateOrder
(data, actions)
frontend/src/components/PaypalButton.js:20
↓ 1 callersFunctiondeleteHandler
(product)
frontend/src/screens/ProductsScreen.js:75
↓ 1 callersFunctiondeleteOrder
(orderId)
frontend/src/actions/orderActions.js:79
↓ 1 callersFunctiondeleteProdcut
(productId)
frontend/src/actions/productActions.js:82
↓ 1 callersFunctiondetailsOrder
(orderId)
frontend/src/actions/orderActions.js:51
↓ 1 callersFunctiondetailsProduct
(productId)
frontend/src/actions/productActions.js:72
↓ 1 callersFunctionlistMyOrders
()
frontend/src/actions/orderActions.js:22
↓ 1 callersFunctionlistOrders
()
frontend/src/actions/orderActions.js:36
↓ 1 callersFunctionlogout
()
frontend/src/actions/userActions.js:48
↓ 1 callersFunctiononApprove
(data, actions)
frontend/src/components/PaypalButton.js:31
↓ 1 callersFunctionpayOrder
(order, paymentResult)
frontend/src/actions/orderActions.js:65
↓ 1 callersFunctionregister
(name, email, password)
frontend/src/actions/userActions.js:37
↓ 1 callersFunctionremoveFromCart
(productId)
frontend/src/actions/cartActions.js:25
↓ 1 callersFunctionsavePayment
(data)
frontend/src/actions/cartActions.js:34
↓ 1 callersFunctionsaveProduct
(product)
frontend/src/actions/productActions.js:42
↓ 1 callersFunctionsaveProductReview
(productId, review)
frontend/src/actions/productActions.js:99
↓ 1 callersFunctionsaveShipping
(data)
frontend/src/actions/cartActions.js:31
↓ 1 callersFunctionsignin
(email, password)
frontend/src/actions/userActions.js:26
↓ 1 callersFunctionupdate
({ userId, name, email, password })
frontend/src/actions/userActions.js:9
FunctionOrderScreen
(props)
frontend/src/screens/OrderScreen.js:6
FunctionPaymentScreen
(props)
frontend/src/screens/PaymentScreen.js:7
FunctionPaypalButton
(props)
frontend/src/components/PaypalButton.js:4
FunctionPlaceOrderScreen
(props)
frontend/src/screens/PlaceOrderScreen.js:6
FunctionRating
(props)
frontend/src/components/Rating.js:3
FunctioncartReducer
(state = { cartItems: [], shipping: {}, payment: {} }, action)
frontend/src/reducers/cartReducers.js:3
FunctioncheckoutHandler
()
frontend/src/screens/CartScreen.js:23
FunctioncloseMenu
()
frontend/src/App.js:25
FunctiondeleteHandler
(order)
frontend/src/screens/OrdersScreen.js:22
Functiondestination
(req, file, cb)
backend/routes/uploadRoute.js:8
Functionfilename
(req, file, cb)
backend/routes/uploadRoute.js:11
FunctionhandleAddToCart
()
frontend/src/screens/ProductScreen.js:43
FunctionhandleLogout
()
frontend/src/screens/ProfileScreen.js:15
FunctionhandleSuccessPayment
(paymentResult)
frontend/src/screens/OrderScreen.js:21
FunctionisAdmin
(req, res, next)
backend/util.js:36
FunctionisAuth
(req, res, next)
backend/util.js:18
Functionkey
(req, file, cb)
backend/routes/uploadRoute.js:34
Functionloading
( <div>Loading...</div> ) : error ? ( <div>{error} </div> ) : ( <>
frontend/src/screens/ProductScreen.js:52
FunctionmyOrderListReducer
(state = { orders: [] }, action)
frontend/src/reducers/orderReducers.js:42
FunctionopenMenu
()
frontend/src/App.js:22
FunctionorderCreateReducer
(state = {}, action)
frontend/src/reducers/orderReducers.js:10
FunctionorderDeleteReducer
(state = { order: { orderItems: [], shipping: {}, payment: {} } }, action)
frontend/src/reducers/orderReducers.js:88
FunctionorderDetailsReducer
(state = { order: { orderItems: [], shipping: {}, payment: {} } }, action)
frontend/src/reducers/orderReducers.js:23
FunctionorderListReducer
(state = { orders: [] }, action)
frontend/src/reducers/orderReducers.js:56
FunctionorderPayReducer
(state = { order: { orderItems: [], shipping: {}, payment: {} } }, action)
frontend/src/reducers/orderReducers.js:70
FunctionplaceOrderHandler
()
frontend/src/screens/PlaceOrderScreen.js:25
FunctionproductDeleteReducer
(state = { product: {} }, action)
frontend/src/reducers/productReducers.js:46
FunctionproductDetailsReducer
(state = { product: { reviews: [] } }, action)
frontend/src/reducers/productReducers.js:33
FunctionproductListReducer
(state = { products: [] }, action)
frontend/src/reducers/productReducers.js:20
FunctionproductReviewSaveReducer
(state = {}, action)
frontend/src/reducers/productReducers.js:71
FunctionproductSaveReducer
(state = { product: {} }, action)
frontend/src/reducers/productReducers.js:59
FunctionremoveFromCartHandler
(productId)
frontend/src/screens/CartScreen.js:14
FunctionsortHandler
(e)
frontend/src/screens/HomeScreen.js:27
FunctionsubmitHandler
(e)
frontend/src/screens/HomeScreen.js:23
FunctionsubmitHandler
(e)
frontend/src/screens/ProfileScreen.js:19
FunctionsubmitHandler
(e)
frontend/src/screens/PaymentScreen.js:12
FunctionsubmitHandler
(e)
frontend/src/screens/ProductScreen.js:32
FunctionsubmitHandler
(e)
frontend/src/screens/RegisterScreen.js:26
FunctionsubmitHandler
(e)
frontend/src/screens/ProductsScreen.js:60
FunctionsubmitHandler
(e)
frontend/src/screens/SigninScreen.js:23
FunctionsubmitHandler
(e)
frontend/src/screens/ShippingScreen.js:16
FunctionuploadFileHandler
(e)
frontend/src/screens/ProductsScreen.js:78
FunctionuserRegisterReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:29
FunctionuserSigninReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:3
FunctionuserUpdateReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:17