g0t0pless wrote:
QUOTE:
How do I remove the Payment Instructions at the top of this page? I don't need them posted here.
Edit the "payEvent" function at the bottom of the mls_events.html.php file (lines 603 - 612).
QUOTE:
How do I remove the Admission Fee event_3_62 entry? I don't want it displayed.
Same function as above (lines 614 - 617).
QUOTE:
How do I remove the package ID numbers under the name of each package? This will cause confusion.
I put it there so if users do not use paypal to pay (use bank transfer), they can put this number down as a comment for the payment. You can then just manually add the payment and the user will automatically be set as "paid".
But on line 632 in this file you have code saying
<br /><?=$row->code;?>, just remove this bit.