energy69 Posted May 24, 2007 Share Posted May 24, 2007 Hi, Let me start by apologising for any questions that come across as very stupid although I have just begun learning osCommerce and came across STS. i realised the enormous benefit of this as a front end designer. I need to be able to have full control over the look and STS seems to be the route to take. i haev followed the instructions for installling STS to a T and I am using a fresh copy of osCommerce. My question is simple. Why do I not see the STS link within the left column of Admin - Modules? What I have is Payment, Shipping and Order Totals. Any help is much appreciated. Sam Quote Link to comment Share on other sites More sharing options...
Iggy Posted May 24, 2007 Share Posted May 24, 2007 Hi, Let me start by apologising for any questions that come across as very stupid although I have just begun learning osCommerce and came across STS. i realised the enormous benefit of this as a front end designer. I need to be able to have full control over the look and STS seems to be the route to take. i haev followed the instructions for installling STS to a T and I am using a fresh copy of osCommerce. My question is simple. Why do I not see the STS link within the left column of Admin - Modules? What I have is Payment, Shipping and Order Totals. Any help is much appreciated. Sam Looks like you haven't followed the instructions to a T. A J perhaps ;) In catalog/admin/includes/boxes/modules.php there should be if ($selected_box == 'modules') { $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_MODULES, 'set=payment', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_PAYMENT . '</a><br>' . '<a href="' . tep_href_link(FILENAME_MODULES, 'set=shipping', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_SHIPPING . '</a><br>' . // START STS 4.1 '<a href="' . tep_href_link(FILENAME_MODULES, 'set=sts', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_STS . '</a><br>' . // END STS 4.1 '<a href="' . tep_href_link(FILENAME_MODULES, 'set=ordertotal', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_ORDER_TOTAL . '</a>'); } Is that there? If not, run back through the install and confirm you've added everything. Actually, do that anyways :-" Hope that's helpful, Iggy Quote Everything's funny but nothing's a joke... 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.