I am looking into getting a SSL, to cover my store script.
Now once I get it, can I still use HTTP for my whole site, and only use the HTTPS for the store?
Meaning I would only use the HTTPS in the PayPal return url:
Code:
$dbt_vbd_ppurl .= '&return = https//MYSITE.com/store_payments.php?do=thankyou';
Instead of:
Code:
$dbt_vbd_ppurl .= '&return='.$vbulletin->options['bburl'].'/store_payments.php?do=thankyou';