You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CreditCardReceipt.html 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <html>
  2. <head>
  3. <title>STEAM - receipt for your credit card transaction</title>
  4. <style TYPE="text/css">
  5. BODY {
  6. margin:8px 25% 0 5%;
  7. font-family:Arial,Verdana,Helvetica;
  8. font-size:10pt;
  9. }
  10. h1 {
  11. font-weight:bold;
  12. font-size:11pt;
  13. line-height:14pt;
  14. text-transform:uppercase;
  15. margin-bottom:0px;
  16. }
  17. TD {
  18. font-family:Arial,Verdana,Helvetica;
  19. font-size:10pt;
  20. padding-right:24px;
  21. }
  22. HR {
  23. height:1px;
  24. color:black;
  25. }
  26. </style>
  27. </head>
  28. <body OnLoad="window.print()">
  29. <h1><img src="http://steampowered.com/img/steam_logo_onwhite.gif" height="36" width="67" alt="STEAM" align="absmiddle"> Steam - Receipt for credit card purchase</h1>
  30. <br>
  31. Thank you for your recent purchase of <b>%%subscription%%</b> on Steam. It is recommended that you keep this information in a safe place. It can be used as proof-of-purchase in the future.
  32. <br><br>
  33. <hr noshade size="1">
  34. <table>
  35. <tr><td>Steam account name:</td><td><b> %%accountname%% </b></td></tr>
  36. <tr><td>Contact email address:</td><td><b> %%email%% </b></td></tr>
  37. <tr><td colspan="2">&nbsp;</td></tr>
  38. <tr><td>Card-holder name:</td><td><b> %%cardholdername%% </b></td></tr>
  39. <tr><td>Card type:</td><td><b> %%cardtype%% </b></td></tr>
  40. <tr><td>Last 4 digits:</td><td><b> %%cardlastfourdigits%% </b></td></tr>
  41. <tr><td colspan="2">&nbsp;</td></tr>
  42. <tr><td>Product name:</td><td><b> %%subscription%% </b></td></tr>
  43. <tr><td>Price:</td><td><b> %%pricewithouttax%% </b></td></tr>
  44. <tr><td>Tax:</td><td><b> %%taxamount%% </b></td></tr>
  45. <tr><td>Shipping:</td><td><b> %%shippingamount%% </b></td></tr>
  46. <tr><td>Total:</td><td><b> %%pricetotal%% U.S. dollars</b></td></tr>
  47. <tr><td colspan="2">&nbsp;</td></tr>
  48. <tr><td>Transaction date:</td><td><b> %%transdate%% </b></td></tr>
  49. <tr><td>Transaction time:</td><td><b> %%transtime%% </b></td></tr>
  50. <tr><td>Card approval code:</td><td><b> %%cardapprovalcode%% </b></td></tr>
  51. <tr><td>Confirmation code:</td><td><b> %%confirmationcode%% </b></td></tr>
  52. </table>
  53. <hr noshade size="1">
  54. <br>
  55. <b>Important Note:</b> Your new subscription is tied to your Steam account. This means that you will only be able to access %%subscription%% when you login to Steam using the account name "%%accountname%%".<br>
  56. <br><b>Thank you for your purchase!</b><br>
  57. <br><br>
  58. </body>
  59. </html>