We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line is throwing an error: column pvp.productvariant does not exist
column pvp.productvariant does not exist
vendure/packages/core/src/service/services/product-variant.service.ts
Line 253 in cb82eee
I believe the fix is simple:
vendure/packages/core/src/entity/product-variant/product-variant-price.entity.ts
Line 35 in cb82eee
It's not productVariant but just variant inside the ProductVariantPrice entity.
productVariant
variant
ProductVariantPrice
The text was updated successfully, but these errors were encountered:
fix(core): Fixed wrong join statement for variant on ProductVariantPr…
4580a0a
…ice (vendure-ecommerce#3230)
7798ddc
…ice (#3230) (#3231)
No branches or pull requests
This line is throwing an error:
column pvp.productvariant does not exist
vendure/packages/core/src/service/services/product-variant.service.ts
Line 253 in cb82eee
I believe the fix is simple:
vendure/packages/core/src/entity/product-variant/product-variant-price.entity.ts
Line 35 in cb82eee
It's not
productVariant
but justvariant
inside theProductVariantPrice
entity.The text was updated successfully, but these errors were encountered: