Skip to content

issues Search Results · repo:dayhaysoos/use-shopping-cart language:JavaScript

Filter by

118 results
 (62 ms)

118 results

indayhaysoos/use-shopping-cart (press backspace or delete to remove)

export default function CartProvider({children}: {children: ReactNode}){ return ( USCProvider mode= payment cartMode= client-only stripe={process.env.NEXT_PUBLIC_STRIPE_KEY ...
  • Albertinou
  • Opened 
    on Oct 11, 2024
  • #343

Hello, Does anyone have an idea how to augment the ProductAttributes.product_data interface in order to type the product metadata ? I need this in order to handle my product variations, and handle subsequent ...
  • bfourgeaud
  • 4
  • Opened 
    on Jul 30, 2024
  • #342

Calling the useShoppingCart hook in my Next.js 14 App Router throws the error shown below: // app/layout.tsx Screenshot from 2024-06-21 18-48-39 // components/AddToCart.tsx Screenshot from 2024-06-21 ...
  • oseogbe
  • 2
  • Opened 
    on Jun 21, 2024
  • #341

I have a weird bug, I cant get the Cart to clear on the success page after returning from stripe. If I click on another page, then return to the success page the cart clears. Its just when I come to that ...
  • graemec23
  • 4
  • Opened 
    on Mar 8, 2024
  • #340

Found no example in docs showing how to enable promotional codes. On using allowPromotionCodes={true}. Its not showing promotion code section on checkout page
  • boxed-dev
  • 1
  • Opened 
    on Jan 31, 2024
  • #339

I have products in the cartDetails with my own IDs not the price ids, also I have the price_id set correctly corresponding to the the price created in the Product section I created on Stripe under test ...
  • franva
  • 3
  • Opened 
    on Dec 8, 2023
  • #337

brave_kAy0OZ9fVy backend app.post( /checkout , async (req, res) = { try { const cartItems = req.body; const sanityData = await sanityClient.fetch( *[_type in [ games , gears ]]{ name ...
  • ghost
  • 1
  • Opened 
    on Aug 25, 2023
  • #333

Even though the id and price_id match the ones defined in the Stripe Dashboard, a successful payment results in a new one-off product being created in Stripe. const product = [ { name: Test Single ...
  • timothyylim
  • 1
  • Opened 
    on Jul 21, 2023
  • #331

Stripe allows products to have multiple prices, how would we define it in the productData object?
  • timothyylim
  • Opened 
    on Jul 20, 2023
  • #330

👋 Hi I m looking at using your package, I couldn t find anything in the source or documentation about having the ability to apply a discount / promo code at point of checkout. Do you know if this is something ...
  • minimatrix
  • 5
  • Opened 
    on Jul 10, 2023
  • #329
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub