MCPcopy Create free account

hub / github.com/adrianhajdin/project_e_commerce / functions

Functions36 in github.com/adrianhajdin/project_e_commerce

↓ 2 callersFunctionhandleUpdateCartQty
(lineItemId, newQuantity)
src/components/Cart/CartItem/CartItem.jsx:9
↓ 2 callersFunctionnextStep
()
src/components/CheckoutForm/Checkout/Checkout.jsx:19
↓ 1 callersFunctionfetchCart
()
src/App.js:21
↓ 1 callersFunctionfetchProducts
()
src/App.js:15
↓ 1 callersFunctionfetchShippingCountries
(checkoutTokenId)
src/components/CheckoutForm/AddressForm.jsx:18
↓ 1 callersFunctionfetchShippingOptions
(checkoutTokenId, country, stateProvince = null)
src/components/CheckoutForm/AddressForm.jsx:32
↓ 1 callersFunctionfetchSubdivisions
(countryCode)
src/components/CheckoutForm/AddressForm.jsx:25
↓ 1 callersFunctiongenerateToken
()
src/components/CheckoutForm/Checkout/Checkout.jsx:24
↓ 1 callersFunctionhandleRemoveFromCart
(lineItemId)
src/components/Cart/CartItem/CartItem.jsx:11
↓ 1 callersFunctionhandleSubmit
(event, elements, stripe)
src/components/CheckoutForm/PaymentForm.jsx:11
↓ 1 callersFunctionrefreshCart
()
src/App.js:49
↓ 1 callersFunctionrenderCart
()
src/components/Cart/Cart.jsx:21
↓ 1 callersFunctionrenderEmptyCart
()
src/components/Cart/Cart.jsx:13
↓ 1 callersFunctiontest
(data)
src/components/CheckoutForm/Checkout/Checkout.jsx:38
FunctionAddressForm
({ checkoutToken, test })
src/components/CheckoutForm/AddressForm.jsx:9
FunctionCart
({ cart, onUpdateCartQty, onRemoveFromCart, onEmptyCart })
src/components/Cart/Cart.jsx:8
FunctionCartItem
({ item, onUpdateCartQty, onRemoveFromCart })
src/components/Cart/CartItem/CartItem.jsx:6
FunctionCheckout
({ cart, onCaptureCheckout, order, error })
src/components/CheckoutForm/Checkout/Checkout.jsx:12
FunctionConfirmation
()
src/components/CheckoutForm/Checkout/Checkout.jsx:44
FunctionForm
()
src/components/CheckoutForm/Checkout/Checkout.jsx:70
FunctionFormInput
({ name, label, required })
src/components/CheckoutForm/CustomTextField.jsx:5
FunctionPaymentForm
({ checkoutToken, nextStep, backStep, shippingData, onCaptureCheckout })
src/components/CheckoutForm/PaymentForm.jsx:10
FunctionPrimarySearchAppBar
({ totalItems })
src/components/Navbar/Navbar.jsx:9
FunctionProduct
({ product, onAddToCart })
src/components/Products/Product/Product.jsx:7
FunctionProducts
({ products, onAddToCart })
src/components/Products/Products.jsx:7
FunctionReview
({ checkoutToken })
src/components/CheckoutForm/Review.jsx:4
FunctionbackStep
()
src/components/CheckoutForm/Checkout/Checkout.jsx:20
FunctionhandleAddToCart
(productId, quantity)
src/App.js:25
FunctionhandleAddToCart
()
src/components/Products/Product/Product.jsx:10
FunctionhandleCaptureCheckout
(checkoutTokenId, newOrder)
src/App.js:55
FunctionhandleDrawerToggle
()
src/App.js:72
FunctionhandleEmptyCart
()
src/App.js:43
FunctionhandleEmptyCart
()
src/components/Cart/Cart.jsx:11
FunctionhandleMobileMenuClose
()
src/components/Navbar/Navbar.jsx:16
FunctionhandleRemoveFromCart
(lineItemId)
src/App.js:37
FunctionhandleUpdateCartQty
(lineItemId, quantity)
src/App.js:31