Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NAIS

Archived
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jesse Martin

NAIS's Achievements

  1. thank you! It was a problem with the .htaccess file. I had to change it. The problem is resolved now. Thank you!
  2. Actually, I tried. But there is not "HEADING_TITLE" in the whole file. In fact, the only place where I find "title" is just at the beganing: <title><?php echo TITLE; ?></title> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> The rest of the code do not show anything that makes me thinks is related to it. As you said, maybe this contribution will still work without changing the rest of the index.php. do you think it would work just if replace the first part? I mean, there are 6 changes to be done in the index.php file. I can only do 1 of the 6. I guess this changes are indispensible in order for the contrubution to work weel, rigth? In case I am not able to do it, do you recomend any alternative contribution? I only have 30 products in this shop, so I guess there should be some other contribution to do it manually... Any idea?
  3. I just realized, seaching in the forum, that is going to be hard to modify the template. I am going to find another option. It´s a shame since everybody recomends this contribution as being the best one...Anyway I will use it for some other shops not based on template. Thanks anyway
  4. Hi! I´m just trying to install the Header Tags SEO V 3.0. Everything fine untill I have to find and replace in the index.php file. Most of the code parts are not in my file. I guess is cos I my shop is based on a template... For example, this is the first part of the code I do not have: FIND (Around line 78) <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> __________________________ Instead of it, I have this about line 78: $category = tep_db_fetch_array($category_query); ?> <td width="100%" class="col_center"> <? tep_draw_heading_top();?> <? new contentBoxHeading_ProdNew($info_box_contents);?> <? tep_draw_heading_top_1();?> <table border="0" cellspacing="0" cellpadding="0" align="center" class="box_width_cont product"> <tr> <?php if (isset($cPath) && strpos('_', $cPath)) { // check to see if there are deeper categories within the current category $category_links = array_reverse($cPath_array); for($i=0, $n=sizeof($category_links); $i<$n; $i++) { $categories_query = tep_db_query("select count(*) as total from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.parent_id = '" . (int)$category_links[$i] . "' and c.categories_id = cd.categories_id and cd.language_id = '" . (int)$languages_id . "'"); $categories = tep_db_fetch_array($categories_query); if ($categories['total'] < 1) { // do nothing, go through the loop ____________________________________________ I would love to have this contribution installed. But I wonder if is possible...I would appreciate a lot if someone could tell me what can I do. Thanks a million
  5. Hi, I just installed Ultimate SEO URLs and sadly it doen´t work. :( When I click in any product y can see the link is already google friendly. However, the product page show the error "404 Not Found error". I have followed the instructions for the intalation, so I cannot see where my mistake is. I would appreciate A LOT some help.
×
×
  • Create New...