schlegk Posted January 17, 2005 Posted January 17, 2005 I just installed a contribution that posts reviews directly on the product info page...but now I have lost the table that the page navigation is in. Compare the page navigation bars here http://secure.rdns6.net/~cardsand/webstore...products_id=641 and here http://secure.rdns6.net/~cardsand/webstore...opping_cart.php That table is missing and I've tried many options, but can't get it to display properly. I also want a back button on the product description page. I had one before I installed this contribution! Here is the faulty code: <?php } } else { ?> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="smallText"><?php echo TEXT_NO_REVIEWS; ?></td> </tr> <?php } } else { ?> <tr> <td><br><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="main"><a href="<?php echo tep_href_link(FILENAME_PRODUCT_REVIEWS, substr(tep_get_all_get_params(), 0, -1)); ?>"><?php echo tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS); ?></a></td> <td align="right" class="main"><input type="hidden" name="products_id" value="<?php echo $product_info_values['products_id']; ?>"><?php echo tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td> </tr> </table></td> </tr> <?php } //// End Reviews on Product Information page hack ?> <tr> <td><br> Please help! Karim
schlegk Posted January 17, 2005 Author Posted January 17, 2005 Ok, I give up on installing this contribution....but Does anyone know how to add the Reviews button back to the product_info page nav bar? I must have deleted that part of the code. Thanks, karim
Recommended Posts
Archived
This topic is now archived and is closed to further replies.