Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

muraduk

Pioneers
  • Posts

    201
  • Joined

  • Last visited

Profile Information

  • Real Name
    Muradali Esmail

muraduk's Achievements

  1. Hi i have incorporated and edit website to accept the images from a external source... This works fine...... but i am finding that some of the images are not being displayed is becuase the image URL is not showing fully e.g hxxp://www.atssitecentre.co.uk/images/products/37000/5006037098f.jpg is only displaying as hxxp://www.atssitecentre.co.uk/images/products/37000/5006037098f thus not displaying... I have increased the legnth of allowable image legnth.... but still the same.. Is there a problem within Easypopulate that anyone can rectify.. Hope someone can help.. Thanks in advance...
  2. Hi i have just installed this contribution... There is one instruction i cannot follow ============================== Step 5: Edit the file /catalog/admin/includes/boxes/catalog.php: Find: array( 'code' => FILENAME_SPECIALS, 'title' => BOX_CATALOG_SPECIALS, 'link' => tep_href_link(FILENAME_SPECIALS) ), Add After: // BOF: Featured Products array( 'code' => FILENAME_FEATURED, 'title' => BOX_CATALOG_FEATURED_PRODUCTS, 'link' => tep_href_link(FILENAME_FEATURED) ), // EOF: Featured Products ====================================== In my /catalog/admin/includes/boxes/catalog.php there is no array( 'code' => FILENAME_SPECIALS, 'title' => BOX_CATALOG_SPECIALS, 'link' => tep_href_link(FILENAME_SPECIALS) The page is displayed as ===================================== <!-- 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_PRODUCTS_MULTI, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_MULTI . '</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_FEATURED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_FEATURED_PRODUCTS . '</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 //--> ================================================== Can anyone help.... and advise why i can't follow that step.. Many Thanks in advance...
  3. Hi All.. I have created a website with OSC 2.2 RC2a I have then used a template which was designed for the previous version of MS2 Somethings are not working correctly, e.g No Logoff in Admin Problems with populating, shipping.php, privacy.php etc How can i convert this template to work correctly with the OSC 2.2RC2a Or any other help to eleviate this problem.. Thanks in advance..
  4. Hi iam trying to install the Easypopulate contribution.. but have problems with Step 3 which states: STEP #3 - Add a link in the Admin Panel. Edit file "/catalog/admin/incudes/boxes/catalog.php" Find this code (Around Line 25): '' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '' . Directly AFTER add this: 'Easy Populate' . The line they are indicating is this... '<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '</a><br>' . I Can't see the 2 '' after the word attribute... Please can someone advise as to where to add this 'Easy Populate' . text Thanks in advance...
  5. Hi iam trying to install the Easypopulate contribution.. but have problems with Step 3 which states: STEP #3 - Add a link in the Admin Panel. Edit file "/catalog/admin/incudes/boxes/catalog.php" Find this code (Around Line 25): '' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '' . Directly AFTER add this: 'Easy Populate' . The line they are indicating is this... '<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '</a><br>' . I Can't see the 2 '' after the word attribute... Please can someone advise as to where to add this 'Easy Populate' . text Thanks in advance...
  6. Hi the Instructions in the Read Me file are as follows Add these lines to your /catalog/includes/configure.php script. These lines should go before the final line with the ?> characters on it. // STS: ADD: Define Simple Template System files define('STS_START_CAPTURE', DIR_WS_INCLUDES . 'sts_start_capture.php'); define('STS_STOP_CAPTURE', DIR_WS_INCLUDES . 'sts_stop_capture.php'); define('STS_RESTART_CAPTURE', DIR_WS_INCLUDES . 'sts_restart_capture.php'); define('STS_TEMPLATE_DIR', DIR_WS_INCLUDES . 'sts_templates/'); define('STS_DEFAULT_TEMPLATE', DIR_WS_INCLUDES . 'sts_template.html'); define('STS_DISPLAY_OUTPUT', DIR_WS_INCLUDES . 'sts_display_output.php'); define('STS_USER_CODE', DIR_WS_INCLUDES . 'sts_user_code.php'); // STS: EOADD NOTE: DO NOT put the files in the /admin/ directories. There are no further instructions regarding 'language folder etc..." Murad
  7. Hi Have succesffully installed OSCommerce and written the STS COde in the /catalog/include/configure.php and uploaded this to the server.. Installation went OK.... I CAN VIEW the administration, but when i click on catalog i get the following error. Warning: main(STS_START_CAPTURE): failed to open stream: No such file or directory in /home/shoppin1/public_html/catalog/includes/application_top.php on line 511 Fatal error: main(): Failed opening required 'STS_START_CAPTURE' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/shoppin1/public_html/catalog/includes/application_top.php on line 511 Now i have checked all the other questions relating to this problem, and all mainly state to add the STS coding in the configure file... but i have done this... and still no joy..... Can anyone please help on this, and tell me where i'm going wrong.. Thanks in advance... Murad
×
×
  • Create New...