Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Mister_dj

Pioneers
  • Posts

    60
  • Joined

  • Last visited

Profile Information

  • Real Name
    Wim Van Gorp

Mister_dj's Achievements

  1. Hi, When "Add category parent to beginning of category uris?" is set to true, It shows the category name in the url on product_info.php When the parent category also has sub-categories, the url shows only the sub-categories name. Wouldn't it be better to show the parent category too? If the parent category would be in the url on the product pages, it can affect your SEO because the parent category is a main keyword. What are your thoughts on this?
  2. Hi, Never had any problem using this contribution. But the other day extracting the zip file resulted in a corrupted file. (Not sure how this happend?!) What I did to resolve this problem was: Change in admin/backup_store_files.php $filename = substr(STORE_NAME,0,12). '_SiteBackup-'. $current_date . '.zip; to: $filename = substr(STORE_NAME,0,12). '_SiteBackup-'. $current_date . '.rar'; This results in a file with no extention. Just add .zip or .rar to the end of the file.
  3. I had the same error like Maniman a while ago. Warning: Missing argument 1 for Sqlite_Cache_Module::gc(), called in... Then I changed in includes/modules/ultimate_seo_urls5/cache_system/sqlite.php public function gc( $file_info ) { to public function gc( $file_info = false ) { and I deleted the usu_cache.db file This had this error as a result: Fatal error: Declaration of Sqlite_Cache_Module::gc() must be compatible with that of iCache_System::gc() in D:\Conus Test Site\wamp\www\catalog\includes\modules\ultimate_seo_urls5\cache_system\sqlite.php on line 19 When changing the cache system the error disappears
  4. This looks a bit odd when entering bmc in the admin it will show bmcp in the url. Is it possible at all to cut off the products name from the url? Can you tell how this needs to be done? kind regards wim
  5. Hi I'm receiving this warning. This has to do with the cron command. Warning: chdir(): SAFE MODE Restriction in effect. The script whose uid is 10039 is not allowed to access ../ owned by uid 0 in /site.com/httpdocs/admin/feedmachine_auto.php on line 22 Warning: require(includes/configure.php): failed to open stream: No such file or directory in /site.com/httpdocs/admin/includes/application_top.php on line 32 Warning: require(includes/configure.php): failed to open stream: No such file or directory in /site.com/httpdocs/admin/includes/application_top.php on line 32 I contacted my host and they told me it's because the script is trying to get access to a file it has no rights to. Does anyone know what needs to be done to get the cron command up and running?
  6. You're right! That makes sense So it is not possible at all to have a url without the product name? I believe it was different in your previous version(s) I appreciate even more what you have done! Very very nice coding
  7. Tried your new version on my local machine today. The installation couldn't be easier. apache v 2.2.3 php v 5.2.0 mysql 5.0.37 I tried the 4 uri types. Got a 404 not found error on rewrite and path_rewrite No problems on standard and path_standard The filter short words function is set to 2 Products Name= t Products Model= ff url= product_info.php/warner/ff/test/t-p-28 is this correct? should "ff" and "t" still be in the url? url= product_info.php/sierra/products-mod/test/products-name-p-29 uri type = path_standard or standard product link text= bmc Products-name shouldn't be at the end of the url I think No problems found so far on the multi language part of the contribution that's it for today wim
  8. Hi, Correct me if i'm wrong, but now kissmt uses the same keywords for the title tag and the description tag on the product pages. Is it possible to use different keywords for both meta tags? My SEO advisor told me the title tag could be a possible problem. When using to much keywords, google may see this as title stuffing. And the keyword weight will possibly be to high too. I changed the order of display for the title tag to manufacturer - model number - category The problem is, that the length of the description tag becomes too short according to google webmaster tools. Any ideas? Kind regards Wim
  9. Hi, The title tag seems to be in this order for the product pages: product name - model - categorie - manufacturer - product description Is it possible to change this order? Not sure where to look for the changes...
  10. I'm surprised too that There are only this few beta testers! I'm willing to help if that makes any difference?! In the first case that would be beta testing this version. And secondly I can try to search more beta testers for you. Offcourse I hope that will change your mind! You allready have put so much effort in this contribution. It would be a shame to do nothing with it. Your contributions allways are written perfectly and the first version of usu 5 pro looked very promissing to me. In fact I was waiting for the release of this contribution to release my new website... So I'm a bit disappointed just like you... If you want my help, just ask for it! Kind regards wim
  11. Hi Rob I'm glad you picked this up again! If you want me to testdrive your new version, just send me a pm. Any idea when this pro version will be released? kind regards wim
  12. Maybe I wasn't very clear last time :s Everything works, no problems with this contribution. The only thing I want to do is, is being able to have a new field only visible in the admin section and not on the catalog side. While some other new fields should be visible in the admin and in the catalog section. In this way I can add extra information which I can use (like adding the supplier for a specific product), but is not relevant for my customers Does someone know a solution for this? Maybe something hardcoded in this section? // begin Extra Product Fields foreach ($epf as $e) { $mt = ($e['uses_list'] ? ($product_info[$e['field']] == 0) : !tep_not_null($product_info[$e['field']])); if (!$mt) { // only display if information is set for product echo '<b>' . $e['label'] . ': </b>'; if ($e['uses_list']) { echo tep_get_extra_field_list_value($product_info[$e['field']], $e['show_chain']); } else { echo $product_info[$e['field']]; } echo '<br>'; } } // end Extra Product Fields Kind regards
  13. Hi I'm having problems that when I press generate and upload feeds there opens a new page with this error: Warning: USU5 could not find a valid base filename, please inform the developer. in D:\Conus Test Site\wamp\www\catalog\includes\application_top.php on line 68 Warning: USU5 could not find a valid base filename, please inform the developer. in D:\Conus Test Site\wamp\www\catalog\includes\application_top.php on line 68 Changing opener.location=\'' . tep_href_link('admin/feedmachine_admin.php') . '\'; to opener.location.reload(true); Didn't help... Any ideas?
  14. Hi, Since I couldn't find a support topic for extra product fields, I started a new topic. I just installed v1.3 Then I made some new product fields which show in the product_info page like it should. Now, I asked myself if it would be possible to have such a new field not shown in the product_info page. But will only occur in the admin section. eg. information which is not relevant for the customer, but is for the shopowner, would only be shown in the admin section. The problem is that this contribution shows all the new fields in the product info page. Does anyone now a certain fix for this? Kind regards!
×
×
  • Create New...