Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

elduque

Pioneers
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Real Name
    Gary Beaumont

elduque's Achievements

  1. These were loaded at the time of the install and are all present and correct as supplied.
  2. Which new files? I've installed the new 'espanol' files as well as making the changes to the language files.
  3. I too am having problems with a dual language site. My default language is English and second language is Spanish (Espanol). When I upload articles the English saves fine but the Spanish does not, and there is no sign of the Spanish version on the database. Also when I click on the Spanish link when in /articles.php all I see is: HEADING_TITLE TEXT_CURRENT_ARTICLES I have Articles Manager 1.57.5.1 installed, along with Header Tags SEO 1. V3.2.3 and STS V4.6.1. Any help would be most appreciated. Gary
  4. Hi, I have installed Articles Manager_1.57_5_1 and Header Tags_SEO_V_3.2.3 and my site uses the STS Template system. The install appears to work fine up until the point where I insert the code: /**** BEGIN ARTICLE MANAGER ****/ if (AUTHOR_BOX_DISPLAY == 'true'){ require(DIR_WS_BOXES . 'authors.php'); } if (ARTICLE_BOX_DISPLAY == 'true'){ require(DIR_WS_BOXES . 'articles.php'); } /**** END ARTICLE MANAGER ****/ When I insert this before the final ?> in the column_left.php file it renders the article and authors info in the central content section and throws the content of the left and right columns all over the shop. If I insert the same code in the column_right.php file it doesn't appear at all, and whilst it doesn't disrupt the position of other items on the page it messes up the Spanish language version of the site. I've tried it with STS turned off and it works fine with the standard oscommerce template. So I'm presuming my problem lies with my STS. If anybody has any suggestions as to where the problem might lie so as to narrow down my search, it would be most appreciated.
  5. I've tried it in just about every position. If I insert it before the closing } nothing appears if I insert it after the closing } it bends the site. I've tested the installation and it works fine with the standard oscommerce template so the issue must be with the STS installation. Here is my column_left file: <?php /* $Id: column_left.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ /*** Begin Header Tags SEO ***/ if (HEADER_TAGS_DISPLAY_SILO_BOX == 'true') if (isset($category_depth) && $category_depth !== 'top') include(DIR_WS_BOXES . 'headertags_seo_silo.php'); /*** End Header Tags SEO ***/ // START STS 4.1 if ($sts->display_template_output) { include DIR_WS_MODULES.'sts_inc/sts_column_left.php'; } else { //END STS 4.1 if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } require(DIR_WS_BOXES . 'whats_new.php'); require(DIR_WS_BOXES . 'search.php'); require(DIR_WS_BOXES . 'information.php'); // BOF: Featured Products require(DIR_WS_BOXES . 'featured.php'); // EOF: Featured Products /*** Begin Header Tags SEO ***/ if (HEADER_TAGS_DISPLAY_COLUMN_BOX == 'true' && basename($PHP_SELF) == FILENAME_PRODUCT_INFO) include(DIR_WS_BOXES . 'header_tags.php'); /*** End Header Tags SEO ***/ // Article Manager if (AUTHOR_BOX_DISPLAY == 'true'){ require(DIR_WS_BOXES . 'authors.php'); } if (ARTICLE_BOX_DISPLAY == 'true'){ require(DIR_WS_BOXES . 'articles.php'); } // START STS 4.1 } // END STS 4.1 ?> and a link to my site HERE
  6. Hi, I have installed Articles Manager_1.57_5_1 and Header Tags_SEO_V_3.2.3 and my site uses the STS Template system. The install appears to work fine up until the point where I insert the code: /**** BEGIN ARTICLE MANAGER ****/ if (AUTHOR_BOX_DISPLAY == 'true'){ require(DIR_WS_BOXES . 'authors.php'); } if (ARTICLE_BOX_DISPLAY == 'true'){ require(DIR_WS_BOXES . 'articles.php'); } /**** END ARTICLE MANAGER ****/ When I insert this before the final ?> in the column_left.php file it renders the article and authors info in the central content section and throws the content of the left and right columns all over the shop. If I insert the same code in the column_right.php file it doesn't appear at all, and whilst it doesn't disrupt the position of other items on the page it messes up the Spanish language version of the site. If anybody has any suggestions as to where the problem might lie so as to narrow down my search, it would be most appreciated.
  7. I installed the Extra Product Fields add-on today which seemed to go fine until I went into the admin > catalog > Estra Product Fields and received a 404 Not Found and the following error message: The requested URL /admin/FILENAME_EXTRA_FIELDS was not found on this server. Any ideas before I start picking the instal apart?
×
×
  • Create New...