Advertisement
Guest User

Untitled

a guest
Nov 24th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. <html>
  2. <head>
  3. <body>
  4. <h2 class="section-heading"><i class="icon icon--label section-heading__icon"></i> AMZ Coupon Server</h2>
  5. <h3>Promo campaign Details</h3>
  6. <form action="#" class="form">
  7. <div class="form__group">
  8. <p class="form__label">Campaign name (for internal use)</p>
  9. </div>
  10. <div class="form__group">
  11. <input type="text" class="form__field" placeholder="Your promo campaign name">
  12. <span class="form__spantext">Descriptive name: Ex: Dog collar - 20% off-valid Feb 29</span>
  13. </div>
  14. <div class="form__group">
  15. <p class="form__label">Product name</p>
  16. </div>
  17. <div class="form__group">
  18. <input type="text" class="form__field" placeholder="Your prodcut name or title">
  19. <span class="form__spantext">This is what buyer will see</span>
  20. </div>
  21. <div class="form__group">
  22. <p class="form__label">Discount</p>
  23. </div>
  24. <div class="form__group">
  25. <input type="number" class="form__field" placeholder="25">
  26. <span class="form__spantext">your discount in US$ or %</span>
  27. <input type="radio" name="sel" value="usdollars" class="form__radio ">US Dollars
  28. <input type="radio" name="sel" value="percent" class="form__radio form__radio--fullcolor">Percent
  29. </div>
  30. <div class="form__group">
  31. <p class="form__label">Product ASIN</p>
  32. </div>
  33. <div class="form__group">
  34. <input type="number" class="form__field" placeholder="000000000">
  35. <span class="form__spantext">well... Your Product ASIN</span>
  36. </div>
  37. <div class="form__group">
  38. <p class="form__label">Text on button</p>
  39. </div>
  40. <div class="form__group">
  41. <input type="text" class="form__field" placeholder="Send me my coupon">
  42.  
  43. </div>
  44. <div class="form__group">
  45. <input type="checkbox" name="percoupon" value="pea">Allow one promo code per email address<br>
  46. <input type="checkbox" name="percoupon" value="pia">Allow one promo code per IP address
  47. </div>
  48.  
  49. <hr class="line-hr">
  50. <h3>Email Message</h3>
  51. <div class="form__group">
  52. <p class="form__label">Subject Line</p>
  53. </div>
  54. <div class="form__group">
  55. <input type="text" class="form__field" placeholder="Get your coupon for [[PRODUCT]]">
  56. </div>
  57. <div class="form__group">
  58. <p class="form__label">Message</p>
  59. </div>
  60. <div class="form__group">
  61. <textarea class="form__field" placeholder="Hi,
  62. Thanks for your interest in [[PRODUCT]].<br>
  63. You can grab it here:
  64. [[LINK]]
  65. When purchasing - enter this coupon code:
  66. [[COUPON_CODE]]
  67. Thank you
  68. Your name">
  69.  
  70.  
  71. </textarea>
  72. <span class="form__spantext">Email body text. You can customize text. Use these shortcode: <br>
  73. [[PRODUCT]] - Where you want to enter product name (as written in campaign details, in this page).<br>
  74. [[LINK]] - Where you want to enter link to purchase page on Amazon.<br>
  75. [[COUPON_CODE]] - Where you want to enter your exclusive single-use coupon code.
  76. </span>
  77.  
  78.  
  79. </div>
  80. <hr class="line-hr">
  81. <h3>Coupon Codes</h3>
  82. <div class="form__group">
  83. <p class="form__label">Coupon Codes</p>
  84. <span class="form__label--text">Paste coupon codes here. One coupon code in a line</span>
  85. </div>
  86. <div class="form__group">
  87. <textarea class="form__field">
  88.  
  89. </textarea>
  90.  
  91. </div>
  92. <hr class="line-hr">
  93. <h3>Coupons Sent</h3>
  94. <table class="table">
  95. <thead>
  96. <tr>
  97. <td>Coupon Code</td>
  98. <td>Email Address</td>
  99. <td>Time sent</td>
  100. <td><i class="icon icon--downarrow"></td>
  101. </tr>
  102. </thead>
  103. <tbody>
  104. <tr>
  105. <td>0898-7383-9069</td>
  106. <td>test@test.com</td>
  107. <td>0898-7383-9069</td>
  108. <td></td>
  109. </tr>
  110. <tr>
  111. <td>0898-1459-9574</td>
  112. <td>test@test.com</td>
  113. <td>22 Nov 2015 - 02:27 PM</td>
  114. <td></td>
  115. </tr>
  116. <tr>
  117. <td>0898-0145-9769</td>
  118. <td>test@test.com</td>
  119. <td>22 Nov 2015 - 03:10 PM</td>
  120. <td></td>
  121.  
  122. </tr>
  123. <tr>
  124. <td>0898-9985-1324</td>
  125. <td>test@test.com</td>
  126. <td>22 Nov 2015 - 05:47 PM</td>
  127. <td></td>
  128.  
  129. </tr>
  130. <tr>
  131. <td>0898-2354-9785</td>
  132. <td>test@test.com</td>
  133. <td>23 Nov 2015 - 06:17 PM</td>
  134. <td></td>
  135.  
  136. </tr>
  137.  
  138. <hr class="line-hr">
  139. <div class="heading-button">
  140. <input type="submit" value="Update and Save" class="button button--primary heading-button__button">
  141. <h2 class="heading-button__heading">Form Shortcode:
  142. <p class="heading-button__code">
  143. [AMZ_CODE_001]
  144. </p>
  145. <span>
  146. Place this shortcode in your pages/posts/landing pages <br>
  147. - where you want to have the form.</span>
  148. </h2>
  149.  
  150. </div>
  151. </form>
  152.  
  153.  
  154. </body>
  155. </head>
  156. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement