This topic contains 4 replies, has 0 voices, and was last updated by sterlingr 9 years, 7 months ago.

  • Author
    Posts
  • #10213

    dvphung

    Not sure if this is the write place for this question. My goal is to recreate the emails that get sent to customers after an estimate or sales order has been placed. The advanced PDF/HTML templates seem very limited when it comes to design and mobile friendly emails.

    My question is: is it possible to create a scriptable template that can spit out transaction line items the same way an advanced pdf/html template does? Eventually I would like to use this in a workflow.

    I’ve tried using freemarker tags in the scriptable template such as:

    #list>

    but it’s giving me errors. Do you guys have any suggestions?

    – Daniel
    This is a cached copy. Click here to see the original post.

  • #10214

    dmatyas

    Usually sublist is referenced as “item” even though it contains items. So try this:

  • #10215

    dvphung

    Thank you for the suggestion. I was able to do something similar through workflow with: .

  • #10216

    sterlingr

    I’m trying to do the same thing! That item list tip was helpful, but I still cannot get the tracking number to show. Do you have that working? I’ve tried about everything I can think!

  • #10217

    sterlingr

    Nevermind… I had a little idea and it worked out!

    In my case I’m working with the fulfillment email and there’s not a lot of fields that show up. But I found that if I use ${transaction.createdfrom.somefield} most of the field values actually work!

You must be logged in to reply to this topic.