palitra Posted December 3, 2009 Posted December 3, 2009 Hello Jack, I,m trying to install your great contr. In my shop (MS2) index and product_info files there are differences I can not figure out what to replace. The codes in index.php here://FIND (Around line 78): <?php echo tep_draw_top();?> <?php new contentBoxHeading_ProdNew($info_box_contents);?> <?php echo tep_draw1_top();?>; here: ///FIND (Around line 247): ?> <td class="<?php echo CONTENT_WIDTH_TD; ?>"><?php echo panel_top(); ?> <?php echo tep_draw_top();?> and here: //FIND (Around line 298) - is missing. In product_info.php // FIND (around line 33): <!-- body //--> <table border="0" class="<?php echo MAIN_TABLE; ?>" cellspacing="0" cellpadding="0"> <tr> <td class="<?php echo BOX_WIDTH_TD_LEFT; ?>"><table border="0" class="<?php echo BOX_WIDTH_LEFT; ?>" cellspacing="0" cellpadding="0"> <!-- left_navigation //--> //FIND (around line 102): <?php echo tep_draw_top();?> <?php echo tep_draw_title_top();?> <div class="left_part"><?php echo $breadcrumb->trail(' » ')?> » <?php echo $products_name; ?></div><div class="right_part"><?php echo $products_price2; ?></div> <?php echo tep_draw_title_bottom();?> <?php echo tep_draw1_top();?> // FIND (around line 240): <?php echo tep_draw_bottom();?> </form></td> This may be is simple but I,m not a pro. Thanks in advance! 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.