bleroy / Nwazet.Commerce

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

Cart life cycle #126

Closed MatteoPiovanelli-Laser closed 7 years ago

MatteoPiovanelli-Laser commented 7 years ago

part of the things discussed in #117

In this PR I am adding cart life cycle events. I made an event interface for the events on a cart I could think of:

I provided a default implementation for the event handler, that will trigger wrokflow activities specific for all steps.

I also made a few changes to the tokens for the cart (and added one for the item added/removed), because it wass not outputing the strings for products as I expected them to (attributes where not written out, instead having their class name as a string).

MatteoPiovanelli-Laser commented 7 years ago

Updated the PR

bleroy commented 7 years ago

Thanks!