Jump to content



Latest News: (loading..)

- - - - -

Order process email notification

process email notification

  • Please log in to reply
6 replies to this topic

#1   evagarbo

evagarbo
  • Members
  • 12 posts
  • Real Name:Eva Gustafsson
  • Gender:Female

Posted 20 July 2012 - 05:49 AM

How do I format the email notifications, adding a logo or just a bold store name? Is there a template system for this, the emails look so drab?

#2   Praful Kamble

Praful Kamble
  • Members
  • 264 posts
  • Real Name:Praful
  • Gender:Male
  • Location:Pune, India

Posted 20 July 2012 - 06:12 AM

@evagarbo

There are addons available. Try this one.
Like post..hit LIKE button.

osCommerce | Joomla | WordPress | Magento | SEO | CakePHP | CI

Guaranteed Website Speed Optimization!!

#3   evagarbo

evagarbo
  • Members
  • 12 posts
  • Real Name:Eva Gustafsson
  • Gender:Female

Posted 21 July 2012 - 04:14 PM

Hi Praful, thank you for directing me to this addon. The email confirmations look much nicer - however I have no options in the admin - not able to choose anything
I installed it on 2.3.1 is there something missing?

#4   14steve14

14steve14

    STORE OWNER NOT CODER

  • Members
  • 3,076 posts
  • Real Name:Steve
  • Gender:Male
  • Location:Dorset UK

Posted 21 July 2012 - 05:07 PM

I would try using this one, it could be lots better. http://addons.oscommerce.com/info/8120 as it also has bulk emails.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.  

OSC has a steep learning curve, but in general the program does work.  If it doesnt work, the chances are it is something you have done.

#5   evagarbo

evagarbo
  • Members
  • 12 posts
  • Real Name:Eva Gustafsson
  • Gender:Female

Posted 21 July 2012 - 11:20 PM

The UHtml Email works great, I have not yet been able to make it work completely in dual languages - it stops working at checkout_process.php in the additional language (I get a blank page but the order confirmation comes through with the template). It works fine in english. I am still not able to see the options in admin, so I just changed the look of the default template - it works.

I have looked at Mail Manager - I am a bit reluctant since it adds additional stuff in the database - and it does not say if it works in 2.3.1 - maybe I'll test it on a fresh install when I have time.

#6   evagarbo

evagarbo
  • Members
  • 12 posts
  • Real Name:Eva Gustafsson
  • Gender:Female

Posted 22 July 2012 - 05:26 PM

I need it to work in swedish as well, I made a copy of all the english files files and called them swedish. Everything works until I get to checkout_process.php I get a blank page? Right now in checkout_process.php I added this per installation instructions.

//--- Beginning of addition: Ultimate HTML Emails ---//
if (EMAIL_USE_HTML == 'true') {
require(DIR_WS_MODULES . 'UHtmlEmails/Green/checkout_process.php');
$email_order = $html_email;
}else{//Send text email
//--- End of addition: Ultimate HTML Emails ---//

Not sure how to solve this?

#7   evagarbo

evagarbo
  • Members
  • 12 posts
  • Real Name:Eva Gustafsson
  • Gender:Female

Posted 22 July 2012 - 07:56 PM

I figured it out:) Note to self: do not program when tired.

Thank you again Praful for pointing me in the right direction, this  contribution was very easy to install.