storefront-remix-starter icon indicating copy to clipboard operation
storefront-remix-starter copied to clipboard

A storefront starter kit for Vendure built with Remix

Results 26 storefront-remix-starter issues
Sort by recently updated
recently updated
newest added

## Problem After a clean install the terminal displays the following errors: ``` Error: Cannot find package 'accept-language-parser' imported from /home/dev-adrian/Documents/Mlabs/Gitea/mlabs-facturacion-electronica/apps/storefront-remix-starter/build/index.js Did you mean to import [email protected]/node_modules/accept-language-parser/index.js? at new NodeError...

Heyo! :wave: Noticed that https://remix-storefront.vendure.io/sitemap.xml currently just errors out. Just an idea. :smile: :+1:

Hi there, I am interested in integrating Facebook login into my Remix storefront by utilizing remix-auth-socials. However, since Vendure is the default GraphQL API, there does not appear to be...

This issue concerns code review feedback for the Vendure storefront Remix starter. The feedback is intended to improve the Remix starter by providing a to-do list. If you would like...

This expression never yields `false`: https://github.com/vendure-ecommerce/storefront-remix-starter/blob/e32cebdf914a5667cabca5d45089a0865489a248/app/routes/checkout/index.tsx#L74 ...since the initialized value is `0`, not `null`: https://github.com/vendure-ecommerce/storefront-remix-starter/blob/e32cebdf914a5667cabca5d45089a0865489a248/app/routes/checkout/index.tsx#L61 Setting `null` as the initial value messes up the address selectors default selection, so this...

bug
help wanted

The user is currently able to log out from `/account/history`, `/account/addresses` and `/account/password`, so this mechanism should be revised: https://github.com/vendure-ecommerce/storefront-remix-starter/blob/e32cebdf914a5667cabca5d45089a0865489a248/app/root.tsx#L57 Otherwise the log-out does not get reflected until a full...

bug
help wanted

When customer is logged in and has added product to cart and gets to /checkout and they have lets say 1 shipping address they cant add a new shipping address...

Graphql codegen has a [client preset plugin](https://the-guild.dev/graphql/codegen/plugins/presets/preset-client) which has the following advantage over the current generic SDK plugin: - It "automatically" types the graphql operation, so it is explicit in...

help wanted

Fixed: Corrected the broken link pointing to /routes/__cart/index to ensure proper navigation. Removed: Deleted the "Browse All Categories" link and its corresponding div as it was redundant and referencing an...