Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dankelo

Pioneers
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    dankelo

dankelo's Achievements

  1. Hi Robert, I have in my shop "The Feedmachine Solution" http://addons.oscommerce.com/info/7129 installed. Works very well but only for the defaul language in other languages ​​the product link is generated not only on default language: http://www.test.deuton.de/gilda-tonelli-sumka-0967-borsa-crotalo-azzurro-p-55.html but it must be like this: http://www.test.deuton.de/de/gilda-tonelli-tasche-0967-borsa-crotalo-azzurro-p-55.html Here is a section of the source code of feedmachine.php: $catalog_path = defined('FM_CATALOG_DIRECTORY') ? FM_CATALOG_DIRECTORY : '../'; chdir($catalog_path); $catalog_path = getcwd() . '/'; require_once('includes/application_top.php'); tep_session_destroy(); require_once($installation_path . 'feedmachine_loader.php');}require_once($installation_path . 'feedmachine_loadingbay.php');if( isset($_SERVER['HTTP_HOST']) ) echo '<pre>';echo 'catalog path: ' . $catalog_path . "\n\n";function field_generator($db_field_name) { global $product, $current_product_prices, $cur_feed, $currencies_info, $countries, $categories; switch( $db_field_name ) { case 'PRODUCTS_URL': $additional_params = array(); if( $cur_feed['currency_code'] != DEFAULT_CURRENCY ) $additional_params[] = 'currency=' . $cur_feed['currency_code']; if( $cur_feed['language_code'] != DEFAULT_LANGUAGE ) $additional_params[] = 'language=' . $cur_feed['language_code']; if( !empty($cur_feed['url_parameters']) ) $additional_params[] = $cur_feed['url_parameters']; $additional_params_string = !empty($additional_params) ? '&' . implode('&', $additional_params) : ''; $output_field_value = tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $product['products_id'] . $additional_params_string, 'NONSSL', false); As you can see, users are application_top.php and tep_href_link (). The variable $ language_id $ languages ​​and I have tried to define $ language_id = '3 'and $ languages ​​=' German ', but that did not help. Is it possible to predefine not default language for USU5 to generate the link to other language? Thanks in advance
  2. You can do it in contribut Ultimate_Seo_Urls_5_PRO_r205 find. Unpack rar archives, and in the folder: Ultimate_Seo_Urls_5_PRO_r205 \ extras \ Usu5_XML_Site_Maps folder in shop directory upload. In my case it worked. Yours sincerely Dankelo
  3. Hi Robert, thanks for new XML Sitemap, it works in my multi-language page properly. But I have a problem with the USU5 advanced_search_result.php if the customer is looking for any parameters to default language "buy it now" looks like this: http://www.gilda-tonelli.com/advanced_search_result.php?extra_value_id1=91&action=buy_now&products_id=363 But this is correct, and additional language on this: http://www.gilda-tonelli.com/de?extra_value_id1=90&action=buy_now&products_id=363 as you can see already there still needs to advanced_search_result.php in link inside. Please help me. Last version by USU5 is installed. If I disable USU, the links work. Thanks
  4. Hi, I will report how the search engines to index the multilingual website, if presented google one more time going through the page. Nevertheless, I hope you make some point it is possible to generate the sitemap and feed multilingual.
  5. Hi Robert, thanks for the great module. I installed with my multilingual website www.gilda-tonelli.com, works beautifully, but I have some problemm: XML Sitemap (was there with Ultimate Seo Urls 5 PRO) and Google Feed V 2.5 generated only default language, but I need sitemap multilingual and feed. Can you please help me. I think that the other shop, the same developers have problemm. Thank you!
×
×
  • Create New...