Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gimmin

Pioneers
  • Posts

    23
  • Joined

  • Last visited

Profile Information

  • Real Name
    Eugen

gimmin's Achievements

  1. Fix it, database had more than one entries :-" >_< Thx Jack :thumbsup:
  2. Hi, yeha its return more than one item <_< how can I fix it? (sorry i am newbie in OsC)
  3. Hi again :rolleyes: I've got a new problem, after i start the Header Tag Seo test after I use fill tags, it show me many of duplicate title and duplikate discription. Can someone tell me what I do wrong and how i can fix this porblem? :blush:
  4. oi sounds not good, its complicated to figure it by myself?
  5. Hi there, I've problem with the instal. of the Header Tag Seo. The instruction(Install_Catalog.txt) say i need to finde this lines at Index.php <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> and this one ?> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> and this <td align="right"><?php echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> this one to <tr> <td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td> </tr> and product_info.php: <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <td class="pageHeading" valign="top"><?php echo $products_name; ?></td> <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td> <td class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params()) . '">' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . '</a>'; ?></td> <td class="main" align="right"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> </table></form></td> <!-- body_text_eof //--> // add category names or the manufacturer name to the breadcrumb trail if (isset($cPath_array)) { for ($i=0, $n=sizeof($cPath_array); $i<$n; $i++) { $categories_query = tep_db_query("select categories_name from " . TABLE_CATEGORIES_DESCRIPTION . " where categories_id = '" . (int)$cPath_array[$i] . "' and language_id = '" . (int)$languages_id . "'"); if (tep_db_num_rows($categories_query) > 0) { $categories = tep_db_fetch_array($categories_query); $breadcrumb->add($categories['categories_name'], tep_href_link(FILENAME_DEFAULT, 'cPath=' . implode('_', array_slice($cPath_array, 0, ($i+1))))); } else { break; } } } elseif (isset($HTTP_GET_VARS['manufacturers_id'])) { $manufacturers_query = tep_db_query("select manufacturers_name from " . TABLE_MANUFACTURERS . " where manufacturers_id = '" . (int)$HTTP_GET_VARS['manufacturers_id'] . "'"); if (tep_db_num_rows($manufacturers_query)) { $manufacturers = tep_db_fetch_array($manufacturers_query); $breadcrumb->add($manufacturers['manufacturers_name'], tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $HTTP_GET_VARS['manufacturers_id'])); } } // add the products model to the breadcrumb trail if (isset($HTTP_GET_VARS['products_id'])) { $model_query = tep_db_query("select products_model from " . TABLE_PRODUCTS . " where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "'"); if (tep_db_num_rows($model_query)) { $model = tep_db_fetch_array($model_query); $breadcrumb->add($model['products_model'], tep_href_link(FILENAME_PRODUCT_INFO, 'cPath=' . $cPath . '&products_id=' . $HTTP_GET_VARS['products_id'])); } } head.php <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> but i can't find this lines in my documents, how comes?
  6. Hi at all, i´ve got a little problem with the shop and I think there is problem at Ultimate SEO URls, if I try to open one new categorie i get an 403 Errormessage: Forbidden You don't have permission to access /shop/bohrer-kegelsenker-bitsenker-90-din-335-c-original-koch-c-original-koch-c-original-koch-c-original-koch-c-original-koch-c-original-koch-c-original-koch-c-original-koch-c-original-koch-c-original-koch-c-original-koch-c-original-koch-c-original-koch-c-149_948_1709.html on this server. this one. All other categories are working without any problems, just this one -.-*
  7. I know, sure i want this but I need a searchfunction for customers, i want to insert an extra field into the blacklist like a textfield or simething, that searching for customer wich I wrote in this textfield, and show him in the Drop down menu. sry for that english ._.
  8. Hi, i know this thread is old. How can I input a search-function into the blacklist, that allows me to search a customer in the shop. My plan: I whrite a Lastname into a textfield, after I klicked a button, the names listed in the dropdown menü. is it possible?
  9. Hi, i'ive got a question, the url show me this: testshop3/dachwandfassade-flechtzaunbeschlag-stck-flechtzaunbeschlag-form-gelb-verz-28x38x30x25-p-5425.html Is it possible to remove this part here: -p-5425?
  10. Hi, I don't thing so, becouse I copy the changes from the intstalinstructions into the .htaccess, an set RewriteEngine On and RewriteBase to: RewriteBase/testshop3/
  11. the last time i cleared the cache the shop is crashed...its an evil tool -.-, dont ask why ._. Ultimate SEO 2-2.2d-7
  12. the page is loading, thats not the problem, the prob is the url
  13. the name of producs, you can only see this if you click of any producks /testshop3/--p-13009.html but the categories are show this testshop3/mutternscheibensplinte-muttern-c-525_100_943.html...only that problem with the name of the product, they doesnt show in the url -.-
×
×
  • Create New...