Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need to set first item to $5.99 and each item after +$2.00 for all items


dabbuhl

Recommended Posts

Basically, I want to charge on shipping as follows:

 

1 Item = $5.99

2 Items = $7.99 (this would be $5.99+$2.00)

3 Items = $9.99 (this would be $5.99+$2.00+$2.00)

4 Items = $11.99 (this would be $5.99+$2.00+$2.00+$2.00)

5 Items = $13.99 (this would be $5.99+$2.00+$2.00+$2.00+$2.00)

and so on, and so on.....

 

Dan Abbuhl

Link to comment
Share on other sites

Follow the directory structure in the contribution package... the module file is uploaded to (catalog)/includes/modules/shipping and the language file to (catalog)/includes/languages/english/modules/shipping

Link to comment
Share on other sites

Basically, I want to charge on shipping as follows:

 

1 Item = $5.99

2 Items = $7.99 (this would be $5.99+$2.00)

3 Items = $9.99 (this would be $5.99+$2.00+$2.00)

4 Items = $11.99 (this would be $5.99+$2.00+$2.00+$2.00)

5 Items = $13.99 (this would be $5.99+$2.00+$2.00+$2.00+$2.00)

and so on, and so on.....

 

Dan Abbuhl

 

please do not install a contribution. Recently, many - even huge - contributions have been suggested when standard oscommerce already offers everything needed.

 

use the per item module, as here:

Shipping Cost

The shipping cost will be multiplied by the number of items in an order that uses this shipping method.

2.00

 

Handling Fee

Handling fee for this shipping method.

3.99

 

I'm sure you have seen these arithmetic rows in maths class before. Your fee tree would have been correct this way:

1 Item = base of $3.99 + 1x$2.00

2 Items = $7.99 (base of $3.99 + 2x$2.00)

3 Items = $9.99 (base of $3.99 + 3x$2.00)

4 Items = $11.99 (base of $3.99 + 4x$2.00)

5 Items = $13.99 (base of $3.99 + 5x$2.00)

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

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