digitalhippo icon indicating copy to clipboard operation
digitalhippo copied to clipboard

A Modern Fullstack E-Commerce Marketplace for Digital Products

Results 23 digitalhippo issues
Sort by recently updated
recently updated
newest added

Updating the installation specifications (detailed)

Add to Cart Once: To prevent having the same product multiple times. I implement this functionality to verify if the product is in the cart. If not, it will be...

I have my version running at heliosmarket.io, however, I noticed high heap usage.

I was facing an issue related to not defining a specific type for the prod when the line_items is being pushed: If anyone else are facing the same issue, remember...

![Screenshot 2023-12-03 at 7 26 58 AM](https://github.com/joschan21/digitalhippo/assets/41548480/76b10407-44f3-4edf-8cb7-c44fb261b566)

I have no idea about what happened to nextjs 14, but now it doesn't seem to work with payloads. Maybe you can pull your code and run it and you...

hi there, in order to have metadata available in stripe you need to provide payment_intent_data in the stripeSession ```js const stripeSession = await stripe.checkout.sessions.create({ success_url: `${process.env.NEXT_PUBLIC_SERVER_URL}/thank-you?orderId=${order.id}`, cancel_url: `${process.env.NEXT_PUBLIC_SERVER_URL}/cart`, payment_method_types: ["card",...

hi josh, thanks for this awesome video.. following it I noticed some improvements.. you could use more eslint rules :) for example eslint-config-prettier, eslint-config-standard and eslint-plugin-tailwindcss eslint-plugin-tailwindcss helps a lot...