Forum

The forum is a free service supported by community members. Please consider opening a support ticket if you need timely help.

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 27 Jun 2017 07:20 PM by  J T
Make custom emails.
 7 Replies
Sort:
You are not authorized to post a reply.
Page 1 of 212 > >>
Author Messages


Basic Member


Posts:281
Basic Member


--
24 Apr 2017 05:21 AM

    Hi Stephen,

    Is it possible to make custom emails with SF.
    For example:

    I like, just as the update email, an email to let the customer know that I have received his check payment.
    Also I like to create an email with the message that I did not received the check payment.

    Regards, Ton

    0


    Veteran Member


    Posts:2957
    Veteran Member


    --
    03 May 2017 07:08 PM

    Hi Ton

    Yes, you can configure the available email templates under Configuration > Communication settings. There are email templates for different common case scenarios. For other scenarios not covered, you simply need to send out the emails from your normal email client.

    0


    New Member


    Posts:
    New Member


    --
    08 Jun 2017 02:10 AM

    Hi I want to know if we can add into the email invoice the Text of product -> description -> TERMs field or SUMMARY field

    Can you help me on that?

    thanks a lot!

    0


    Veteran Member


    Posts:2957
    Veteran Member


    --
    12 Jun 2017 05:28 PM

    Using Storefront v11, you can try adding inside the foreach loop. Only the summary field is currently available for query.

    {xsl:for-each select="in/salesOrder/salesOrderDetails/salesOrderDetail[parentSalesOrderDetailID='']"}
    ...
    ...

    {xsl:value-of select="productVariant/summary" /}

    I hope this helps.

    0


    New Member


    Posts:
    New Member


    --
    12 Jun 2017 05:31 PM
    Hi I have revindex 7.6 its the same?
    0
    You are not authorized to post a reply.
    Page 1 of 212 > >>