This line gives me an error when I click the verified link, and I am verified with PayPal.
Code:
<a href="https://www.paypal.com/au/verified/pal=$vbsettings[paypal_email]" target="_blank">
And ideas what it should be? I am in the US.
EDIT: FIXED! Ok, I got this fixed. The template was calling the wrong variable. Also, you need to use $vboptions and not $vbsettings. That's why the verifying pages were not going to your verified account. The code above should be replaced with this (if you are in the US):
Code:
<a href="https://www.paypal.com/us/verified/pal=$vboptions[billspp_email]" target="_blank">
I would also suggest adding another setting for the country code in the link (i.e., us, au, etc.) That will make this more widely versatile.