
Originally Posted by
reefland
Still having issues as well.
1) All CAPTCHA images render properly.
2) Contact Us - CAPTCHA works, no login required.
3) Tell a Friend - CAPTCHA works, no login required.
4) Write a Review - still gets a LOGON page with CAPTCHA.
Does something else need to be set for a guest to Write a Review???
*sigh* - finally figured out. I did not remove the following code from the \includes\modules\pages\product_reviews_write\header_php.php
Code:
if (!$_SESSION['customer_id']) {
$_SESSION['navigation']->set_snapshot();
zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
}
Working as advertised now. There are several differences between 1.39h and the page included in this products download. Hard to figure out which differences need to be ignored and which need to be included.