Quote:
Originally Posted by NiTRoN
donations module has one error..
edit donation.module and search for
PHP Code:
<input type="hidden" name="item_name" value="
and replace whole line with ...
PHP Code:
<input type="hidden" name="item_name" value="$vboptions[billspp_payfor]" />
is correct..
the other one places your userid.. instead the "Donation Description from settings"
|
ill take a look at it and see but it had all the info in there before