// section used for normal payments
<default>
thanks for your order
your order number is: %SHOP_ORDER_ID%
<SHOP_BODY>
%SHOP_ORDER_ITEM_CATEGORY%
%SHOP_ORDER_ITEM_NAME%
%SHOP_ORDER_ITEM_SUBNAME%
%SHOP_ORDER_ITEM_AMOUNT%
%SHOP_ORDER_ITEM_COUNT%
</SHOP_BODY>
SubTotal : %SHOP_SUB_TOTAL%
Shipping : %SHOP_SHIPPING%
------------------------------------------------
Total Order Amount : %SHOP_TOTAL%
<footer>
thanks for your order!
</footer>
</default>
// section used for callback payments
<download>
<header>
Download Return Page
</header>
Hi %x_first_name% %x_last_name% !
thanks for your order
your order number is: %SHOP_ORDER_ID%
you can download purchased files here:
<SHOP_BODY>
%SHOP_ORDER_ITEM_NAME%
%SHOP_ORDER_ITEM_SUBNAME%
%SHOP_ORDER_ITEM_AMOUNT%
%SHOP_ORDER_ITEM_COUNT%
%SHOP_ITEM_DOWNLOAD_LINK(download)%
</SHOP_BODY>
<footer>
</footer>
</download>