chec / commercejs-nextjs-demo-store

Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, customer login, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
https://commercejs-demo-store.netlify.app/
BSD 3-Clause "New" or "Revised" License
1.07k stars 206 forks source link

Product image previews not loading at the checkout #103

Closed eufandem closed 4 years ago

eufandem commented 4 years ago
Screen Shot 2020-10-01 at 11 31 06 AM
robbieaverill commented 4 years ago

Related: https://github.com/chec/commercejs-nextjs-vercel/issues/5

We can probably take the solution from that repo and apply it here as well.

robbieaverill commented 4 years ago

The other repo's patch is here: https://github.com/chec/commercejs-nextjs-vercel/pull/6

botex98 commented 4 years ago

@robbieaverill may I solve this issue?

robbieaverill commented 4 years ago

@botex98 yes please!

robbieaverill commented 4 years ago

Fixed in #106, thanks @botex98