Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Colin

Pioneers
  • Posts

    148
  • Joined

  • Last visited

Everything posted by Colin

  1. Yes, you can do it. Off the top of my head I'd suggest duplicating the categories box under a different name. Call the new box in column_left.php and modify the SQL query in each box to pull the categories by hardcoded category_id. That 'should' work.
  2. This mod doesn't show sub-subcategories! I'm confused. Why could this be? Thanks, Colin
  3. You need to edit /includes/coolmenu.php and change the values: //Menu properties oCMenu.pxBetween=0 oCMenu.fromLeft=150 oCMenu.fromTop=145 oCMenu.rows=1 oCMenu.menuPlacement="center" to something like: //Menu properties oCMenu.pxBetween=0 oCMenu.fromLeft=0 oCMenu.fromTop=0 oCMenu.rows=1 oCMenu.menuPlacement="top" The updated code will put the menu at the top left of your page. Incorporate the menu anywhere you want using the pixelated offsets. Later, colin
  4. whats the package constribution that you are using please !? greetz john ok, you have done it yourself.... would be nice if you post the solution! thanx I rewrote the Master Products contribution, as well as rewrote the admin panel. It was a lot of work ;) sammydeek, Your page appears to be blank.. heh..
  5. I'd also like to add that I solved the packages problem. You can view the solved issue at: http://www.autogoodies.com/product_info.ph...&products_id=29 Take care, Colin
  6. Sammydeek, You have a broken table.
  7. that entry is in /includes/database_tables.php you should have the following line.. define('TABLE_ADDRESS_BOOK', 'address_book');
  8. Great mod.. I've been able to do some great things so far with it :) Here's a screenshot of some of my modifications.. I've run into a snag, though. Each of those little products is a link. For example, "225/35/19 Toyo FZ4 $1899 shipped" is a link. I want that to be a product so that I can add the product to my cart directly. Currently, I've tried to set the link with the price (it works that way, but only if one package is added). Basically, I need to link slaves to slaves.. I have already added a new link to categories.php named "Add a Package Item". How can I link the package item to a slave product? Essentially, I need to be able to add a slave to a master and a slave to a slave :wacko: Any ideas would be great! Thanks, Colin
  9. I'm wondering if there's any future plan for a Create Order button. I am using the Manual Entry Module v06 but it doesn't allow me to enter manually my labor charge. I like how I can edit an existing order with this script and then add my labor charge manually. If I could CREATE an order, that would be perfect! Thanks, Colin
  10. hey ryanf, I'm not having any problems (thank God). The contribution works exactly as prescribed :) What I'm trying to do, though, is figure out a way to allow different master_listing files for different categories. I run an auto parts business and need to have different fields for wheels and brakes. I have like no idea how to do that, lol. At first I thought maybe if the cpath variable was passed to product_info.php. That wouldn't work, though. I am using BTS so I also tried changing the header images to point to different versions of product_info.php so I could then call a different master products. That didn't work. I'm thinking maybe that I need to add some code that will check what category the product resides in. The code would have to be 'in' product_info.php. Once the category is known, I can then do an if/then/else statement and choose the master products module for that certain category. I'd just hardcode the categories as they don't change much. Any idea how I'd find out how to get the cpath from the product_id on the product_info page? thanks, Colin
  11. Yes... you have to change the SQL query to check for master_status. That fix is displayed back in the first twenty pages or so.4
  12. netgene, I just looked over your site. It's coming out nicely. congrats..
  13. Contact Johnson regarding that. Since Master Products is his baby, he should get first crack at making some cash :)
  14. I have a question about how to do something. I need multiple master products modules running on my system. How would I modify the master_listing.php file to check which category the product is in (ie. Wheels which is 12, Suspension which is 14, etc). The reason I need to do this is the fields for the Wheels show up correctly only in the wheels category. In the Brakes category the fields for the wheels show up. :lol: Obviously, that's not right :) Once it knows the category (say 12) it would display one version of master_listing.php and if the category is 14, it would display another. I know that's not the 'best' solution, but a complete rewrite of the master products contribution is totally out of my league. Is this possible? Thanks in advance, Colin
  15. xplorer4d, You can change the quantity fields quite easily. In /includes/modules/master_listing.php find: <option value="0">0</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> to <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option>
  16. supposedly you can use this module.. http://www.oscommerce.com/community/contributions,395/page,3
  17. I have a question. I am using the Master Products contribution... I love it! It's great. Here's my question. I have multiple categories. For example, one is Brakes and the other is Suspension. I have modified my cart so that I can add different attributes other than what Master Products uses. For 'Brakes' products I have rotor size, 1 or 2 piston calipers, etc. For 'Suspension' products I have fields such as the amount of drop (1", 1.5", 2", etc). Here's my problem, when I view a Suspension product I get the fields in the Master Product listing for Brake products. ie. The rotor size field is shown and it is blank because I have not linked anything in the admin panel. How can I turn off these fields either by category or if no entries are found in the database fields for that product? Thanks! Colin
  18. I don't believe that's possible in the current version..
  19. yeah, that's awesome.. i think i'll use your Buy Now code for my site.. I've been wanting that for awhile but didn't know how to code it :)
  20. For future reference, edit /includes/languages/english/index.php Change the specials heading box text from Specials for %s to <img src="blah.jpg">
  21. Great, great script.. I have implemented some of the things I've seen here.. I do have a question, though. When I put a product on sale, I only want to put the Master Product on sale at a percentage discount. When i enter that percentage I get a division by zero (obviously, since the master product's price is 0.00). How can I set the script up so that if I have a 20% discount (or a $20 discount, even) the new price will be shown for each slave on the respective product page? Thanks! Colin
  22. Who all here wants to chip in 10 bucks a piece for Matti's time? I use this contribution on my website and it's been very valuable to me. I'm more than willing to send 10 bucks.. maybe we can all send him like 100 bucks or something?
  23. All of the files are cake, except /admin/categories.php That file took me about 45 minutes but only because I'm running about 15-20 different mods and I had to go line by line :) Just take your time and make sure you search for 'master' in each of Matti's files.. I nailed it first time (thank God)!
  24. double check your editing in /admin/categories.php.. i have a ton of mods and it took me about 45 minutes to edit that file correctly..
×
×
  • Create New...