Is it possible to set the default Input format for Followup messages outgoing?

Comments

tnfno’s picture

Agree, this is a requirement. This is an extremely useful module for anyone running a Ubercart shop. Including the possbility of PHP code and full HTML in the bodytext would be extremely useful.

Neo13’s picture

I agree. Php code in follow-ups would really help.

remkovdz’s picture

Version: 6.x-1.1 » 7.x-1.x-dev

I'm not sure if this is the same question, but I would really like to be able to select an Input Format so I can apply markup to my message.

I just tried some inline styling, but it all disappears?

I use 7.x dev.

m.stenta’s picture

Status: Active » Closed (fixed)

I added this capability to the 7.x branch. A new dev release should be available shortly, as well as the first beta release.

I have not backported this to the 6.x branch yet. If this is something you need, please reopen this ticket.

Let me know if you notice any issues.

remkovdz’s picture

I installed the new BETA which support input formats. I've tried this new version, however until now (I tried 3 times) I don't receive ANY follow-up emails anymore. I will do some more testing and try to figure out whats wrong.

m.stenta’s picture

Did you run update.php?

remkovdz’s picture

I ran update.php.

After several hours I received the follow-up email after all. It took longer than expected since I set it up to send the email after 1 hour.

I changed the input format to full HTML but... the e-mail still got no markup at all. Sorry I don't have any more info.

m.stenta’s picture

That's probably not an issue with the UC Followup module. Drupal automatically converts emails to plain-text before sending. You need to take extra steps to ensure that they are sent as HTML.

Here is a guide to HTML mails in Drupal 7: http://drupal.org/node/900794

remkovdz’s picture

Well, I use that Input Format almost everywhere on the site and it works fine, except for here :( Are you sure it's not a UC Followup issue?

m.stenta’s picture

You use that input format for other *emails* and it works?

The input format itself would work on the site... it's when it is sent via email that the HTML is stripped out (this is something Drupal does by default). There are a bunch of modules available for enabling HTML emails from a site.

remkovdz’s picture

Thats great to know, I will check those out and let you know if it works.

remkovdz’s picture

You were right, it works great now, thanks a lot!

gway’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Priority: Normal » Major
Issue summary: View changes

Request you to enable HTML input for Ubercart 6 also.

Many thanks
Gurpreet Singh

m.stenta’s picture

Category: Support request » Feature request
Priority: Major » Normal
Status: Closed (fixed) » Patch (to be ported)

Reopening with a "Patch (to be ported)" status (indicating that we need to backport the feature from 6.x.

I don't think I'll have time to tackle this myself soon, but I wanted to make sure the ticket status wasn't "closed" so that it doesn't get lost.