Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SometimesConfused

Archived
  • Posts

    19
  • Joined

  • Last visited

About SometimesConfused

  • Birthday 05/01/1975

Profile Information

  • Real Name
    Wendy
  • Gender
    Female
  • Location
    Michigan
  • Interests
    Computers, animals, puzzles, RPG PC games (Baldurs Gate, etc), Buffy and Angel...

SometimesConfused's Achievements

  1. Please help!!! I have a client who wants to set an individual shipping rate per product, but have the catalog default to a table rate when a person buys two or more items. It does not have to be two of the same things, it can be a mixture of any items. I installed the Individual Product Shipping Prices - v1.0 (http://www.oscommerce.com/community/contri...ons,1333/page,5). I think I just need one line changed, but I don't know what to change it to. This code is in catalog/includes/classes/shipping.php if (tep_get_configuration_key_value('MODULE_SHIPPING_INDVSHIP_STATUS') and $shiptotal) { $include_modules[] = array('class'=> 'indvship', 'file' => 'indvship.php'); } else { // All Other Shipping Modules while (list(, $value) = each($this->modules)) { $class = substr($value, 0, strrpos($value, '.')); // Don't show Individual Shipping Module if ($class != 'indvship') { $include_modules[] = array('class' => $class, 'file' => $value); } } } { I think that first line just needs to say if Individual Shipping Module is active AND quantity in cart = 1 AND $shiptotal (I don't know what that is for), then use all that, otherwise use the "All Other Shipping Modules". Thank you for any help!
  2. Hi, I hope someone can help me out here. I have a client who wants to set an individual shipping rate per product, but have the catalog default to a table rate when a person buys two or more items. It does not have to be two of the same things, it can be a mixture of any items. If I use a contribution like the Individual Product Shipping Prices - v1.0 (http://www.oscommerce.com/community/contri...ons,1333/page,5), I think that will work for the first item, but I need it to switch over to the table rate when they order a quantity greater than 1. I've been using osCommerce for a while (love it), but my php skills are still basic and I don't think I'm talented enough to do this on my own. :( Any help would be immensely appreciated! Thank you!
  3. Oops. Thought I could help, but can't delete this.
×
×
  • Create New...