n3oltd / N3O.Umbraco

N3O extensions to the Umbraco CMS
MIT License
3 stars 3 forks source link

Extend cart to support allocations linked to pages (including messages of support) #383

Closed nadrummond closed 1 month ago

nadrummond commented 9 months ago

Whether clients will be embedding the crowd funding in an existing site or running it standalone, we will in both cases be using the existing cart/checkout. We therefore need to extend the Allocation object so that it can contain information about the page it was donated on (ID of page), any comments, whether the name of the donor is shown etc. This is so this can be stored in the cart.

At the conclusion of checkout we will need to add a hook that scans the cart for any allocations related to crowd funding and inserts these into the appropriate SQL table.

talhamalik4025 commented 1 month ago

This was done