RE: Shipping Costs
RecatMedia <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.suggestions |
|---|---|
| Message-ID | <e21e3de6bb0ae348423e78ffb04fc2ce@osCommerce-Forums> |
This message was sent from: Suggestions and Proposals http://forums.oscommerce.com/viewtopic.php?p=191216#191216 ---------------------------------------------------------------- If I was a PHP expert then I might have a crack at it. :) I *think* I have a solution though. Group 1 Products have a weight of 1. Group 2 Products have a weight of 50 (It's unlikely that anyone would buy 50 Group 1 Products). Group 3 Products have a weight of 1000. Then I set my table up like so: 2:1.80,49:2.50,1000:2.50;4000:4.50 That way if someone buys 1 Group 1 Produc and 1 Group 2 Product the weight will be 1001 and the shipping cost will be 2.50 which is correct - I think. Does that look like it makes sense? Andy