vendure
vendure copied to clipboard
The most customizable commerce platform built with TypeScript, NestJS and GraphQL.
Is there a reason why creating an account with an email already registered doesn't return an error?
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...
**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...
**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...
**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...
**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:...
**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...
**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...
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...