Donation
Brief
A topic of interest along the lines of e-commerce implimentations which accept variable input for a financial donation, custom gift certificate, promotion code, etc.
Examples
As discused in the forum...
- Using a workflow event and trigger to set the price summited by a user via $_POST variables during add to basket.
- Using a custom datatype to use the submitted price instead during the add to basket usage.
- Adding user permissions to create an instance of a class and update of a the object attribute transparently to the user (useful for complex product creation from other products)
- Kernel Patch (of various types)
External reference
- Forum: Shop Donation