bleroy / Nwazet.Commerce

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

Added null checks on attributes for productPart #94

Closed MatteoPiovanelli-Laser closed 7 years ago

MatteoPiovanelli-Laser commented 7 years ago

Fixes #59

The null checks may also cover some cases that we did not consider so far. Anyway, the net result is that bundles can be added to the cart and treated exactly like "normal" products.

bleroy commented 7 years ago

Thanks!