Quote:
Originally Posted by messengermatt
When i test the donate button and it goes to paypal it says
"Donation From <span style="
Is there a fix for this at all ?
|
In admin CP search in templates for
PHP Code:
<input type="hidden" name="item_name" value="Donation From {vb:raw bbuserinfo.musername}">
Replace with
PHP Code:
<input type="hidden" name="item_name" value="Donation From {vb:raw bbuserinfo.username}">