kelly34 Posted January 15, 2005 Share Posted January 15, 2005 Hi, I have removed the categories from the left/right column and would like to put a drop box in the header navigation bar with the categories. Could someone please tell me if there is a contrib for this or if not could someone script one for me. I am willing to pay for your time Thanks Link to comment Share on other sites More sharing options...
boxtel Posted January 15, 2005 Share Posted January 15, 2005 Hi, I have removed the categories from the left/right column and would like to put a drop box in the header navigation bar with the categories. Could someone please tell me if there is a contrib for this or if not could someone script one for me. I am willing to pay for your time Thanks <{POST_SNAPBACK}> as long as you realize that search engines do not read dropdown boxes. Treasurer MFC Link to comment Share on other sites More sharing options...
kelly34 Posted January 15, 2005 Author Share Posted January 15, 2005 thankyou for that I have the catalogue in the centre shop but need it in the header as well so it is accessible from the product pages. Link to comment Share on other sites More sharing options...
boxtel Posted January 15, 2005 Share Posted January 15, 2005 thankyou for that I have the catalogue in the centre shop but need it in the header as well so it is accessible from the product pages. <{POST_SNAPBACK}> ok, in that case : http://www.oscommerce.com/community/contri...h,category+drop Treasurer MFC Link to comment Share on other sites More sharing options...
kelly34 Posted January 15, 2005 Author Share Posted January 15, 2005 had a look at your suggestion thanks however this still requires a column and I have none Link to comment Share on other sites More sharing options...
♥cannuck1964 Posted January 16, 2005 Share Posted January 16, 2005 <?php echo '<form method="get" action="' . tep_href_link (FILENAME_DEFAULT, '', 'NONSSL') . '">', tep_draw_pull_down_menu('cPath', tep_get_categories(array(array('id' => '', 'text' => PULL_DOWN_DEFAULT))), $cPath, 'onchange="this.form.submit();"'), '</form>'; ?> this will give you a drop down with the categories.... cheers and HTH Peter M. Peter McGrath ----------------------------- See my Profile (click here) for more information and to contact me for professional osCommerce support that includes SEO development, custom development and security implementation Link to comment Share on other sites More sharing options...
♥cannuck1964 Posted January 16, 2005 Share Posted January 16, 2005 I am willing to pay for your time PS send Harald something....he works hard at this..... Peter McGrath ----------------------------- See my Profile (click here) for more information and to contact me for professional osCommerce support that includes SEO development, custom development and security implementation Link to comment Share on other sites More sharing options...
kelly34 Posted January 18, 2005 Author Share Posted January 18, 2005 <?php echo '<form method="get" action="' . tep_href_link (FILENAME_DEFAULT, '', 'NONSSL') . '">', tep_draw_pull_down_menu('cPath', tep_get_categories(array(array('id' => '', 'text' => PULL_DOWN_DEFAULT))), $cPath, 'onchange="this.form.submit();"'), '</form>'; ?> this will give you a drop down with the categories.... cheers and HTH Peter M. <{POST_SNAPBACK}> Thankyou for the code... Could you please tell me what file I should be editing. Thankyou Link to comment Share on other sites More sharing options...
♥cannuck1964 Posted January 19, 2005 Share Posted January 19, 2005 Well if you want it to show up in the top Nav Bar Top, and you have a standard oscommerce shop, then catalog/includes/header.php is where it normally resides. If you have added in BTS or STS, then I am not sure, since it will depend on your layout..... cheers and HTH Peter M. PS. Don't forget Harald...... :-" Peter McGrath ----------------------------- See my Profile (click here) for more information and to contact me for professional osCommerce support that includes SEO development, custom development and security implementation Link to comment Share on other sites More sharing options...
kelly34 Posted January 19, 2005 Author Share Posted January 19, 2005 Well if you want it to show up in the top Nav Bar Top, and you have a standard oscommerce shop, then catalog/includes/header.php is where it normally resides. If you have added in BTS or STS, then I am not sure, since it will depend on your layout..... cheers and HTH Peter M. PS. Don't forget Harald...... :-" <{POST_SNAPBACK}> Thankyou for your assistance. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.