Developer forum

Forum » Development » Question about Shippin in ecom

Question about Shippin in ecom


Reply

Hey..

 

I want to add a shipping fee to certain items in a shop. I've made a matrix for this in the Shipping extension i ecom (illustrated in the file attached to this post).

 

I'm using the weight on products to determine if the product should have a shippingfee applied to it. Adding the value "1/0 kg" on the products.

 

The problem is, that if i add a product to the basket with a weight value "0" - the customers still have to pay for the shippig as if the totalt weight of the order was "1".

 

I can't add a shippingfee with the price of "0,00" - don't think that's possible in that module. There is a property called 'Default fee' - but my other settings overrule this.

 

Any bright ideas?

 

/Peter

 

*** EDIT ***

I was not able to upload the screendump, but here is the matrix:

Fee            Type            Weightlimit

31,00         $                  1,00kg

62,00         $                  2,00kg

93,00         $                  3,00kg

 

And so on :)  


Replies

 
Reply

You may need to code a fee provider in order to acheive this. Check this out: http://developer.dynamicweb.dk/default.aspx?id=16918&action=ShowArticle&ArticleID=154

 
Reply

I've tried adding a new Shipment fee, looking like this:

 

Fee:                        Weight:

0,000001                 0,1kg

 

A little easier than making new custom functionality ;)

 

Thanks for the quick response though..

 

/ Peter

 

You must be logged in to post in the forum