Closed zizther closed 4 years ago
Thanks for reporting this @zizther! I’m not sure how I missed this testing with 3.5 but I’ll get it resolved as soon as I can.
Would you mind switching to workingconcept/craft-snipcart
to dev-develop
and confirming that fixes the issue @zizther? Just finished testing locally and that should do the trick.
Solid turn around. Good work. I have tested and my issues are resolved.
Thanks for sorting this so quickly
Describe the bug
I have products already setup. These all have unique and inventory values. I have it that the Snipcart webhook updates the inventory value. When updating the inventory values up or down it says the entry could not be saved because
SKU must be unique.
The SKUs are all unique, so it seems that some in Craft 3.5 has changed, as it was all working in 3.4. It looks like it is checking the entry against itself before saving, which is why it is showing the error, as the SKU already exists for itself.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When updating a products inventory value the entry should save with the updated value
Screenshots
Software