Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

spuri

Pioneers
  • Posts

    23
  • Joined

  • Last visited

Everything posted by spuri

  1. Thanks with your instructions I could install more_pic, sts and usu5 together. Is there chance I modify the url? I have a test product "Opel Manta tdi" I get this url "localhost/opelmantatdi-p-542.html" but this would be better "localhost/opel-manta-tdi-p-542.html" and i would like to keep "-", like yo-yo should not be "yoyo" Is it possible? thanks spuri
  2. Finally I installed more_pic 2.0.6 than STS459 and USU5. This works mostly, unfortunatelly in some popup i get image displayed but some not :( I don't have that code in usu.php
  3. I spent my last two nights with multi picture addons, without success. Do you use any kind of "more pic" contribution which works fine together with USU5?
  4. sorry i don't want you to support other contributions, jus hoped you have an idea where should i look for the solution thanks spuri my site (it is for testing, this is not a live site) http://vapurl.com/je-b-xuq3w
  5. Hi, I had to try with a totaly new install because of add-on conflicts. STS4.5.9 than USU5 and more pic 1.4.3 installed successfully but I have problem with the image urls like this zoom below because of the nice urls. Could you help me how could solve this? (.htaccess is activated) thanks s mydomain.hu/product_info.php/images/Rascal.gif mydomain.hu/product_info.php/images/pixel_trans.gif mydomain.hu/product_info.php/images/matrox/mg200mms.gif
  6. I would like to convert my product table containing subimage1-6. CREATE TABLE IF NOT EXISTS `products` ( `products_id` int(11) NOT NULL auto_increment, `products_quantity` int(4) NOT NULL default '0', `products_model` varchar(12) default NULL, `products_image` varchar(64) default NULL, `products_subimage1` varchar(64) default NULL, `products_subimage2` varchar(64) default NULL, `products_subimage3` varchar(64) default NULL, `products_subimage4` varchar(64) default NULL, `products_subimage5` varchar(64) default NULL, `products_subimage6` varchar(64) default NULL, `products_price` decimal(15,4) NOT NULL default '0.0000', `products_date_added` datetime NOT NULL default '0000-00-00 00:00:00', `products_last_modified` datetime default NULL, `products_date_available` datetime default NULL, `products_weight` decimal(5,2) NOT NULL default '0.00', `products_status` tinyint(1) NOT NULL default '0', `products_tax_class_id` int(11) NOT NULL default '0', `manufacturers_id` int(11) default NULL, `products_ordered` int(11) NOT NULL default '0', PRIMARY KEY (`products_id`), KEY `idx_products_date_added` (`products_date_added`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2993 ;
  7. I have just looked after blob image_array, i don't is it good for me or not to to store my images in the database :(
  8. Hi, Thanks for this great addon. How could I convert my other multi image addon data to this version? thanks s
  9. :( is that too much? 230 categories and 2400 product - I have just changed to database cache, working better without error
  10. Why do I get? Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 1310599 bytes) in /home/hosting/reflex/public_html/_aldomain/roller/includes/modules/ultimate_seo_urls5/classes/Usu_Cache_FileSystem.php on line 32
  11. with an older google xml sitemap version, changes in the extras folder worked fine - sitemap ok ;) I opened phpmyadmin and added û=>u,õ=>o,á=>a,Á=>A,é=>e,É=>E,ó=>o,Ó=>O,ő=>o,ö=>o,Ő=>O,Ö=>O,ü=>u,Ü=>U,Ű=>U,ú=>u,Ú=>U,Í=>I,í=>i into the configuration settings directly, that works :) problem could caused by iso-8859-2 vs UTF-8 conflict in my code Thanks for this great tool again
  12. I have already tried to convert all my usu files to utf8 (including: character_conversion/hungarian.php) without luck :( I am about to look after tep_href_link() in my xml seo code. Many thanks
  13. I missed my target with me previous post :( So I would like to use Google XML Sitemap SEO with ULTIMATE_Seo_Urls_5 I could run the script but my xml files contains index.php?cPath=202 instead of the nice URLs (boxedproduct-c-202.html), how could I get nice URLs in XML sitemap files? thanks in advance s
  14. hello, could someone please help? I have problems with the character_conversion_pack do you know why does the characters conversion fails with these characters below? (but 'é' => 'e', 'á' => 'a' works) other way I tried to install Google XML Sitemap SEO addon and worked but I got index.php?cPath=202 instead of the nice URLs (boxedproduct-c-202.html), how could I get nice URLs in XML sitemap files? thanks s <?php // Hungarian $char_convert = array('ő' => 'o', 'ö' => 'o', 'ű' => 'u', 'ü' => 'u','Ű' => 'U','Ő' => 'O', 'Ö' => 'O' ); ?>
  15. just click on import in phpmyadmin and open the sql file, than open the yourdomain.com/catalog/googlesitemap/index.php (don't forget to set 777 on the xml files) other way I could run that but my xml files contains index.php?cPath=202 instead of the nice URLs, how could I get nice URLs in XML sitemap files?
  16. hello, could someone please help? I have problems with the character_conversion_pack do you know why does the characters conversion fails with these characters below? (but 'é' => 'e', 'á' => 'a' works) thanks s <?php // Hungarian $char_convert = array('ő' => 'o', 'ö' => 'o', 'ű' => 'u', 'ü' => 'u','Ű' => 'U','Ő' => 'O', 'Ö' => 'O' ); ?>
  17. Hello, I have just installed this great contribution. Unfortunately I am not sure I use this on the right way. I have Osc 2.2 with >1000 customers, installed phplist in separate db and run phplist_import so I have the subscribed users list in phplist. I tried with my user to unsubscribe on the osc site, than I thought reimport will correct the phplist user database, but it does not. I thought I should run import everytime to update suscription changes form osc to phplist and I would like to only allow unsubscribe on the osc site. So how should i use this? thanks in advance
  18. sorry I got internal server error this caused multi posts
  19. Has someone tried More_pics6 and ULTIMATE Seo Urls 5 by FWR Media and STS 4.5.8 together? I can not see any products under categories in admin. admin/categories.php
  20. Has someone tried More_pics6 and ULTIMATE Seo Urls 5 by FWR Media and STS 4.5.8 together? I can not see any products under categories in admin. admin/categories.php
  21. Has someone tried More_pics6 and ULTIMATE Seo Urls 5 by FWR Media and STS 4.5.8 together? I can not see any products under categories in admin. admin/categories.php
  22. I have sucessfully installed the tool but my sitemapindex.xml is so weak i think that should contain links to sitemapcategories.xml and sitemapproducts.xml
  23. Hello, I have just installed STS4.5.8 over my OSC MS2, but a have a problem. The site looks nice but on the product_info.php there is a problem with the image path product_info.php ( http://reflexshop.hu/shop1/product_info.php/products_id/1091 ) but works here ( http://reflexshop.hu/shop1/index.php?manufacturers_id=25 ) What could couse this? thanks in advance spuri
×
×
  • Create New...