// default section used for paypal orders(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
Paypal Return Page
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%
thanks for your order!
// section used for bankwire payments (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
Bankwire Return Page
products ordered:
%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% %SHOP_CARTCURRENCY%
thanks for your order!