Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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.

  • 2 weeks later...
Posted
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.

  • 3 months later...
Posted

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.

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.

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...