# Shipping cost surcharge for long item

**URL:** https://forum.shopware.com/t/shipping-cost-surcharge-for-long-item/63266
**Category:** International (English Only)
**Created:** [30. November 2019 um 21:02 UTC](https://forum.shopware.com/t/shipping-cost-surcharge-for-long-item/63266 "2019-11-30T21:02:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tyler](https://avatars.discourse-cdn.com/v4/letter/t/35a633/32.png) [@tyler](https://forum.shopware.com/u/tyler)
#### Post date: [30. November 2019 um 21:02 UTC](https://forum.shopware.com/t/shipping-cost-surcharge-for-long-item/63266/1 "2019-11-30T21:02:37Z")

</div>

Hello everybody,

I need to add a surcharge shipping cost for long items.

How can I do that?

I’d like to add a shipping surcharge rate when the product is longer than 100 cm.

I understood I have to create a surcharge shipping type in the shipping cost management and that I have to calculate the rate based on „Calculation“.

Then in the Calculations field I wrote: "If (d.length \>100,10,0) because I want to add 10 euro to the standard shipping cost when the product is longer than 100 cm.,

but this didn’t work at the checkout then.

What have I made wrong?
