Griganet.com

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

<default>

<header>

Paypal Return Page

</header>

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

<header>

Bankwire Return Page

</header>

products ordered:


<SHOP_BODY>

%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%  %SHOP_CARTCURRENCY% 


<footer>

thanks for your order!

</footer>

</bankwire>