Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Mister_dj

Pioneers
  • Posts

    60
  • Joined

  • Last visited

Everything posted by Mister_dj

  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!
  15. There's a missing continue button on catalog/checkout_shipping.php please check your demo sites too. change <span class="rightfloat" <?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?></span> to <span class="rightfloat"><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?></span> The checkoutbar (line) doesn't seem to show up on my local server on all of the checkout pages. eg. on the checkout_shipping page the pixel width is set to 60 <div class="leftfloat"> <span class="leftfloat"><span class="checkoutbarcurrent"><?php echo CHECKOUT_BAR_DELIVERY; ?></span><br/> <span class="leftfloat-silverpixel"><?php echo tep_draw_separator('pixel_trans.gif', '60', '1'); ?></span> <span class="leftfloat"><?php echo tep_image(DIR_WS_IMAGES . 'checkout_bullet.gif'); ?></span> <span class="leftfloat-silverpixel"><?php echo tep_draw_separator('pixel_silver.gif', '90', '1'); ?></span></span></span> </div> When I view the source it says it has a width of 1 pixel??? <div class="leftfloat"> <span class="leftfloat"><span class="checkoutbarcurrent">Leveringsadres</span><br/> <span class="leftfloat-silverpixel"><img src="images/pixel_trans.gif" width="1" height="1" border="0" alt=""></span> <span class="leftfloat"><img src="images/checkout_bullet.gif" border="0" alt=""></span> <span class="leftfloat-silverpixel"><img src="images/pixel_silver.gif" width="1" height="1" border="0" alt=""></span></span></span> </div> Any idea what this might be?
  16. I thought you would ;-) Perhaps you can add it to the next update?!
  17. ul/li manufacturers list If you use the manufacturers list on your website, you can change this to a ul/li list like the categories list. And apply the same css style to it in includes/boxes/manufacturers.php Find: // Display a list $manufacturers_list = ''; while ($manufacturers = tep_db_fetch_array($manufacturers_query)) { $manufacturers_name = ((strlen($manufacturers['manufacturers_name']) > MAX_DISPLAY_MANUFACTURER_NAME_LEN) ? substr($manufacturers['manufacturers_name'], 0, MAX_DISPLAY_MANUFACTURER_NAME_LEN) . '..' : $manufacturers['manufacturers_name']); if (isset($HTTP_GET_VARS['manufacturers_id']) && ($HTTP_GET_VARS['manufacturers_id'] == $manufacturers['manufacturers_id'])) $manufacturers_name = '<b>' . $manufacturers_name .'</b>'; $manufacturers_list .= '<a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $manufacturers['manufacturers_id']) . '">' . $manufacturers_name . '</a><br>'; } $manufacturers_list = substr($manufacturers_list, 0, -4); $info_box_contents = array(); $info_box_contents[] = array('text' => $manufacturers_list); } else { Replace by: // Display a list $manufacturers_list = '<ul id="nav">'; while ($manufacturers = tep_db_fetch_array($manufacturers_query)) { $manufacturers_name = ((strlen($manufacturers['manufacturers_name']) > MAX_DISPLAY_MANUFACTURER_NAME_LEN) ? substr($manufacturers['manufacturers_name'], 0, MAX_DISPLAY_MANUFACTURER_NAME_LEN) . '..' : $manufacturers['manufacturers_name']); if (isset($HTTP_GET_VARS['manufacturers_id']) && ($HTTP_GET_VARS['manufacturers_id'] == $manufacturers['manufacturers_id'])) $manufacturers_name = '<b>' . $manufacturers_name .'</b>'; $manufacturers_list .= '<li class="cat_lev_1"><a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $manufacturers['manufacturers_id']) . '">' . $manufacturers_name . '</a></li>'; } $manufacturers_list = ($manufacturers_list) . '</ul>'; $info_box_contents = array(); $info_box_contents[] = array('text' => $manufacturers_list); } else {
  18. You're right! I made a mistake... This problem did occur on jwilkins's version. Yours works like a charm!
  19. Hi! there seems to be a problem with this contribution's login page. When I create a new account and then want to login on the login page, the page refreshes when signing in. Making it impossible to sign in. The items in the (guests)cart are deleted I installed this contribution on a vanilla shop. No other contributions installed so far. Any ideas what this might be? Kind regards
  20. Sorry... That's because at the moment I only use the dutch language in my shop. But the multi language functionality will be very usefull for me in the near future because here in Belgium we speak 3 different languages! But I want to focus on one language first. then move on to the next one. This functionality will have a huge benefit for my shop, it's just a matter of time! kind regards
  21. Hi Rob, Thanks for the tips! I got it working now on the local server. This realy looks great! No errors, no further problems. What I like most is the fact that the model number and the manufacturer can be added to the url with this contribution. And the possibility that the order of manufactuer, model number, category and product name can be changed the way it suits the user best. This was not possible with the previous versions, and this (I believe) is very important. Can't wait for the full release! Kind regards wim
  22. Hi Rob, The drop on top went great! A few questions though: When I change to rewrite and path_rewrite mode, all the product pages return a 404 error. No problems so far with the standard and path_standard modes. the .htaccess file is changed like described. The requested URL /oscommerce-2.2rc2a/catalog/hardware-c-1.html was not found on this server. The title says: .../oscommerce-2.2rc2a/catalog/index.php/hardware-c-1?osCsid=5kaknc52qlrlsggs6buo0ra9r7 I don't see it in the usu_init file, but is it possible to cut off the osCid from the url? Kind regards wim
  23. Hi Rob, I can try it on a local testing server if you want and do a "drop on top" there. Only I'm not sure this works on a local server? I believe I read on the forums that Ultimate_SEO_URLSv22d_5 could not be installed local. (not sure why it didn't work) Maybe this is not an issue with this version?? If it can be installed local, then I can test it for you if you like. kind regards wim
×
×
  • Create New...