dennis@dhlhomefurnishings. Posted September 4, 2008 Posted September 4, 2008 Hello I installed the contribution twice but cant get it up and running. I can find the menu refered to in the install instructions - admin >> configuration >> more catagories - but cant find admin >> catagories >> more catagories. I read another thread that said to check step 4 in the install instructions and I have done that but it seems ok. This is the content of admin >> includes >> boxes >>catalog.php <?php /* $Id: catalog.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] Copyright © 2002 osCommerce Released under the GNU General Public License */ ?> <!-- catalog //--> <tr> <td> <?php $heading = array(); $contents = array(); $heading[] = array('text' => BOX_HEADING_CATALOG, 'link' => tep_href_link(FILENAME_CATEGORIES, 'selected_box=catalog')); if ($selected_box == 'catalog') { $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_CATEGORIES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '</a><br>' . '<a href="' . tep_href_link(FILENAME_MANUFACTURERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_MANUFACTURERS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_REVIEWS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_REVIEWS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_SPECIALS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_SPECIALS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a>'); } $box = new box; echo $box->menuBox($heading, $contents); ?> </td> </tr> <!-- catalog_eof //--> I hope that some one can tell me what I am doing wrong Thanks ... Dennis Quote
markg-uk Posted September 4, 2008 Posted September 4, 2008 One thing you're doing wrong is not telling us what contribution you are trying to install...... Quote
Guest Posted September 4, 2008 Posted September 4, 2008 One thing you're doing wrong is not telling us what contribution you are trying to install...... It may be more categories, but whatever it is, the query should be posted in the forum for the contribution. Quote
dennis@dhlhomefurnishings. Posted September 4, 2008 Author Posted September 4, 2008 It may be more categories, but whatever it is, the query should be posted in the forum for the contribution. Sorry - I thought I had posted it in the "more catagories" contribution, thats where I was when made the post. I will try again. Thanks ... Dennis Quote
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.