Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 879 Bytes

t-shirts.adoc

File metadata and controls

29 lines (22 loc) · 879 Bytes

T-shirts

NOTE:

Effective March 15, 2023, all t-shirt orders for folks in India are placed in this spreadsheet and NOT added to printful. We have a vendor who will have access to this spreadsheet to ship to India.

Here are some common problems:

  • Could not order t-shirt

    • Make sure they passed the certification:

match (u:User)-[:HAS_ENROLMENT]-(x:CompletedEnrolment)--(c:Certification)
where u.email = 'USER-email'
return u,x
MATCH (u:User)--(n:TshirtFromCommunityGraph)
WHERE u.email = 'USER-email'
    return u,n