vue-storefront icon indicating copy to clipboard operation
vue-storefront copied to clipboard

Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to...

Results 187 vue-storefront issues
Sort by recently updated
recently updated
newest added
trafficstars

### How the project can be improved? for SEO, bookmarking, sharing link, it's good to include store and language information in the path for multiple store and/or multiple language. This...

### Describe the Bug The name of a param in `removeItem` action in `UseWishlistFactoryParams` interface is misleading. ``` removeItem: ( context: Context, params: { currentWishlist: WISHLIST; product: WISHLIST_ITEM; customQuery?: CustomQuery;...

bug

The i18n-related cookies are only set with the SameSite: Lax flag. We should set them with SameSite:strict & Secure flag AC: add SameSite: Strict and secure to i18n cookies

backlog

The acceptLanguage property on the api-client is different from what is set for the nuxt-i18n plugin which sets a language map based on the defined locales: [https://github.com/vuestorefront/vue-storefront/blob/main/packages/commercetools/composables/nuxt/index.js#L7](https://github.com/vuestorefront/vue-storefront/blob/main/packages/commercetools/composables/nuxt/index.js#L7)

backlog

### How the project can be improved? It will be great. If you can update a getCurrencyByLocale method in the https://github.com/vuestorefront/vue-storefront/blob/main/packages/core/nuxt-module/lib/plugins/i18n-cookies.js Like this const getCurrencyByLocale = (locale) => i18n.numberFormats?.[locale]?.currency?.currency ||...

## What is the motivation for adding / enhancing this feature? In documentation for Adyen, we should mention that developer should apply HMAC verification for Notification Module. ## What are...

feature request
1: Easy
Next
backlog

### Describe the Bug i use the commerce-tools`s template,and when i visit by phone, the bottom menu is show.and i click the button "menu",or click the mune page`s child item,...

bug

Blockers: `vsf-tu` should give the ability to export `generator` function. Summary: The impact of this problem is probably low. I had one piece of information about described behavior. Reason: Some...

backlog

I noticed a few issues with the current approach when working on a [fix for currency internationalization](https://github.com/vuestorefront/vue-storefront/pull/5953). The fix linked above adds a plugin that creates `vsf-locale`, `vsf-currency`, and `vsf-country`...

backlog

At this moment, when we call `load` function from our composables, the given object is being loaded only once. That was intentional to protect the front-end from overloading (loading the...

RFC
Next
backlog