Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I change the cartlogo link.


peeta

Recommended Posts

Where do I find the link for the cart logo at the top of the page. I want to change that link to open the contact page instead. I looked in english.php but could not find it. I spent time searching the forums but found nothing related. mThe following line was taken from header.php.

 

<?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'cartlogo.gif', 'osCommerce') . '</a>'; ?>

 

Thanks

Link to comment
Share on other sites

the html links for these icons are in the includes\header.php You could change the FILENAME_DEFAULT to FILENAME_CONTACT_US The filenames are defined in the includes\filenames.php FILENAME_DEFAULT is the index.php

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...