Confirmation

Note: The extension myshop-color doesn’t work in the confirmation templates. Using it will cause the template to break and the system will show the ‘standard’ version of this screen.

The confirmation page confirm the order after the customer has approved it. It is basically the same as the approval page, with some small changes. In addition to showing the shopping basket and customer fields, it is able to show your company’s address information.

Company Address

All the different company address information parts (as set in the editor) are accessible from this screen.

Example

<table align="center" cellpadding="0" cellspacing="0" border="0" width="95%">
        <tr>
                <td height="20px">&nbsp;</td>
        </tr>
        <tr>
                <td>
                        <table border="0" cellspacing="0" cellpadding="0" width="100%">
                                <tr>
                                        <td>
                                                Beste <span style="myshop-value:customer-field-title">titel</span> <span style="myshop-value:customer-field-fullname">naam</span>,
                                        </td>
                                </tr>
                                <tr>
                                        <td height="5px"></td>
                                </tr>
                                <tr>
                                        <td>
                                                <span style="myshop-value:company-name">winkelnaam</span> heeft van u de volgende bestelling ontvangen met
                                        </td>
                                </tr>
                                <tr>
                                        <td height="5px"></td>
                                </tr>
                                <tr>
                                        <td>
                                                <span class="bold">bestelnummer : <span style="myshop-value:order-number">1234567</span></span>
                                        </td>
                                </tr>
                        </table>
                </td>
        </tr>
        <tr>
                <td height="25px">&nbsp;</td>
        </tr>
        <tr>
                <td align="center">
                                <table cellspacing="0" cellpadding="0" border="0" width="100%">
                                        <tr>
                                                <td width="5px"></td>
                                                <td class="head">
                                                        <b>Artikel</b>
                                                </td>
                                                <td width="15px"></td>
                                                <td class="head">
                                                        <b>Omschrijving</b>
                                                </td>
                                                <td align="center" class="head">
                                                        <b>Aantal</b>
                                                </td>
                                                <td align="right" class="head">
                                                        <b>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Prijs</b>
                                                </td>
                                                <td align="right" class="head">
                                                        <b>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Totaal</b>
                                                </td>
                                                <td width="5px"></td>
                                        </tr>
                                        <tr>
                                                <td colspan="8" height="5px"></td>
                                        </tr>
                                        <tr>
                                                <td colspan="8" bgcolor="#CCCCCC" height="1">
                                                </td>
                                        </tr>
                                        <tr>
                                                <td colspan="8" height="5px" bgcolor="#FFF7DE"></td>
                                        </tr>
                                        <!-- Products in cart list -->
                                        <tr style="myshop-repeat:basket;" bgcolor="#FFF7DE">
                                                <td width="5px"></td>
                                                <td style="myshop-value:product-id" valign="top">
                                                        productnumber
                                                </td>
                                                <td width="10px"></td>
                                                <td style="white-space: wrap;" valign="top">
                                                        <span style="myshop-value:description;">description</span><span style="font-size:6pt"></span>
                                                </td>
                                                <td style="myshop-value:quantity" align="center" valign="top">
                                                        quantity
                                                </td>
                                                <td style="myshop-value:price-formatted" valign="top" align="right">
                                                        price
                                                </td>
                                                <td style="myshop-value:price-line-total-formatted" valign="top" align="right">
                                                        price&nbsp;
                                                </td>
                                                <td width="5px"></td>
                                        </tr>
                                        <tr>
                                                <td colspan="8" height="5px" bgcolor="#FFF7DE"></td>
                                        </tr>
                                        <tr>
                                                <td colspan="8" bgcolor="#CCCCCC" height="1"></td>
                                        </tr>
                                        <tr>
                                                <td colspan="7" align="right">
                                                        <!-- Verzendkosten, Acties, Subtotaal, BTW en totaal weergave -->
                                                        <table width="250" border="0" cellpadding="0" cellspacing="0">
                                                                <tr>
                                                                        <td height="10px"></td>
                                                                </tr>
                                                                <tr style="myshop-repeat:action-list">
                                                                        <td height="15px">
                                                                                <span style="myshop-value:label"/>
                                                                        </td>
                                                                        <td align="right" style="myshop-value:price-formatted">
                                                                                prijs&nbsp;
                                                                        </td>
                                                                </tr>
                                                                <tr style="myshop-has:shipping-selection">
                                                                        <td height="15px">
                                                                                verzendkosten (<span style="myshop-value:country" />)
                                                                        </td>
                                                                        <td align="right" style="myshop-value:price-shipping-formatted">
                                                                                prijs&nbsp;
                                                                        </td>
                                                                </tr>
                                                                <tr style="myshop-has:payment-method-costs">
                                                                        <td>Betaalmethode (<span style="myshop-value:payment-method" />)</td>
                                                                        <td align="right"><span style="myshop-value:price-payment-method-formatted" /></td>
                                                                </tr>
                                                                <tr style="myshop-repeat:vat-list;">
                                                                        <td height="18px">
                                                                                <span style="myshop-value:vat-percentage"/> BTW van <span style="myshop-value:vat-from-price-formatted"/>
                                                                        </td>
                                                                        <td align="right">
                                                                                <span style="myshop-value:price-vat-formatted">prijs&nbsp;</span>
                                                                        </td>
                                                                </tr>
                                                                <tr>
                                                                        <td colspan="2">
                                                                                <table width="100%" cellspacing="0" cellpadding="0">
                                                                                        <tr>
                                                                                                <td height="1" bgcolor="#000000">
                                                                                                </td>
                                                                                        </tr>
                                                                                </table>
                                                                        </td>
                                                                </tr>
                                                                <tr>
                                                                        <td height="3px"></td>
                                                                </tr>
                                                                <tr>
                                                                        <td>
                                                                                <b>Totaal</b>
                                                                        </td>
                                                                        <td style="font-weight:bold;myshop-value:price-total-formatted" align="right">
                                                                                0,00&nbsp;
                                                                        </td>
                                                                </tr>
                                                                <tr>
                                                                        <td height="10px"></td>
                                                                </tr>

                                                                <!-- Code om een invoerveld voor de kortingscode op te nemen in de winkelwagen.
                                                                         De LABEL werkt nog niet, en moet met de hand worden aangepast tot deze dynamisch
                                                                         weergegeven kan worden. -->
                                                                <!--
                                                                <tr>
                                                                        <td>Coupon Code</td>
                                                                        <td align="right"><input style="myshop-control:coupon-code" size="15" title="" /></td>
                                                                </tr>
                                                                -->
                                                                <!-- Einde kortingscode -->
                                                        </table>
                                        </td>
                                </tr>
                        </table>
                </td>
        </tr>

        <tr>
                <td height="25px"></td>
        </tr>
        <tr>
                <td colspan="10">Bedankt voor het plaatsen van uw bestelling. De bestelling zal zo snel mogelijk worden verwerkt.</td>
        </tr>
        <tr>
                <td height="25px">&nbsp;</td>
        </tr>
        <tr>
                <td align="left">
                        <table width="100%">
                                <tr>
                                        <td align="left" width="50%">
                                                <b>Afleveradres</b>
                                        </td>
                                        <td width="10px"></td>
                                        <td align="left" width="50%">
                                                <b>Factureren aan</b>
                                        </td>
                                </tr>
                                <tr>
                                        <td valign="top">
                                                <table cellspacing="0" cellpadding="0" border="0">
                                                        <tr style="myshop-repeat:customer-fields-delivery-exclude(email,remark)">
                                                                <td style="myshop-has:value" colspan="3" valign="top" height="18px">
                                                                        <span style="myshop-value:value" />
                                                                </td>
                                                        </tr>
                                                </table>
                                        </td>
                                        <td width="10px"></td>
                                        <td valign="top">
                                                <table cellspacing="0" cellpadding="0" border="0">
                                                        <tr style="myshop-repeat:customer-fields-exclude(email,remark)">
                                                                <td style="myshop-has:value" colspan="3" valign="top" height="18px">
                                                                        <span style="myshop-value:value" />
                                                                </td>
                                                        </tr>
                                                </table>
                                        </td>
                                </tr>
                                <tr>
                                        <td height="10px"></td>
                                </tr>
                                <tr>
                                        <td width="50%"><b>Betaalmethode</b></td>
                                        <td width="10px"></td>
                                        <td><b>E-mail</b></td>
                                </tr>
                                <tr>
                                        <td><span style="myshop-value:payment-method" /></td>
                                        <td width="10px"></td>
                                        <td><span style="myshop-value:customer-field-email" /></td>
                                </tr>
                                <tr>
                                        <td height="10px"></td>
                                </tr>
                                <tr>
                                        <td width="50%"><b>Verzendmethode</b></td>
                                        <td width="10px"></td>
                                        <td style="myshop-has-value:customer-field-remark"><b>Opmerking</b></td>
                                </tr>
                                <tr>
                                        <td><span style="myshop-value:shipping" /></td>
                                        <td width="10px"></td>
                                        <td style="myshop-has-value:customer-field-remark"><span style="myshop-value:customer-field-remark" /></td>
                                </tr>
                        </table>
                </td>
        </tr>
        <tr>
                <td height="20px"></td>
        </tr>
        <tr style="myshop-has:terms-conditions">
                <td align="center">
                        <table width="100%">
                                <tr>
                                        <td><a style="myshop-action:terms-conditions">Klik hier voor de leveringsvoorwaarden</a></td>
                                </tr>
                        </table>
                </td>
        </tr>
        <tr>
                <td height="15px"></td>
        </tr>
        <tr>
                <td height="30px">&nbsp;

                </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