ianao Posted February 15, 2010 Share Posted February 15, 2010 Hello I'm having a real problem trying to find a reliable module to use for a shipping cost field for each product. I don't mean one flat rate for all items, just a field on each product page where you can enter a different shipping cost. I've tried the contributions, but nothing seems to work (i.e. either Oscommerce falls to pieces or all the shipping modules are removed from the page). Does anyone know of a fool-proof way to do this? It seems like such an obvious requirement as some products are bulkier than others, I thought it would be easy to do. Any help would be like cold water in a desert. Thanks ianao Quote Link to comment Share on other sites More sharing options...
Guest Posted February 15, 2010 Share Posted February 15, 2010 Kent, This individual shipping cost contribution allows you to set the shipping price for each product during the product creation process. http://addons.oscommerce.com/info/1333 Chris Quote Link to comment Share on other sites More sharing options...
frankyou Posted March 4, 2010 Share Posted March 4, 2010 (edited) Hi Chris, Sorry to jump in as the support thread of this contribution was unable to access! I am confused in the install instruction of file How_To_Install_individual_shipping_4.5.txt in line 90 /catalog/checkout_shipping.php ------------------------------ Change: 'cost' => $quote[0]['methods'][0]['cost']); for: // start indvship //'cost' => $quote[0]['methods'][0]['cost']); 'cost' => $quote[0]['methods'][0]['cost'], 'invcost' => $shipping_modules->get_shiptotal()); // end indvship Does the "change-for" mean "replace-with"? Kent, This individual shipping cost contribution allows you to set the shipping price for each product during the product creation process. http://addons.oscommerce.com/info/1333 Chris Edited March 4, 2010 by frankyou Quote Link to comment Share on other sites More sharing options...
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.