Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OSCLex

Archived
  • Posts

    15
  • Joined

  • Last visited

Everything posted by OSCLex

  1. i have been searching these boards for months, looking for answers. writing to threads in hopes that someone would come to my aid....but to no avail. my problem was that our client needed for all the products made by one manufacturer to have shipping be free, but everything else needed to ship using the table rate. someone suggested using the Multi-Vendor Shipping Contribution, since it can be used with other modules. I installed the contribution, but i just COULD NOT get it to work with the table rate....until today. here was what i discovered.... for the Multi-Vendor Contribution to work, first of all, your products must have a Product Weight entered. even if it is 0.01. Without that, the shipping will just be returned as $0.00. i then added a new method called Table. The instructions for this come with the Multi-Vendor Contribution, and are very straight forward. Of note here is that you need to make sure that you set your Maximum Box Weight, in your SQL table "shipping_methods" to a positive amount, and make sure it is set pretty high (if you aren't actually interested in using the handling charges features of the contribution, which i was not). If you leave it set at 0, you may get a divide by zero error. the instructions for the contribution also mention that you need to comment out a line found in the extra shipping modules that you plan to use (found in "catalog/includes/modules/shipping/name_of_file_here.php"). here is the snippet: depending on which version of OSC you are using, you may or may not have that line exactly. the one i commented out, which was located at "catalog/includes/modules/shipping/table.php" looked like this: just add // in front of that and move on. finally, you need to make a call to the table method from the mltship.php file ("catalog/includes/modules/shipping/mltship.php"). You will find the following in that file: Just make it look like this: ...and you should be good to go for using multiple shipping options. i do still have one problem to figure out. if someone's order consists only of the items that are to be shipped free, then all is kosher. however, if someone throws in another item, one that uses the table rate, the table rate takes over and sets shipping based on the cost of the WHOLE order, not just of the items that are set to use the table rate. :blink: not sure how to work this one out, but i'll keep ya posted. :)
  2. This is something that i'm wanting, as well. were you able to get that working, Pixxi? does anyone know how to do this?
  3. :oops: a lesson to everyone.... if you make changes to pages while working from home, when you get to work, DOWNLOAD THOSE PAGES!!! they don't automagically appear on your file server at work!!! you have to GET THEM!!! man, oh, man....i had plowed right over top of the changes i had made to 3 of the pages. :roll: D'OH!!!
  4. Further Info.... It seems that if i add a Checkbox, it TOO turns into a dropdown (Select) box, and not a checkbox. these were working before, too. i'm figuring a radio button will do the same thing. what the heck happened??
  5. i had Chandra's Option Type Feature working just fine. i added a product option called "Monogram", the Type was "Text", and i was able to set it as an attribute for my products, and it worked as smooth as silk. you could enter stuff in the monogram box, and it would pass through the cart beautifully. however, now when i add the "Monogram" attribute to a product, i get a DROPDOWN box for Monogramming, with the word "TEXT" inside it!! i haven't changed any of the PHP files since i got it working. the only thing i did that MIGHT have messed it up was that i tried adding another product option that was also a Text type. our client wants to launch tomorrow, and i've got almost everything else ready, and now this broke! any help would be GREATLY appreciated! :D
  6. I have Chandra's Products Attribute Option type feature working in my cart. however, i need clarification on something in the Readme. It says: i just don't understand what this means. can anyone sort it out for me? thanks!!
×
×
  • Create New...