MCPcopy Create free account

hub / github.com/Selim-Dev/ecommerce-next.js-strapi / functions

Functions42 in github.com/Selim-Dev/ecommerce-next.js-strapi

↓ 2 callersFunctiongetTotalAmount
()
app/cart/page.jsx:10
↓ 1 callersFunctionEmailTemplate
({ body, })
app/_components/email-template.jsx:16
↓ 1 callersFunctioncreateOrder
()
app/checkout/_components/CheckoutForm.jsx:64
↓ 1 callersFunctiondeleteCartItemFromList
(id)
app/cart/page.jsx:17
↓ 1 callersFunctiongetCartItems
()
app/_components/Header.jsx:22
↓ 1 callersFunctiongetLatestProducts_
()
app/_components/ProductSection.jsx:11
↓ 1 callersFunctiongetProductById_
()
app/product-details/[productId]/page.js:17
↓ 1 callersFunctiongetProductListByCategory
(product)
app/product-details/[productId]/page.js:24
↓ 1 callersFunctionhandleAddToCart
()
app/product-details/[productId]/_components/ProductInfo.jsx:13
↓ 1 callersFunctionhandleError
(error)
app/checkout/_components/CheckoutForm.jsx:24
↓ 1 callersFunctionsendEmail
()
app/checkout/_components/CheckoutForm.jsx:87
FunctionBreadCrumb
({ path })
app/_components/BreadCrumb.jsx:3
FunctionCart
()
app/cart/page.jsx:7
FunctionCart
()
app/_components/Cart.jsx:4
FunctionCartItemSkelton
()
app/cart/_components/CartItemSkelton.jsx:3
FunctionCheckout
()
app/checkout/page.jsx:9
FunctionCheckoutForm
({ amount })
app/checkout/_components/CheckoutForm.jsx:7
FunctionFooter
()
app/_components/Footer.jsx:4
FunctionHeader
()
app/_components/Header.jsx:10
FunctionHero
()
app/_components/Hero.jsx:3
FunctionHome
()
app/page.js:5
FunctionPOST
(req)
app/api/send-email/route.js:6
FunctionPOST
(request: any)
app/api/create-intent/route.tsx:7
FunctionPage
()
app/(auth)/sign-up/[[...sign-up]]/page.jsx:3
FunctionPage
()
app/(auth)/sign-in/[[...sign-in]]/page.jsx:3
FunctionPaymentConfirm
()
app/payment-confirm/page.jsx:5
FunctionProductBanner
({ product })
app/product-details/[productId]/_components/ProductBanner.jsx:3
FunctionProductDetails
({ params })
app/product-details/[productId]/page.js:10
FunctionProductInfo
({ product })
app/product-details/[productId]/_components/ProductInfo.jsx:9
FunctionProductItem
({product})
app/_components/ProductItem.jsx:5
FunctionProductList
({productList})
app/_components/ProductList.jsx:4
FunctionProductSection
()
app/_components/ProductSection.jsx:6
FunctionRootLayout
({ children })
app/layout.js:16
FunctionSkeletonProductInfo
()
app/product-details/[productId]/_components/SkeletonProductInfo.jsx:3
FunctionaddToCart
(payload)
app/_utils/CartApis.js:3
FunctioncreateOrder
(data)
app/_utils/OrderApis.js:3
FunctiondeleteCartItem
(id)
app/_utils/CartApis.js:10
FunctiongetLatestProducts
()
app/_utils/ProductApis.js:3
FunctiongetProductById
(id)
app/_utils/ProductApis.js:4
FunctiongetProductsByCategory
(category)
app/_utils/ProductApis.js:6
FunctiongetUserCartItems
(email)
app/_utils/CartApis.js:5
FunctionhandleSubmit
(event)
app/checkout/_components/CheckoutForm.jsx:14