What's your biggest current challenge? Have your say in Community Polls along the right column.

Fulfillment notification customization

Fulfillment notification customization

alexew
Visitor
2 0 0

I need to have a customization of the fulfillment notification if one or more of the items are quote requests. This tells me if any are quotes:

{% assign has_quote = fulfillment.fulfillment_line_items | map: 'title' | contains: 'Quote' %}

 

How do I change this to return the number of quotes - 0 to ??

Replies 0 (0)