Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping cost per product


ianao

Recommended Posts

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

Link to comment
Share on other sites

  • 3 weeks later...

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 by frankyou
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...