Ant-Lion Posted April 27, 2009 Posted April 27, 2009 I am trying to create a shipping module for a store which due to the bulky nature of the items that are stocked has assigned each item it's own shipping cost. The closest module that I have found to do this is the Per Item shipping module that is included with osCommerce but that module is a flat rate for all items not a specific rate for each item and another issue is that each state has it's own shipping rate. I assume that I would store the rate in the items table database then make a shipping module that retreives the rate from the database, I do know PHP and MySQL although I am not too familar with how osCommerce works yet. If anyone knows of such a module can they point me towards it please otherwise any advice on creating such a module would be welcomed. Quote
ulamthelucky Posted May 5, 2009 Posted May 5, 2009 I am trying to create a shipping module for a store which due to the bulky nature of the items that are stocked has assigned each item it's own shipping cost. The closest module that I have found to do this is the Per Item shipping module that is included with osCommerce but that module is a flat rate for all items not a specific rate for each item and another issue is that each state has it's own shipping rate. I assume that I would store the rate in the items table database then make a shipping module that retreives the rate from the database, I do know PHP and MySQL although I am not too familar with how osCommerce works yet. If anyone knows of such a module can they point me towards it please otherwise any advice on creating such a module would be welcomed. It's not so hard to add fields to products, I would add a field to the products to put the shipping in, then when it comes time to add shipping add up the shipping with quantity*shipcost_for_item for each product ordered. Quote
jisaiah14 Posted August 11, 2009 Posted August 11, 2009 I also need help with this and am not really so good with php or mysql. Can someone walk me through what to do please? all help would be greatly appreciated. Quote
multimixer Posted August 11, 2009 Posted August 11, 2009 Can you not use the weight to set different shipping cost according to that? Quote My community profile | Template system for osCommerce - New: Responsive | Feedback channel
♥ecartz Posted August 11, 2009 Posted August 11, 2009 Searching for "individual shipping" finds a number of results, including Individual Product Shipping Prices. Quote Always back up before making changes.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.