nicko107 Posted September 6, 2006 Share Posted September 6, 2006 (edited) Hello This contributions include instructions to modify the header of catalog to display a modern design with gradient color in background of header, http://www.oscommerce.com/community/contributions,4514 DEMO: http://www.oscommerce-demo.com/demo01/ and add some features: - Search box in header with quickdown menu to select a specific category or subcategory to search in This is create with contribution: Search Box Anywhere create by Tim Elam aka Bigredman74 http://www.oscommerce.com/community/contributions,3295 - Banner in header: added code for display a banner in header, by default display the same banner of footer of osCommerce, include instructions to add other banners and create new group for display differents banners. - Add to favorite links in header, and possibilite to add other links, include instructions to add Site Map links for contribution Dynamic Sitemap. INCLUDE: Include instructions in english and spanish, graphics files, PSD format of graphics files for customizations, screenshots, 5 different colors for background of header. nicko107 Edited September 6, 2006 by nicko107 Quote Link to comment Share on other sites More sharing options...
Get-Wireless 2 Posted December 18, 2006 Share Posted December 18, 2006 Hi, I am using this contrib and must say it looks fantastic, Only snag is I would like the add to faves to be used accross the more common browsers and not just for IE. here is the code which is in the header.php file for the add to faves link <td align="right" class="headerNavigation"><a href="java script:window.external.AddFavorite(location.href,document.title);" class="headerNavigation"><?php echo BOX_HEADER_ADDFAVORITE; ?></a> </td> I have found the following javascript code, However a) I dont know if it would work B) I dont know how to merger with the above to make it work <script language="JavaScript1.2" type="text/javascript"> function CreateBookmarkLink() { title = "Webpage Title"; // Blogger - Replace with <$BlogItemTitle$> // MovableType - Replace with <$MTEntryTitle$> url = "Webpage URL"; // Blogger - Replace with <$BlogItemPermalinkURL$> // MovableType - Replace with <$MTEntryPermalink$> // WordPress - <?php bloginfo('url'); ?> if (window.sidebar) { // Mozilla Firefox Bookmark window.sidebar.addPanel(title, url,""); } else if( window.external ) { // IE Favorite window.external.AddFavorite( url, title); } else if(window.opera && window.print) { // Opera Hotlist return true; } } if (window.external) { document.write('<a href = "java script:CreateBookmarkLink()");">Add to Favorites</a>'); } else if (window.sidebar) { document.write('<a href = "java script:CreateBookmarkLink()");">Bookmark Page</a>'); } else if (window.opera && window.print) { document.write('<a href = "java script:CreateBookmarkLink()");">Add Bookmark</a>'); } </script> Can anyone tell me if it will work and how I would go about merging it please Thanks Shaun Quote Contributions installed so far Discount Coupon Codes Ultimate SEO Urls Star Product Product Description Header template Modern design Search box Add to favorites Discount Plus All Manufacturers Loginbox Best Lightbox V2 Optional Related Products Plus Many more Link to comment Share on other sites More sharing options...
Get-Wireless 2 Posted December 20, 2006 Share Posted December 20, 2006 Does anybody know? Quote Contributions installed so far Discount Coupon Codes Ultimate SEO Urls Star Product Product Description Header template Modern design Search box Add to favorites Discount Plus All Manufacturers Loginbox Best Lightbox V2 Optional Related Products Plus Many more Link to comment Share on other sites More sharing options...
boyhazard Posted March 22, 2008 Share Posted March 22, 2008 I have one question on the demo site of this contribution. What do you have installed for the look that you have? The header is great. Thanks for help! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.