VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: ch1vph on August 05, 2017, 00:18:36 AM

Title: Need to change design of 'registration email'
Post by: ch1vph on August 05, 2017, 00:18:36 AM
Hello all,

Does anyone know about a way to change the look/design of the standard 'registration email' ie add a banner/footer, or even a background image to it, or perhaps even a splash of colour on the button or the text!?

If there is any method or perhaps a plugin template for the VM activation email that comes through after a customer signups please let me know as this standard one is very small for starters and the the link seems to switch from a text link to a button when you hover over it, as my order emails do too until I buy this - 'VM order email template' plugin. But overall I just need to change it to something more official/normal...

Please see attached screenshot of what this automatic email looks like when a customer receives it atm in gmail. Any advice is welcome on this matter or if theres any workarounds that would be great.

Regards!
Chris H.

VirtueMart 3.2.2
Joomla! 3.7.3
PHP 5.6.31
Title: Re: Need to change design of 'registration email'
Post by: jenkinhill on August 11, 2017, 21:19:13 PM
Edit and override components/com_virtuemart/views/user/tmpl/mail_html_reguser.php
Title: Re: Need to change design of 'registration email'
Post by: ch1vph on August 16, 2017, 01:38:55 AM
Hi there, thanks for pointing out the file...

Next question is it possible to have users automatically registered when they go to signup without having to use the 'registration email'??

Regards!
Title: Re: Need to change design of 'registration email'
Post by: Ventsi Genchev on August 16, 2017, 10:17:08 AM
Backend => Users / Manage / Options / New User Account Activation -> None
Title: Re: Need to change design of 'registration email'
Post by: ch1vph on August 18, 2017, 00:01:58 AM
Perfect thanks Venci! Now I've removed that little issue, can you tell me anything more on how I would go about changing the 'Registration data' email as that too is very small too (ok on mobile) but no good on desktop..!

Even if I could add my clients logo above the dreaded 'Display Name'  that would be ok, but better still need to change the size of it overall - see attached.

Thanks
Title: Re: Need to change design of 'registration email'
Post by: AH on August 18, 2017, 11:09:49 AM
Please don't send username and password in the clear in an email!!!
Title: Re: Need to change design of 'registration email'
Post by: jenkinhill on August 18, 2017, 12:41:21 PM
As said above:  Edit and override components/com_virtuemart/views/user/tmpl/mail_html_reguser.php  to suit your requirements.

All that is may need is to use a larger font, so change body, td, span, p, th { font-size: 11px; }  to (eg)  body, td, span, p, th { font-size: 16px; }
Title: Re: Need to change design of 'registration email'
Post by: lebogang on May 30, 2018, 12:53:42 PM
How do i add a logo to the HTML mail file? Google is showing broken images. it adds this to the image path https://ci3.googleusercontent.com/proxy/OVoGynRVpN2mqHdWxSHSViVAAT3iN8zCx1T9ZzkLlovsf0HLPosbbh8NGKlQvso5Sbr6uJ0oFz5oDNmNJzFeu3WiO1XSJmpBNpspA5Ojw4_ON90=s0-d-e1-ft#

Please advice
Title: Re: Need to change design of 'registration email'
Post by: axelf on July 03, 2018, 22:43:42 PM
I have the same problem with showing up vendor image logo on the order email,
the problem is with this image path https://ci3.googleusercontent.com/proxy/OVoGynRVpN2mqHdWxSHSViVAAT3iN8zCx1T9ZzkLlovsf0HLPosbbh8NGKlQvso5Sbr6uJ0oFz5oDNmNJzFeu3WiO1XSJmpBNpspA5Ojw4_ON90=s0-d-e1-ft#
How to avoid using googleusercontent.com/proxy ?

Any solution?

Thanks.