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

MINOR - Donations email issues #460

Closed
rumca opened this issue Mar 10, 2014 · 13 comments
Closed

MINOR - Donations email issues #460

rumca opened this issue Mar 10, 2014 · 13 comments

Comments

@rumca
Copy link
Contributor

rumca commented Mar 10, 2014

I noticed a few minor issues with thank you emails whilst testing:

  • A new thank you email is generated every time a invoice is updated in the RSR admin - even though nothing may change in the thank you.
  • Weird formatting on the thank you email whereby the values are below their respective labels:

emailweird

@rumca rumca added this to the 2.3.5 Uglyfruit milestone Mar 10, 2014
@rumca rumca added Bug labels Mar 10, 2014
@adriancollier
Copy link
Contributor

First is a known issue/feature - but I think this should be changed.

Second is new to me, but agree that this looks very messy and should be fixed.

@adriancollier
Copy link
Contributor

@adriancollier
Copy link
Contributor

I have just resent one by saving a pre-existing donation and I see nothing wrong...

screen shot 2014-03-24 at 16 16 38

@adriancollier
Copy link
Contributor

Ah - the problem seems to occur when viewing the email in Gmail. The template in Apple mail renders correctly:
screen shot 2014-03-24 at 16 18 29
But exactly the same mail in Gmail (Firefox browser) doesn't:
screen shot 2014-03-24 at 16 18 21

@rumca
Copy link
Contributor Author

rumca commented Mar 24, 2014

@adriancollier apologies - I should have included that in the original issue (I was using gmail when I took the screenshot).

@adriancollier
Copy link
Contributor

@loicsans did you find anything that might explain this?

The Template is here by the way: https://github.com/akvo/akvo-rsr/blob/develop/akvo/templates/rsr/project/donate/donation_confirmation_email.html

@loicsans
Copy link
Contributor

loicsans commented Apr 3, 2014

It's actually a known issue with Gmail. Some tag level inlined CSS are ignored. A safest way would be to use table to layout the email properly instead of floating divs.

@adriancollier
Copy link
Contributor

@loicsans is this much work? Would you be able to do this? 😉

@loicsans
Copy link
Contributor

loicsans commented Apr 3, 2014

Shoot it my way ;)

@adriancollier
Copy link
Contributor

Well this issue is now assigned to you :) just needs a feature/460-donationemail branch to make the changes in

@loicsans
Copy link
Contributor

loicsans commented Apr 3, 2014

@zzgvh How could I test this out on my local machine?

zzgvh added a commit that referenced this issue Apr 7, 2014
[#460] Removed floating Div / Replaced by a table
loicsans added a commit that referenced this issue Apr 7, 2014
in the table and left aligned the title
zzgvh added a commit that referenced this issue Apr 7, 2014
As per Loïc's instructions.
@adriancollier
Copy link
Contributor

@zzgvh If all code is merged to develop can you please close this issue?

@adriancollier
Copy link
Contributor

I see all code now in develop, so closing this issue.

@MichaelAkvo MichaelAkvo moved this to Done in RSR Dec 8, 2022
@MichaelAkvo MichaelAkvo added this to RSR Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

4 participants