Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

m u r

Archived
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Real Name
    Richard Moore

m u r's Achievements

  1. When I try and set up a banner, I get the green bar up top telling me it worked, but the image doesn't upload. I also have Master Products add-on installed -- hopefully there is no conflict there.
  2. AND MY MASTER PRODUCTS HAVE "TEXT_QUANTITY" UNDERNEATH THE PRODUCT.
  3. Master Products works for me now, but the other attributes I had programmed in do not. For instance, $2 extra for an XXL shirt doesn't register. The whole attributes section seems to be void.
  4. I got it working. Now, how do I make it so the default quantity of the slave products is 0 rather than 1?
  5. I used the fixed-width-container contribution (http://addons.oscommerce.com/info/4910), which makes the center column of the site a fixed width. For some reason, the affiliate seems to ignore this modification. Is there anyway to make it a fixed width and follow the template used in the rest of the site?
  6. I got the index.php page to work, but I went through all of the /admin/categories.php modifications step by step and made sure there wasn't another similar block of text that I should be replacing and it still won't let me upload images.....PLEASE HELP. Can someone give me their modified categories file so I can test to see if that's the trouble?
  7. Is it possible to make the default number of each item 0 rather than 1? If someone only wants a few, I don't want them to have to change the rest to 0.
  8. I simply followed the install instructions and copied the bit of code into the index.php file. It was one simple step. I don't really know what to check. Here is the code I copied from the instructions and replaced the bit of code around line 191: //Master Products $listing_sql = "select " . $select_column_list . " p.products_id, p.manufacturers_id, p.products_price, p.products_master, p.products_master_status, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_status = '1' and p.products_master = '0' and p.products_listing_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '" . (int)$languages_id . "' and p2c.categories_id = '" . (int)$current_category_id . "'"; // Master Products EOF
  9. I figured out how to make the image display next to the slave product when viewing the master object. I still can't figure out how to make the slave products not show up at all except in the master product. It's still showing up as its own product with a buy now button that goes to a product that doesn't exist.... and I still can't add an image to the master product.
  10. I installed Master Products, but I'm a bit confused. 1) Each of the "slave" products show up as well as the master product, regardless whether I check "hide" or "show" the slave product. What exactly is that option supposed to do? 2) If I click on the "Add to cart" button or "buy now" next to one of the slave products, it says, "product not found!" 3) In the Master product listing, there is an option box, but no image that shows the slave product. 4) It will not let me upload an image for a mater product. Can anyone show me how this is supposed to work?
  11. I installed Master Products, but I'm a bit confused. 1) Each of the "slave" products show up as well as the master product, regardless whether I check "hide" or "show" the slave product. What exactly is that option supposed to do? 2) If I click on the "Add to cart" button or "buy now" next to one of the slave products, it says, "product not found!" 3) In the Master product listing, there is an option box, but no image that shows the slave product. 4) It will not let me upload an image for a mater product. Can anyone show me how this is supposed to work?
×
×
  • Create New...