Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dr303

Pioneers
  • Posts

    9
  • Joined

  • Last visited

Everything posted by dr303

  1. I also confirm that it doesn't work in Russian language. In English everything is fine. How to fix this encoding problem ?
  2. In the manual I found the string: Known Bugs: =========== 93. Filters do not pass characters such as & that are needed in certain cases (Manufacturer's brand name.) Use rawurlencode() to encode the filters and rawurldecode() to decode them, or switch to passing the Filter ID instead of the name. --- But I cannot find any info about how to switch to passing the Filter ID instead of the name. How can I do it ?
  3. After instaling KissMT Dynamic SEO Meta & Canonical Header Tags In categories meta tags I have HEADER: "Categories Name - Site Name - Product 1 in categorie - Products 2 in categorie ..." and I need the line like: "Categories Name - Site Name" (without products) I edited init.php and set define( 'KISSMT_CATEGORIES_PRODUCTS_LIMIT', 0 ) (default was 30). After this I got what I need, the header line became: "Categories Name - Site Name" but the problem is that after this change "KissMT Dynamic SEO Meta & Canonical Header Tags" doesn't show manufacturer's name when sorting by Manufacturer (when 'KISSMT_CATEGORIES_PRODUCTS_LIMIT' is 30 it does). What can I do to solve this problem ?
  4. I'm writing again about retrieveDependencies problem. I have already written in Google XML sitemap topic about this problem. But now I found that all my CRON scripts are not working after installing SEO Urls 5. If any PHP script has this line in code: require('includes/application_top.php'); and I try to run it from Windows Task Scheduler (IIS 7.5 server) there is an error: Fatal error: Call to a member function retrieveDependencies() on a non-object in D:\www\mysite.com\includes\modules\ultimate_seo_urls5\uri_modules\osc_experimental.php on line 51 Any suggestions?
  5. Yes, USU5 and KissMT. Both working fine.
  6. Google XML Sitemap SEO doesn't work on 2 different servers. When I run it in CRON or in Task Scheduler on IIS server the following error appears: Fatal error: Call to a member function retrieveDependencies() on a non-object in mysitedir\includes\modules\ultimate_seo_urls5\uri_modules\osc_experimental.php on line 51 I search all the topic about retrieveDependencies problem and see that many people have it. Does anyone have a solution?
  7. I noticed that when I use these quotes symbols in names: "«" (html code «) "»" (html code ») For example: Product «Apple iPad 2 64 GB» the links are not working. I found the solution myself. Just add to the character_conversion pack: '«' => '', '»' => ''
  8. Yes, you are right. But every SEO optimiser knows that when you make the title of the product the main key words should be on the 1st place - better of all it should be first 4 words, it will increase your rating. If you have key words after - you will not be on the 1st page in most search engines. You may test it yourself for ex. in Google search. So if I know exactly that first 4 words contain key words I could shorten my link to these words.
  9. Thanks for this great contribution! I can confirm that this contribution installs fine on OSCommerce BTS version and works fine on Windows IIS7 server without any modifications. --- I have one question for developers and it is very important for me. How to make the product_info links shorter? It will be very great if I could choose 'number of whole words to use from product description' parameter in Admin panel! For example now I have the links like: mysite.com/this-product-has-very-very-very-very-long-description-p-1.html and it will be great if I could choose '2 whole words to use' and achieve the link like: mysite.com/this-product-p-1.html If it is difficult to add this in Admin please advise how to change the code. Thanks in advance!
×
×
  • Create New...