Cancellation

The cancellation page informs when a payment process (like Triple Deal) has been cancelled. Usable extensions are customer-field and company for display of customer and company information. The extension myshop-value:order-number can be used to display the order number.

Example

<table align="center" cellpadding="0" cellspacing="0" border="0" width="60%">
        <tr>
                <td height="10px">&nbsp;</td>
        </tr>
        <tr>
                <td>
                        Dear <span style="myshop-value:customer-field-title">Mr.</span> <span style="myshop-value:customer-field-fullname">F Janssen</span>, your order at <span style="myshop-value:company-name">winkelnaam</span> with ordernumber <span style="myshop-value:order-number">1234567</span> has been cancelled and will not be processed further.
                </td>
        </tr>
        <tr>
                <td height="10px">&nbsp;</td>
        </tr>
        <tr>
                <td>Contact for more information <span style="myshop-value:company-email">email@bedrijf.nl</span>.</td>
        </tr>
</table>

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment