Sent you the link but answered my own question.
In adv_portal_paypal find the line that has the payment amount on it (0.00) and change it to the following:
<input type="text" name="amount" size="6" value="$vboptions[billspp_defaultamount]" />
Replacing the 0.00 with $vboptions[billspp_defaultamount]
This will then pick up the default amount you set in the admin panel and display it in the module on the home page instead of the 0.00.
|