richard.pendergast-notatallstrange
-
11/19/2008 1:15:53 AM
Donations
We are using Kentico to build a charity site that will require the ability to process donations via a custom payment gateway integration.
The way we are looking at it, a donation is essentially just a product with a price chosen by the user.
We have put together several proofs, but am unsure what best practice within Kentico would actually be.
I'm assuming that it will be something along the lines of:
1. cloning the appropriate web parts and forms, so that when a donation is displayed a textbox is also displayed allowing for an amount to be entered
2. extension of the code behind so that the user entered amount is stored against the shopping cart item rather than the sku price
3. setting the web.config so that the sku price does not overwrite the user entered price whenever a there is a recalculation
Any advice here would be greatly appreciated.
We will be putting this together over the next couple of days and would be happy to come back with a finished solution and a writeup you might be interested in posting in the blogs - perhaps as a guest user contribution?
|