Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. %%[ set @link = "https://www.fiever.com.br/?utm_content=pre-header"]%%
  2. %%[ set @preheader = "Seu FIEVER novo está te esperando!"]%%
  3. <!-- HEADER -->
  4. %%=ContentAreaByName("my contents\Header_footer\header_collections")=%%
  5. <!-- END HEADER -->
  6. <!-- BODY -->
  7. <table cellpadding="0" cellspacing="0" border="0" align="center" style="width: 600px;" width="600">
  8. <tbody>
  9. <tr>
  10. <td align="left" valign="top" class="desktop">
  11.  
  12. <!-- Início Banner -->
  13.  
  14. <table bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" align="center" style="width: 600px; max-width: 600px; margin: auto; background-color: rgb(255, 255, 255);" width="600">
  15. <tr>
  16. <td align="center" valign="top">
  17. <a href="https://www.fiever.com.br/carrinho/index?utm_content=Hello" target="_blank"><img src="http://image.s6.exacttarget.com/lib/fe9a13707564017e73/m/52/0c5aa0cb6d6aa055e30df60c9daa21a4.jpg" width="100%" alt="Hello!" title="Hello!" border="0" style="display: block;"></a>
  18. </td>
  19. </tr>
  20. </table>
  21.  
  22. <!-- Fim Banner -->
  23.  
  24. <!-- Início Produto -->
  25.  
  26. %%[
  27. set @produtos = LookupRows("tb_enexttracker_fiever_carrinhos_full", "email", [email address])
  28.  
  29. for @i = 1 to RowCount(@produtos) do
  30. set @row = Row(@produtos, @i)
  31. set @sku = Field(@row, "sku")
  32.  
  33. set @foto = Lookup("tb_enexttracker_produtos_fiever","imagem","id_sku",@sku)
  34. set @nome_produto = Lookup("tb_enexttracker_produtos_fiever","descricao","id_sku",@sku)
  35. set @preco = Lookup("tb_enexttracker_produtos_fiever","preco_de","id_sku",@sku)
  36. set @link = Lookup("tb_enexttracker_produtos_fiever","link","id_sku",@sku)
  37.  
  38. if IndexOf(@uniqueProducts, @link) == 0 then
  39. set @uniqueProducts = Concat(@uniqueProducts, @link)
  40. set @uniqueProducts = Concat(@uniqueProducts, ",")
  41.  
  42. if not empty(@foto) and not empty(@preco) then
  43. ]%%
  44.  
  45. <table bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" align="center" style="width: 600px; max-width: 600px; margin: auto; background-color: rgb(255, 255, 255);" width="600">
  46. <tr>
  47. <td align="center" valign="top">
  48. <a href="%%=Redirectto(@link)=%%" target="_blank"><img src="%%=v(@foto)=%%" alt="" title="" width="200" border="0" style="display: block;"></a>
  49. </td>
  50. </tr>
  51. <tr>
  52. <td height="15"></td>
  53. </tr>
  54. <tr>
  55. <td align="center" valign="top" style="font-family: Arial, sans-serif; font-size: 14px; color: #000000; text-transform: uppercase;">%%=v(@nome_produto)=%%</td>
  56. </tr>
  57. <tr><td align="center" valign="top" height="24px"></td></tr>
  58. <tr>
  59. <td align="center" valign="middle" style="font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; color: #000000; text-transform: uppercase;">R$%%=v(@preco)=%%</td>
  60. </tr>
  61. <tr><td align="center" valign="top" height="24px"></td></tr>
  62. <tr>
  63. <td align="center" valign="top">
  64. <a href="%%=Redirectto(@link)=%%" target="_blank"><img src="http://image.s6.exacttarget.com/lib/fe9a13707564017e73/m/52/3bbd4b3808313c0d3fec5e219e231cf7.jpg" alt="Shop Now" title="Shop Now" width="auto" border="0" style="display: block;"></a>
  65. </td>
  66. </tr>
  67. <tr><td align="center" valign="top" height="45px"></td></tr>
  68. </table>
  69. %%[
  70. endif
  71. endif
  72. next @i
  73. ]%%
  74.  
  75. <!-- Fim Produto -->
  76.  
  77. <!-- Início Atendimento -->
  78.  
  79. <table bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" align="center" style="width: 600px; max-width: 600px; margin: auto; background-color: rgb(255, 255, 255);" width="600">
  80. <tr>
  81. <td align="center" valign="top">
  82. <a href="https://www.fiever.com.br/pagina/atendimento.html?utm_content=Fale-com-a-gente" target="_blank"><img src="http://image.s6.exacttarget.com/lib/fe9a13707564017e73/m/52/8949867e52d9e3c9ee7134aa55951326.jpg" width="100%" alt="Fale com a gente" title="Fale com a gente" border="0" style="display: block;"></a>
  83. </td>
  84. </tr>
  85. </table>
  86.  
  87. <!-- Fim Atendimento -->
  88.  
  89. </td>
  90. </tr>
  91. </tbody>
  92. </table>
  93. <!-- END BODY -->
  94. <!-- FOOTER -->
  95. %%=ContentAreaByName("my contents\Header_footer\footer")=%%
  96. <!-- END FOOTER -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement