Guest Posted February 20, 2003 Share Posted February 20, 2003 Hi! I need some help setting up my installation of osCommerce. I'm using osCommerce and Postnuke to build up a site for a Yamaha-vendor. On the postnuke pages I have set up a background image and I want to use that on the osCommerce pages too, but I can't seem to find out where and how to set it up. Any ideas/solutions??? The site is located at http://www.mc-og-motor.no (The osCommerce pages are located in "Motorsykler", "Sn?scooter", "B?t og b?tmotor" and "ATV / 4-hjuling" on the flash menu) Link to comment Share on other sites More sharing options...
Waza04 Posted February 20, 2003 Share Posted February 20, 2003 You do this in your catalog stylesheet, for more info http://guide.oscdox.com Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2003 Share Posted February 20, 2003 Great! Finally got it working! Thanks! Now I have another question; where do I edit the text links on the top of the pages. (Example: site url >> catalog >> category >> product) I don't want the site url to show in these links, because that link don't work well with postnuke Link to comment Share on other sites More sharing options...
Waza04 Posted February 20, 2003 Share Posted February 20, 2003 Open up Header.php from your includes folder: And then remove this section: <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="headerNavigation"> <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td> <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a> | <a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> | <?php } else { ?><a href="<?php echo tep_href_link(FILENAME_LOGIN, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGIN; ?></a> | <?php } ?><a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> </td> </tr> </table> Im not 100% sure about this, make a backup first!! Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2003 Share Posted February 20, 2003 I'm not using the whole original header. It's just the text links I'm using, and I can't find them in header.php. I know that I have altered them earlier, but I can't remember where :( To be more accurate of what links I mean...it's the line which expands when a user goes further in the catalog structure. Here's a link to one of the pages: http://www.mc-og-motor.no/modules.php?op=m...23%3e%3c%2Fa%3e On this page this line says: www.mc-og-motor.no >> Katalog >> Motorsykler >> Nye motorsykler I want to get rid of the site url (www.mc-og-motor.no), but keep the rest of the line Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.