// default section used for regural orders (not downloads)  (used for both return page and return e-mail)
// include return page specific code in header and footer subsections, it will be ignored in e-mail


thanks for your order

your order number is: %SHOP_ORDER_ID%


%SHOP_ORDER_ITEM_CATEGORY%

%SHOP_ORDER_ITEM_NAME% %SHOP_ORDER_ITEM_SUBNAME% %SHOP_ORDER_ITEM_AMOUNT% %SHOP_ORDER_ITEM_COUNT%


SubTotal : %SHOP_SUB_TOTAL%

Shipping : %SHOP_SHIPPING%

------------------------------------------------

Total Order Amount : %SHOP_TOTAL%


// section used for downloads  (used for both return page and return e-mail)
// include return page specific code in header and footer subsections, it will be ignored in e-mail


Download Return Page

Hi !!

thanks for your order

your order number is: %SHOP_ORDER_ID%


you can download purchased files here:

%SHOP_ORDER_ITEM_NAME% %SHOP_ORDER_ITEM_SUBNAME% %SHOP_ORDER_ITEM_AMOUNT% %SHOP_ORDER_ITEM_COUNT%  %SHOP_ITEM_DOWNLOAD_LINK(download)%