Hi,
A small code bug has been located in the catalog/includes/boxes/tell_a_friend.php file. This problem causes the product_info.php page to incorrectly redirect to the login page when a customer changes currencies.
The problem is simple, a closing form tag is missing from the box. You can either manually add the following code change, or simply download the attached file and replace catalog/includes/boxes/tell_a_friend.php.
Find this code:
And add this line after it:Code:$boxContent .= tep_draw_input_field('to_email_address', '', 'size="10"') . '&nbsp;' . tep_image_submit('button_tell_a_friend.gif', BOX_HEADING_TELL_A_FRIEND) . tep_draw_hidden_field('products_id', $HTTP_GET_VARS['products_id']) . tep_hide_session_id() . '<br>' . BOX_TELL_A_FRIEND_TEXT;
Or, just download the attached zip and use the replace the tell_a_friend.php file with the file in the zip.Code:$boxContent .= '</form>';




LinkBack URL
About LinkBacks









Bookmarks