ASPX templates
Version 5.x > ASPX templates > ECommerce Shipping Charge View modes: 
User avatar
Member
Member
chiranrb-gmail - 6/14/2010 7:13:39 PM
   
ECommerce Shipping Charge
I have a client who sells his product by weight (1, 5, 10, 25, 50, 100, 250, 500, 1000 & 2200 lbs). So the shipping cost charged by the post office to mail the products varies by a significant margin.

Kentico only allows to setup a fixed/same cost for all shipping, so I assume I will have to customize the shipping portion of the shopping cart. Can you point me in the right direction - to customize the shipping portion of the shopping cart.

I am using Kentico 5.0 and, thanks in advance for any comment/suggestion.

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 6/15/2010 1:01:37 AM
   
RE:ECommerce Shipping Charge
Hi,

You can use CustomShippingOptionInfoProvider and override CalculateShipping method for this purpose:

http://devnet.kentico.com/docs/ecommerceguide/custom_providers_overview.htm

I hope this will help you.

Best regards,
Miroslav Remias.