vendure icon indicating copy to clipboard operation
vendure copied to clipboard

The most customizable commerce platform built with TypeScript, NestJS and GraphQL.

Results 629 vendure issues
Sort by recently updated
recently updated
newest added

Is there a reason why creating an account with an email already registered doesn't return an error? **Update - more information** Running the following mutation multiple times with the same...

type: feature ✨
type: security 🔐
P4: low

**Is your feature request related to a problem? Please describe.** Right now you can't add or edit tables in the rich text editor. If a table exists, attempting to edit...

@vendure/admin-ui
type: feature ✨

**Is your feature request related to a problem? Please describe.** I find it here: https://www.vendure.io/docs/user-guide/orders/#refunds But, only in admin-ui. And I checked the shop-api, there no api for `Customer apply...

**Is your feature request related to a problem? Please describe.** I would like to display custom history entries with a custom `HistoryEntryType`. Example: We have a marketplace and issue a...

@vendure/core
type: feature ✨

**Is your feature request related to a problem? Please describe.** Order and Customer History are invaluable tracking tools. However, in their current state, they cannot be extended by plugins. **Describe...

@vendure/core
type: feature ✨

**Describe the bug** Can not update customFields programmatically **To Reproduce** Steps to reproduce the behavior: 1. config ``` customFields: { Customer: [ { name: 'rtsUid', type: 'string', public: true, readonly:...

type: bug 🐛

**Describe the bug** When the activeOrder has only 1 orderline left, and the client changes the amount of the orderline to 0, Vendure returns an error: `Float cannot represent non...

type: bug 🐛

**Describe the bug** ``` QueryFailedError: index row size 3208 exceeds btree version 4 maximum 2704 for index "IDX_9a5a6a556f75c4ac7bfdd03410" it is: "IDX_9a5a6a556f75c4ac7bfdd03410" ON search_index_item (description); ``` **To Reproduce** Steps to reproduce...

type: bug 🐛
stale

Fixes issue #1683 I eagerly loaded OrderLine customFields in certain places. Changed OrderLine customField equality function Added tests I was finding a lot of edge cases when I was programming...

**Describe the bug** When we create a customfield we can set that the value must be in a list of values. But if the field is nullable obviously there isn't...

type: bug 🐛