bleroy / Nwazet.Commerce

Idiomatic commerce module for Orchard CMS.
BSD 3-Clause "New" or "Revised" License
26 stars 21 forks source link

FIxes Issue #58 #91

Closed MatteoPiovanelli-Laser closed 7 years ago

MatteoPiovanelli-Laser commented 7 years ago

Fixes #58 The buttons were not displayed because of an exception in the GetAttributes method from the ProductAttributeService.

I fixed that code to handle the case where Attributes have been deleted. I also added code to the ProductAttributesPartDriver, so that when the Part is saved, any deleted attributes are removed from the record.

MatteoPiovanelli-Laser commented 7 years ago

The change I had to make to the validation makes it so that the record for the ProductAttributesPart is also updated whenever someone tries to add the product to the cart.