Active
Project:
Ubercart Donation Products
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
7 Sep 2009 at 22:47 UTC
Updated:
3 Mar 2023 at 00:44 UTC
Comments
Comment #1
bcobb10b commentedFrankie4260 -- did you ever resolve this issue? I've installed the module & have the same problem -- the editable amount field shows in the same place as in your screen shot.
It seems to have moved to this location when I deactivated the shipping module -- I need to confirm this.Bill Cobb
Comment #2
matt_donnelly commentedI got this working OK on my site. In the Hook Functions (TAPIr) section of donation.module. (~line 450), I made some changes to function uc_donation_table_alter(). I also enabled the Amount column in the Table Display Settings under Ubercart Configuration.
Original code:
My modified code
Hope this helps. BTW I am no PHP expert.