Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

nsb

Pioneers
  • Posts

    21
  • Joined

  • Last visited

About nsb

  • Birthday 01/07/1971

Profile Information

  • Real Name
    Adam Gersbach
  • Gender
    Male
  • Location
    Blue Mountains, Australia

nsb's Achievements

  1. Sorry I just don't have any time to support this mod. I haven't haven't done anything on this project since I last posted as I'm too busy working with clients using other ecommerce platforms. If anyone is interested and has the time I can give you a copy of the entire site at http://newshopinabox.com/demo which is heavily modified and has a lot of great features regarding the filters. Especially the backend for oil and lube filters. Let me know if you are interested.
  2. Hi, sorry I missed these replies. The search feature for admin is cool. I will add it in next upgrade. I just installed it on a new demo here http://www.newshopinabox.com/demo you can see it by clicking the Oil and Lube button or the Printer Ink & Toner There are a few issues such as session id causing drop down boxes not to work, there is also a bug preventing the 'No Items Found' message form appearing sometimes. There's also some small issues in admin i need to clear up, most likely this weekend it will be done. If you have any other suggestions please let me know.
  3. A new version has been uploaded http://addons.oscommerce.com/info/7116 To upgrade replace all files. No need to edit any other files.
  4. To manage products click the Category/Filter name or the Info icon. Don't click the folder. When you click the name or Info icon you will see buttons on the right side Edit and Delete. Underneath you will see Manage Products. I hope this helps.
  5. You can actually go down to four levels. So you can name each level as required: Make, Model, Variant, Year. On the year level you can Manage Products and add them to the appropriate year. I also have a version I am working on where you can add products from the Product page. You actually go to the product page then add to the Filter. The opposite of the way we do it now. This will allow you to add one product to multiple filters. Would you like the code to do it this way or is the current method of adding product to filter OK?
  6. Please see this image. Manage Products is underlined in Red.
  7. You can create 3 levels of categories. Make, Type, Model Number. These can be managed in admin section You can edit the top level to be called what you like. Could be Vehicle for example. Then next level you can create 2nd level categories or 'types'. The next level categories is the Model Number. To add products to the Model number click Model Number name or Info icon then on right side click 'Manage Products' here you can select products. Click save then click Back to Category List. I hope this answers your question. If I misunderstood please provide a bit more detail about what you want to achieve.
  8. New version V1.6 has been uploaded. To upgrade only install all new files in catalog folder.
  9. Yes, you are right, I have uploaded new version. I'm not sure what the problem is with IE8 but to render as IE7 use code in header found here: http://msdn.microsoft.com/en-us/library/cc288325%28VS.85%29.aspx or http://snipplr.com/view/13271/add-http-header-to-force-ie8-to-render-in-ie7-mode-phpversion/ The above can be a fix for now. When I have some time I will attempt to re-write catalog/filter_printer.php to be IE8 compatible.
  10. New Version 1.4 has been uploaded fixing error in side box and improved instructions. Download V1.4 here: http://addons.oscommerce.com/info/7116
  11. Thanks and sorry for any inconvenience caused. I will post an update soon, just very busy and behind schedule with my current project. :)
  12. Great ideas :) and thank you for trying to make it. If you have any questions feel free to ask.
  13. Sorry about that but I messed up and uploaded the wrong zip file for v1.2. Version 1.2 doesn't work... Please download and install the new version 1.3. http://addons.oscommerce.com/info/7116
  14. Yes, that's correct. Change the text in the catalog/includes/languages/english/filter_printer.php
  15. Please replace all code in: /includes/boxes/filter_printer.php with the following to avoid the session id problem. <?php /* catalog/includes/boxes/filter_printer.php osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 - 2010 osCommerce Released under the GNU General Public License */ ?> <!-- Printer Filter //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_FILTER_PRINTER); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<a "href=' . tep_href_link(FILENAME_FILTER_PRINTER_FINDER) . '>Ink & Toner Finder</a>'); new infoBox($info_box_contents); ?> </td> </tr> <!-- Printer Filter eof //--> The original file simply had a link to the page. I will upload this file in the addon section to save future users having this same problem.
×
×
  • Create New...