#LOCAL("AlwaysInUse", 0)
{Position} |
{Quantity} |
{SKUShort} |
{Name} |
{WeightPerProduct} |
|
#WITH(#LineItemContainer)
#LOCAL("Counter", 0) #LOCAL("LineItemNo", 0)
#IF(NOT #COUNT(#LineItems))
{NoLineItemsAvailable}
|
#ENDIF
#LOOP(#LineItems)
#INCLUDE("EditShippingLabelContentLine")
#ENDLOOP
#ENDLOCAL#ENDLOCAL
#ENDWITH
#IF(#AlwaysInUse)* {AlwaysInUseStarDescription}
#ENDIF
#ENDLOCAL