Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping help


Guest

Recommended Posts

How do I make it so that I can have multiple different shipping options, then it would had that option's cost onto the total?

 

E.g

 

Option 1:

 

Item over 1KG, shipping price is $5

 

Option 2:

 

Item over 2KG, shipping price is $10

 

Then, it would then add that $# to the total.

 

(User may select which option is best for them)

Link to comment
Share on other sites

How do I make it so that I can have multiple different shipping options, then it would had that option's cost onto the total?

 

E.g

 

Option 1:

 

Item over 1KG, shipping price is $5

 

Option 2:

 

Item over 2KG, shipping price is $10

 

Then, it would then add that $# to the total.

 

(User may select which option is best for them)

Select Table Rate in admin->modules->shipping (you may have to click on install first). Then set the table to something like 0:5.00, 1:6.00,2:7.00

 

The above is for pounds. It may be the same with KG's but I don't use them so I can't be sure. It is interpreted as for anything less than a pound, shipping is $5. For anything from 5-6 lbs, shipping is $6. For anyting over 6 lbs, shipping is $7.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Select Table Rate in admin->modules->shipping (you may have to click on install first).  Then set the table to something like 0:5.00, 1:6.00,2:7.00

 

The above is for pounds.  It may be the same with KG's but I don't use them so I can't be sure.  It is interpreted as for anything less than a pound, shipping is $5.  For anything from 5-6 lbs, shipping is $6.  For anyting over 6 lbs, shipping is $7.

 

Jack

 

Well, its a bit more tricker than that of what I want... I would like about 4-5 different types of options, however, in the directories, its actually 4-5 copies of the same .php file (just renamed differently), but, the discription and pricing is different... Am I making sense? :/

Link to comment
Share on other sites

Well, its a bit more tricker than that of what I want... I would like about 4-5 different types of options, however, in the directories, its actually 4-5 copies of the same .php file (just renamed differently), but, the discription and pricing is different... Am I making sense? :/

No sorry you don't. If you use weight dependand shipping, why would you want to have different copies. The shipping module can calculate it for you. You add the weight per item and in the order total the shipping module will look at the weight total and calculate shipping. You make it sound so much more difficult then it is.

 

Giovanna

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