Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add organiser logo to confirmation emails #1063

Merged
merged 2 commits into from
Jan 12, 2023

Conversation

egaudrain
Copy link
Contributor

Receiving emails with the Attendize logo can be confusing for attendees.

The email Layout file resources/views/Emails/Layouts/Master.blade.php makes reference to $email_logo but falls back to assets/images/logo-dark.png if it is not defined.

This pull request adds the email_logo property to the objects passed to the view engine.

Note 1: The master layout uses isset($email_logo). I am not sure what happens if the organiser did not define any logo.
Note 2: I tested SendOrderAttendeeTicketMail.php and SendOrderConfirmationMail.php, but not the three others.

egaudrain and others added 2 commits October 26, 2022 18:32
Receiving emails with the Attendize logo can be confusing for attendees.
@johannac
Copy link
Member

Thanks for contributing this @egaudrain! I will merge and test the other email templates.

@johannac johannac merged commit 68bd391 into Attendize:develop Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants