#IF(#ShippingOptions)
#LOCAL("PriceTagInfo", 0)#LOCAL("HasPrice", 0)
#IF(#LineItemContainer.TaxModel AND #Shop.PriceTagInfoMultiProductGross)#SET("PriceTagInfo", 1)#ELSIF(NOT #LineItemContainer.TaxModel AND #Shop.PriceTagInfoMultiProductNet)#SET("PriceTagInfo", 2)#ENDIF
#LOOP(#ShippingOptions)
#IF(#HasTextField)
{Text}:
#ENDIF
#ENDLOOP
#IF(#HasPrice)
#IF(#PriceTagInfo == 1){MandatoryStar} #Shop.PriceTagInfoMultiProductGross[0]
#ELSIF(#PriceTagInfo == 2){MandatoryStar} #Shop.PriceTagInfoMultiProductNet[0]
#ENDIF
#ENDIF
#ENDLOCAL#ENDLOCAL
#ELSE
{Notification}
{NoShippingOptions}
#ENDIF