ergomax Posted July 22, 2008 Posted July 22, 2008 Hi guys, I am in the process of finishing my first oscommerse store. I used a template for the layout and everything works fine, but I really would like to have a part of the original column_right menu back in my shop (but as part of the column left menu), because that isn't part of the layout I tried to replace the column_right myself but the menu appears at the left bottom side of my shop... :rolleyes: .does anyone know how I can fix this problem? If you have a look at my website you will know what i mean.... :lol: website Thank you very much! Paul
Guest Posted July 22, 2008 Posted July 22, 2008 You can move the sections of your columns to a different place such as moving a box from column_right.php to column_left.php. That just involves moving the appropriate code over. If you want to reinstall the right column yo will need to fix your template first. Try looking at these sections <table border="0" width="" cellspacing="0" cellpadding="0" class=""> <tr> <td><table border="0" width="" cellspacing="0" cellpadding="0" class=""> <tr> <td class="column_left"> <table cellspacing="0" cellpadding="0" border="0" > <tr><td bgcolor="#E0E0D6"><img src="images/spacer.gif" border="0" alt="" width="1" height="1"></td> <td width="100%" class="column_left"> <br style="line-height:3px"><ul> <li class="bg_list_un"><strong>1.</strong><a style=" background:none;" href="http://beta-alanine.nl/product_info.php?products_id=29&osCsid=64a8358000b76df4721c082ffd4cf65d">Natrol omega-3 visolie</a></li><ul></td> <td bgcolor="#E0E0D6"><img src="images/spacer.gif" border="0" alt="" width="1" height="1"></td></tr> </table> <table cellspacing="0" cellpadding="0" border="0" > <tr><td width="190" height="4"><img src="images/line1.gif" border="0" alt="" width="190" height="4"></td></tr> <tr><td width="190" height="3"></td></tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- best_sellers_eof //--> <!-- right_navigation_eof //--> </td> </tr> </table> <!-- body_eof //--> <!-- footer //--> </td> </tr> <tr> <td> <table cellpadding="0" cellspacing="0" border="0" style="height:67px; background:url(images/bot.gif)" class="footer"> <tr> <td><img src="images/spacer.gif" border="0" alt="" width="22" height="1"></td> <td style="width:542px"> <br style="line-height:25px"> <strong><a href="http://beta-alanine.nl/specials.php?osCsid=64a8358000b76df4721c082ffd4cf65d">Aanbiedingen</a> | <a href="http://beta-alanine.nl/advanced_search.php?osCsid=64a8358000b76df4721c082ffd4cf65d">Geavanceerd Zoeken</a> | <a href="http://beta-alanine.nl/reviews.php?osCsid=64a8358000b76df4721c082ffd4cf65d">Recensies</a> | <a href="http://beta-alanine.nl/create_account.php?osCsid=64a8358000b76df4721c082ffd4cf65d">Account Aanmaken</a> | <a href="http://beta-alanine.nl/login.php?osCsid=64a8358000b76df4721c082ffd4cf65d">Inloggen</a></strong><br> <br style="line-height:5px"> <a href="http://www.beta-alanine.nl" target="_blank"></a><br><a href="" target="_blank"></a> <a href="http://beta-alanine.nl/privacy.php?osCsid=64a8358000b76df4721c082ffd4cf65d">Privacy Van Gegevens</a><br> </td> <td style="width:182px"><br style="line-height:29px"><img src="images/p1.gif" border="0" alt="" width="371" height="50"><br></td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"></td> </tr> </table> <!-- footer_eof //--> <br> </body> </html>
ergomax Posted July 22, 2008 Author Posted July 22, 2008 Thanks for your quick reply, but I already solved the problem! Seems like the menu was disabled in de column_left by // The only thing I did was to remove them... Thanks !
Recommended Posts
Archived
This topic is now archived and is closed to further replies.