U_Go_Girl Posted March 29, 2007 Posted March 29, 2007 Hi ... l'm a newbie at this and l need some help to how can l edit/delete such items : 1) Where can l delete this -Add Comments About Your Order and the box 2) And Where can l edit and insert my own words and delete - 467 requests since Monday Thanks !!!
bill110 Posted March 29, 2007 Posted March 29, 2007 Hi ... l'm a newbie at this and l need some help to how can l edit/delete such items :1) Where can l delete this -Add Comments About Your Order and the box 2) And Where can l edit and insert my own words and delete - 467 requests since Monday Thanks !!! 1) catelog/checkout_shipping.php find and delete: <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b><?php echo TABLE_HEADING_COMMENTS; ?></b></td> </tr> </table></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td><?php echo tep_draw_textarea_field('comments', 'soft', '60', '5'); ?></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> 2) catelog/includes/footer.php find this: <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> change it like this <td align="right" class="footer"> <?php echo FOOTER_TEXT_REQUESTS_SINCE; ?> </td> Then catelog/includes/languages/english.php find this: define('FOOTER_TEXT_REQUESTS_SINCE', 'requests since'); define('FOOTER_TEXT_REQUESTS_SINCE', 'Your text here'); My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
U_Go_Girl Posted March 29, 2007 Author Posted March 29, 2007 1) catelog/checkout_shipping.php find and delete: <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b><?php echo TABLE_HEADING_COMMENTS; ?></b></td> </tr> </table></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td><?php echo tep_draw_textarea_field('comments', 'soft', '60', '5'); ?></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> -------------------------------------------------------------------------------------------------------------------------------------------- tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b><?php echo TABLE_HEADING_COMMENTS; ?></b></td> </tr> </table></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td><?php echo tep_draw_textarea_field('comments', 'soft', '60', '5'); ?></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> --------------------------------------------------------------------------------------------------------------------- Dear Bill, Hi .... l cant seems to find what to delete/edit as what u post me are the same as mine - Pls compare its the same : <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b><?php echo TABLE_HEADING_COMMENTS; ?></b></td> </tr> </table></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td><?php echo tep_draw_textarea_field('comments', 'soft', '60', '5'); ?></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> 2) l get this : Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /var/www/html/store/includes/footer.php on line 18 More advise on this please ....... :(
U_Go_Girl Posted April 1, 2007 Author Posted April 1, 2007 1) catelog/checkout_shipping.phpfind and delete: <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b><?php echo TABLE_HEADING_COMMENTS; ?></b></td> </tr> </table></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td><?php echo tep_draw_textarea_field('comments', 'soft', '60', '5'); ?></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> 2) catelog/includes/footer.php find this: <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> change it like this <td align="right" class="footer"> <?php echo FOOTER_TEXT_REQUESTS_SINCE; ?> </td> Then catelog/includes/languages/english.php find this: define('FOOTER_TEXT_REQUESTS_SINCE', 'requests since'); define('FOOTER_TEXT_REQUESTS_SINCE', 'Your text here'); Thanks bill ... l manage to change No.2 question but as for No.1-l made a mistake and the problem transfer to other file hehe ... duno what l did or probably l'm just dumb enough,care to have a look at it? :( <_< :huh: :huh:
U_Go_Girl Posted April 5, 2007 Author Posted April 5, 2007 1) catelog/checkout_shipping.phpfind and delete: <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b><?php echo TABLE_HEADING_COMMENTS; ?></b></td> </tr> </table></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td><?php echo tep_draw_textarea_field('comments', 'soft', '60', '5'); ?></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> 2) catelog/includes/footer.php find this: <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> change it like this <td align="right" class="footer"> <?php echo FOOTER_TEXT_REQUESTS_SINCE; ?> </td> Then catelog/includes/languages/english.php find this: define('FOOTER_TEXT_REQUESTS_SINCE', 'requests since'); define('FOOTER_TEXT_REQUESTS_SINCE', 'Your text here'); Dear Bill, After deleting the add your comment and it box That is where it all started as the table format jumble up so l just gona stick to it As l'm not expert in amend here and there >_< blur hehe ... and out of curiousity- Do u actually have that column in your web? lf l were to change the text-is it ok and can it be lock so that nothing can be written in there? Please give me some suggestion as u have seen my web. Thanks !!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.