Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shuen

Pioneers
  • Posts

    18
  • Joined

  • Last visited

Profile Information

  • Real Name
    Shuen Leung

Shuen's Achievements

  1. I'm upgrading my shop to OSC2.3.1, now trying to add the STS4.6. But I meet a problem. I didn't find the "switch ($set) {" in the catalog/admin/modules.php and there are no '<a href="' . tep_href_link(FILENAME_MODULES, 'set=payment', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_PAYMENT . '</a><br>' . in catalog/admin/includes/boxes/modules.php there are no column_left.php and column_right.php in the catalog/include folder Now where can I put these stuff? // START STS 4.1 case 'sts': $module_type = 'sts'; $module_directory = DIR_FS_CATALOG_MODULES . 'sts/'; $module_key = 'MODULE_STS_INSTALLED'; define('HEADING_TITLE', HEADING_TITLE_MODULES_STS); break; // END STS 4.1 // 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
  2. Hello, I have ask the same question in the coolmenu post, but nobody reply... Does anyone successfully install coolmenu in STS? I follow the install manual and add some more codes for my OSC2rc2 with STS But It shows nothing. (The coolmenu works when I disable the STS.) Here is what I did: in \includes\sts_templates\myoriginal\sts_template.html ----------------------------------------------------------------- <head> SCRIPT LANGUAGE="JavaScript1.2" SRC="includes/menu_animation.js"></SCRIPT> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> in includes\modules\sts_inc\sts_column_left.php ---------------------------------------------------------------- if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'coolmenu.php'); } $sts->restart_capture ('categorybox', 'box'); Is there anything wrong or missing? Thank you!
  3. Hello, Does anyone successfully install coolmenu in STS? I follow the install manual and add some more codes for my OSC2rc2 with STS But It shows nothing. (The coolmenu works when I disable the STS.) Here is what I did: in \includes\sts_templates\myoriginal\sts_template.html ----------------------------------------------------------------- <head> SCRIPT LANGUAGE="JavaScript1.2" SRC="includes/menu_animation.js"></SCRIPT> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> in includes\modules\sts_inc\sts_column_left.php ---------------------------------------------------------------- if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'coolmenu.php'); } $sts->restart_capture ('categorybox', 'box'); Is there anything wrong or missing? Thank you!
  4. Thanks for the reply, I replace the template folder and make a different name, but without charging any files, and It works as normal. I don't know why~ Anyway I'm so glad to fix this problem~
  5. Does the Product Listing in Columns also works on RC2a version?
  6. I have a problem... When I set the "Use template for infoboxes" as true, The box of "New Products For (month)" is disappear... It shows as normal when the "Use template for infoboxes" is false, But my infoboxes need a template, How can I solve this problem?
×
×
  • Create New...