Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pdcelec

Pioneers
  • Posts

    594
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by pdcelec

  1. I second that one, I sell electrical components and the model field would be a great addition :thumbsup:
  2. I am getting this same error. I will have a look tomorrow
  3. I am not getting the errors any more with links manager. The only errors that I get now are all undefined index and undefined variable errors with all the add ons. I have rectified some of them to the best of my knowledge. The mystery "0" is still there though
  4. Here is the information pages output. I would have posted earlier but I am having to convert everything to v2.3.1 first http://www.electricalcity dot co.uk/test-i-6.html
  5. Hi, I have installed article manager 1.56 and got the following results which look correct to me. (just need to sort the header tags to fit KISSMT) http://www.electricalcity dot co.uk/test-article-a-1.html http://www.electricalcity dot uk/paul-clifford-au-1.html http://www.electricalcity dot uk/miscellaneous-articles-t-0.html
  6. I am getting a couple of errors in links.php, which I will solve tomorrow. Could this be the mystery 0? Date / Time: 01-12-2010 23:13:19 Error Type: [E_USER_WARNING] aPage_Modules::stripPathToLastNumber: Incorrect path value of presented On line 207 File includes/modules/ultimate_seo_urls5/abstracts/page_modules.php Date / Time: 01-12-2010 23:18:03 Error Type: [E_NOTICE] Uninitialized string offset: 0 On line 63 File links.php -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  7. OK, so I couldnt wait, I have tested links manager with one link and got the following result, which I believe is correct http://www.electricalcity cot co.uk/test-links-0_1.html When clicking sort, I get this http://www.electricalcity.co.uk/test-links-0_1.html?page=1&sort=2d
  8. Tried the new files and all is well. Great!!!! Now getting http://www.electricalcity dot co.uk/stickies-are-here-nri-1.html http://www.electricalcity dot co.uk/stickies-are-here-nra-1.html I have installed links manager also, but have not tested it yet. I will test thst one tomorrow Thanks for a great contrib. Should I be getting: http://www.electricalcity dot co.uk/newsdesk_reviews_write.php?newsdesk_id=1
  9. This is the one that I have http://addons.oscommerce.com/info/934 19 Dec 2008 Yes I will try as per previous post(cross posting)
  10. The page is loading correctly now and I am getting some correct URL's and some not Here are a selection below http://www.electricalcity dot co.uk/stickies-are-here-n-1.html http://www.electricalcity dot co.uk/images-n-3.html http://www.electricalcity dot co.uk/newsdesk-version-1482-n-2.html http://www.electricalcity dot co.uk/newsdesk_reviews_info.php?&reviews_id=16 http://www.electricalcity dot co.uk/newsdesk_reviews_article.php?newsdesk_id=1
  11. I am testing it with newsdesk at the moment. I have a problem with the new htaccess. The new version uses these type of rewrites RewriteRule ^(.*)-p-([0-9]+).html$ product_info.php?products_id=$2&%{QUERY_STRING} the older version used these RewriteRule ^([a-z0-9-/]+)-p-([0-9]+).html$ product_info.php [NC,L,QSA] I cannot get the page to load with the new version. Also, is there a rewrite for all_products?
  12. Hi Just to be clear, when you say RC3 is that version 3 or version 2.3.1? Thanks
  13. Hi, I now have the 1.2 version and everything is working great. I would like to see a module that shows manufacturers on the front page. I sell electrical components and having a search by manufacturer would be a great enhancement
  14. It is not the only one that cannot be downloaded. I believe there is a problem in the downloads section at the moment
  15. You need to put the code into the correct places as per the instructions. I have checked yours and you have 2 meta descriptions, 3 Google tracking. You have a missing<?php around line 120. Notepad++ is a good software program to compare the files with
  16. line 177 should read $categories_content .= '<div class="link_column"><a href="' . tep_href_link( FILENAME_DEFAULT, 'cPath=' . $category['id'] . '_' . $subcategories['categories_id']) . '" class="category_link_sub">' . $subcategories['categories_name'] . '</a></div>'; (original has an extra" near category_link_sub">)
  17. line 133 in categories_images.php should read $categories_content .= '<span class="imageBox" id="box_' . $box_number . '"'; (the original has the "" missing around imagebox)
  18. The w3C validator is saying some divs and spans are in the wrong places. I will have a look tomorrow when my head is working again.
  19. HI Some of the problem has been resolved, thanks. I have some alignment issue as can be seen here electricalcity dot co dot uk. There is also a spelling error in admin, when installing the categories module Control the appearance of the specials module on the front page. and Fload mode only)
  20. 1054 - Unknown column 'c.categories_visible' in 'where clause' I get this error when the categories image module is installed. There is nowhere that says to add this column in the sql.
  21. I have today, added to the package. It now also shows the price.
  22. Are you connected to the internet whilst on localhost as the jquery library is called from google (see the install for application_top.php)
  23. I have been testing usu5 pro with RC2.3 and can find no issues apart from XHTML validation. (I altered $parameters in USU_main and it now validates). I like the Google xml addition and it works fine. I have tried this with the enable/disable categories contrib and I get the correct results also. I would have reported back earlier but I have no issues to report.
  24. Hi I have found a bug in products_new.php in this section <div class="pl-dateadded"> <?php // echo TEXT_DATE_ADDED . ' ' . tep_date_short($products_new['products_date_added']);?> <?php echo '<span class="smalltext">Added ' . tep_date_short($products_new['products_date_added'].'</span class="smalltext"');?> </div> should be (note the position of the closing) after ($products_new['products_date_added']). <div class="pl-dateadded"> <?php // echo TEXT_DATE_ADDED . ' ' . tep_date_short($products_new['products_date_added']);?> <?php echo '<span class="smalltext">Added ' . tep_date_short($products_new['products_date_added']).'</span class="smalltext"';?> </div>
×
×
  • Create New...