fafifox
fafifox
Yes this is possible, here's how I did it: 1. Add your metafield query in `packages\shopify\src\utils\queries\get-product-query.ts` ```graphql # ... myMetafield: metafield(namespace: "my_namespace", key: "my_key") { description id key namespace value...
Had the same issue, it's happening when `Preview` content has more than 53 chars
@gabrielmfern In my case emails were not even sent: `The html field contains invalid input`, (i'm using nodemailer to send)