n21 Posted December 2, 2006 Posted December 2, 2006 Hello ! First: osCommerce is great and thanks for everything. Second: How could I remove the left info (Top>>Category>>...) on my navigation bar, but not the right info (account, cart, Order)? I tried to delete the text, ok no name is diplayed but the arrows are still here and don't know where to delete them, that would be a solution but have to make it on each languages. Best solution would be to disable the display of categories navigation, but where, and how...? Best regards tony
Guest Posted December 2, 2006 Posted December 2, 2006 <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td> This is what to delete in catalog/includes/header Back up first to be safe
n21 Posted December 3, 2006 Author Posted December 3, 2006 That's the thing to do, it works perfectly ! Thanks !
Recommended Posts
Archived
This topic is now archived and is closed to further replies.