SELECT Name, Price, ItemID, RequiresChildSelection, MaxNumSelectionReq, IsCollapsible
FROM Items
WHERE ParentItemID = #attributes.sending_ItemID#
AND
IsActive = 1
ORDER BY SortOrder DESC
SELECT ID
FROM Items
WHERE ParentItemID = #check_for_children.ItemID#
AND
IsActive = 1
+ #check_for_children.Name# - #dollarformat(Price)# (must choose 1, up to #MaxNumSelectionReq#) (must choose 1) (choose up to #MaxNumSelectionReq#)
+ #check_for_children.Name# (must choose 1, up to #MaxNumSelectionReq#) (must choose 1) (choose up to #MaxNumSelectionReq#)
+ #check_for_children.Name# (+#dollarformat(check_for_children.Price)#)