Michael Bromley
Michael Bromley
@mschipperheyn thanks, this is very good feedback and yes, not knowing which relations are joined is one of the main shortcomings of the TypeORM type system. Are you able to...
Thanks for this detailed explanation, it is helpful! So regarding the TS typings for custom fields, this is covered here: https://beta-docs.vendure.io/guides/developer-guide/custom-fields/#typescript-typings - let me know if that is helpful on...
One to add the the Admin UI customization docs: - https://github.com/vendure-ecommerce/vendure/discussions/2368 Add IDE plugin config example: ```yaml name: Vendure GraphQL Schema schema: schema.graphql extensions: endpoints: admin: url: http://localhost:3000/admin-api shop: url:...
Add section on all aspects of email handling, including how to toggle dev/prod mode in the email config: ```ts EmailPlugin.init({ handlers: [ // ... ], templatePath: path.join(rootDir, 'static/email/templates'), globalTemplateVars: {...
Hi! Have you tried implementing something like this yourself as a custom PromotionAction? I think it should be possible using existing APIs.
Yes, it can be added to the default actions, but I suggested it as something you can do if you need support right now and cannot wait for core support....
Thanks for the report! @davidhoeck a little detail here on the website can be improved if you get time 👍
Hi, I've no experience trying to deploy this to Vercel, but based on your successful deployment, does anything need to change in this repo to make the experience better? Or...
This repo is unmaintained. An updated fork is here: https://github.com/vendure-ecommerce/ngx-translate-extract For background see https://github.com/biesbjerg/ngx-translate-extract/issues/246#issuecomment-1211682548
Hi @ashishkpaul I think this may be because the Elasticsearch plugin defaults to `take: 10` if no explicit `take` argument is passed to the search query: https://github.com/vendure-ecommerce/vendure/blob/0441a0338aeb7742012e24594feb67935d09b2fc/packages/elasticsearch-plugin/src/build-elastic-body.ts#L136