fm-ticketing / dawn-shopify-theme

Clone of Shopify's Dawn theme, with Online Store 2.0 feature.
Other
1 stars 0 forks source link

Email Notifications #78

Closed stuartleech closed 6 months ago

stuartleech commented 7 months ago

We need to customise the email confirmations for ticket purchases.

At the moment the email is skewed to be product order based with shipping info etc - As we'll only be selling tickets online initially I can change the email template entirely to cater for this.

The key issue is that the date selected and the exhibition title isn't pulled through to the email.

@katjam Can you confirm the fields I need to pull in to the email template? Are they metafields or something else, sorry I've totally forgotten!

Screenshot 2024-01-25 at 12 44 49
stuartleech commented 7 months ago

Ah Line item properties!

stuartleech commented 7 months ago

Used this code to display all line items in the order: https://gist.github.com/ltakens/0c0c584cfa9c460bb64fc647fa28cfdb

Image

Next: How do I get the date and title of the exhibition to show more prominently

katjam commented 6 months ago

Done.