Michael Bromley
Michael Bromley
Gross price display in product variant price detail is not based on the one calculated by a strategy
The issue here is that the `ProductVariantPriceCalculationStrategy.calculate()` method is one-way: i.e. it takes the "raw" price from the ProductVariantPrice entity in the DB and transforms it in some way. When...
Hi, Can you share the createRefund method on the paymentMethodHandler you use?
Hi! Thanks for the contribution. I just testing this locally and it works fine and wow - vue 3 compiles very fast! One thing I'd like to see is that...
Hi @lucasvieceli Thank you for your contribution! I have a few points / questions: 1. Would you be able to do this PR _without_ formatting all the files? It makes...
Hi, I'm not sure what's the problem here. There isn't very much in the way of error messages to go off. I would start by googling the general problem and...
Unfortunately no, it's not been updated for 2 years (!!!) so there are quite a few APIs that changed in the mean time.
The angular storefront is used in the demo (demo.vendure.io/storefront), which is why it is always up to date. I have no plans to update this Gatsby repo myself, mainly because...
Good point. Maybe it is the case that the mailbox should not even be enabled in a docker-compose project, since it is firmly intended to be a local, dev-time convenience,...
Is this still an issue if you delete the yarn.lock file and allow it to use the latest version of Vendure (1.4.6 currently)? Newer versions are using up-to-date Sharp versions...
@mschipperheyn I think this is a bug and I agree it should be fixed. If we look at the product creation/update process, we see a step where we validate a...