Quote Originally Posted by dharrison View Post
Hi Jeking

I changed the script to https and nothing.

As the site is 1.5.3 I checked what I had before (many moons ago when this worked) and checked the files (as it says to add the code manually.

The readme file instructed me to add

Code:
<?php echo recaptcha_get_html(); ?>
But comparing the tempalte files in WinMerge I also found

Code:
<?php echo recaptcha_get_html(true); ?>
Code:
<?php echo recaptcha_get_html(false); ?>
And under the write product reviews this was used:

Code:
<?php echo recaptcha_get_html($publickey, $resp->error,$request_type == 'SSL'); ?>
So goodness knows. I thought I had done the right thing but the CAPTCHA is being ignored.
You'll want to check that the versions of those templates in your template override folder are current. Meaning compare them to the default versions for 1.5.3.