Announcement

Collapse
No announcement yet.

Trigger template based email from page template

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Trigger template based email from page template

    Hi,

    Is it possible to trigger emails from within the page templates? For example, I want to put code on the Invoice page, such that if a particular product was ordered, an email is sent.

    I had been using an old module called QwkEmailer, but it has suddenly because "unregistered" for an unknown reason. It had allowed me to make a bunch of emails and call them like this. <mvt:item name="mailer" param="custemail1" />

    Thanks, Andrew

    #2
    Re: Trigger template based email from page template

    Toolkit has the capability.

    Comment


      #3
      Re: Trigger template based email from page template

      Hmm, I have Tool Belt (by Ray Yates). Does that have the ability, I can't seem to find it?

      Comment


        #4
        Re: Trigger template based email from page template

        You can do this with the standard built in email templates.

        Basically you need run the item foreach loop at the top of the email template, then, if the product is in there, write out the content you want. The template emails are setup to NOT be sent, if their content is empty.
        Bruce Golub
        Phosphor Media - "Your Success is our Business"

        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
        phosphormedia.com

        Comment

        Working...
        X