This is a discussion on [BugFix]Change Currenices From product_info.php failing within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; 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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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: 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;
Code: $boxContent .= '</form>';
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bugfix 85-checkout_shipping_address checkout_payment_address | kenlyle | osCMax v2 Features Discussion | 1 | 01-05-2006 08:56 AM |
| Categories.php bugfix for larger stores | gamefreak7 | osCMax v2 Installation issues | 0 | 08-05-2005 10:32 PM |
| locall install on windows/apache - Failing at step 1! | GwilliamP | osCMax v2 Installation issues | 4 | 07-08-2005 05:05 AM |
| product_info.php | Migraine | osCommerce 2.2 Modification Help | 1 | 04-20-2005 08:18 AM |
| [BugFix] v1.5 Category Descriptions Bug | michael_s | osCMax v1.7 Discussion | 0 | 09-25-2003 11:50 PM |