# Beispiel individuelle Versandkosten COUNT(a.id) as item\_count

**URL:** https://forum.shopware.com/t/beispiel-individuelle-versandkosten-count-a-id-as-item-count/67321
**Category:** Administration
**Created:** [29. Mai 2020 um 19:15 UTC](https://forum.shopware.com/t/beispiel-individuelle-versandkosten-count-a-id-as-item-count/67321 "2020-05-29T19:15:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mthrum](https://avatars.discourse-cdn.com/v4/letter/m/e95f7d/32.png) [@mthrum](https://forum.shopware.com/u/mthrum)
#### Post date: [29. Mai 2020 um 19:15 UTC](https://forum.shopware.com/t/beispiel-individuelle-versandkosten-count-a-id-as-item-count/67321/1 "2020-05-29T19:15:04Z")

</div>

Ich versuche das Beispiel aus der Doku für die individuellen versandkosten umzusetzen SW Version 5.6.6

[https://docs.shopware.com/de/shopware-5-de/versand-und-zahlungsarten/individuelle-versandkosten#boolean-freitextfelder](https://docs.shopware.com/de/shopware-5-de/versand-und-zahlungsarten/individuelle-versandkosten#boolean-freitextfelder)

COUNT(a.id) as item\_count  
IF(item\_count=(lager1+lager2),1,0)

&nbsp;

… leider ohne Erfolg. Hat sich was geändert oder wo ist hier das Problem?
