Free shipping depending on the attribute of the product

Hello, I want to setup dependency from article attribute and free shipping. I created new attribute attr5 like checkbox in items, then when it is checked, this article must be free of shipping in some shipping zone. How to create rules in Advanced Configuration of Shipping Costs, to achieve this? I know that it is something like: IF (at.attr4 = “true”, allshippingfree, 0) or IF (at.attr4 = “true”, !allshippingfree, 0) Also, I added in Basic Settings/Frontend/Shipping Cost module: MAX(at.attr4=“true”) AS attribut, MIN(b.shippingfree) = 1 AS allshippingfree, MAX(at.attr5=“true”) AS attribut for extended SQL query. Should I set in Advanced Configuration/Terms: allshippingfree, then in Calculations: IF (at.attr4 = “true”, !allshippingfree, 0) ??? Thanks in advance ---------------------------------------------------- Hallo, Ich möchte Setup Abhängigkeit von Artikel Attribut und versandkostenfrei. Ich habe neue Attribut attr5 wie Kontrollkästchen Elemente , dann , wenn es aktiviert ist, muss dieser Artikel kostenfrei Versand werden in einigen Versandzone . Wie Regeln in der erweiterten Konfiguration von Versandkosten erstellen , um dies zu erreichen ? Ich weiß, dass es so etwas wie: IF ( at.attr4 = “true” , allshippingfree , 0) oder IF ( at.attr4 = “true” , ! Allshippingfree , 0) Auch fügte ich in Grundeinstellungen / Frontend / Versandkosten -Modul: MAX ( at.attr4 = “true” ) AS Attribut , MIN ( b.shippingfree ) = 1 AS allshippingfree , MAX ( at.attr5 = “true” ) AS Attribut für längere SQL-Abfrage. Sollte ich in der erweiterten Konfiguration / Ausdrücke: allshippingfree , dann in Berechnungen: IF ( at.attr4 = " wahr" ist, ! Allshippingfree , 0) ??? Vielen Dank im Voraus