kaileybug Posted November 18, 2006 Posted November 18, 2006 Hello. I have successfully installed the Header Tags Controller portions described in the GeneralReadme.txt and the ReadmetoOperate.txt. I am now trying to implement coding changes as defined in ReadmetoAdmin.txt As I am going through these coding changes, several of the strings of code I am supposed to locate and replace do not exist in my /admin/categories.php file. Questions are: Do I go ahead and install code as described in the .txt file? Can someone look at my code and see where and if I need to contribute the remaining items from .txt file. I am highly confused at this point and do not understand why, if it is supposed to be there, I ihave so much code missing. For example: Find the following (approx line 663) <?php for ($i=0, $n=sizeof($languages); $i<$n; $i++) { ?> <tr> <td class="main" valign="top"><?php if ($i == 0) echo TEXT_PRODUCTS_DESCRIPTION; ?></td> <td><table border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main" valign="top"><?php echo tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']); ?> </td> <td class="main"><?php echo tep_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '70', '15', (($products_description[$languages[$i]['id']]) ? stripslashes($products_description[$languages[$i]['id']]) : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))); ?></td> </tr> </table></td> </tr> <?php } ?> <tr> <td colspan="2"><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td> </tr> This code does not exist in my admin/categories.php file Any assistance would be greatly appreciated. I have a modified OSCommerce, with many contributions. Thanks in advance for you time, Best regards, Carolyn Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.