关键字设置和html邮件模板问题

2016-07-07 15:24 来源:www.chinab4c.com 作者:ecshop专家

先说关键字吧
这是index.dwt
<meta name="Keywords" content="{$keywords}" />
<meta name="Description" content="{$description}" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>{$page_title}</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->

这是message.dwt
<meta name="Keywords" content="{$keywords}" />
<meta name="Description" content="{$description}" />
<meta name="Description" content="{$description}" />
{if $auto_redirect}
<meta http-equiv="refresh" content="3;URL={$message.back_url}" />
{/if}
<!-- TemplateBeginEditable name="doctitle" -->
<title>{$page_title}</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->

这是message_board.dwt
<meta name="Keywords" content="{$keywords}" />
<meta name="Description" content="{$description}" />
<meta name="Description" content="{$description}" />
{if $auto_redirect}
<meta http-equiv="refresh" content="3;URL={$message.href}" />
{/if}
<!-- TemplateBeginEditable name="doctitle" -->
<title>{$page_title}</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->

设置都一样,但是只是首页有关键字和描述,留言板里面就只有标题,其它的都没出现。
除了首页其它页面都和留言板一样。
网址是www.yidianban.com
麻烦各位帮我解答下,谢谢了

还有一个就是html邮件模板问题
我设计好一个邮件模板生成HTML后,把代码copy到编辑器里面去,保存后,等下再来看,里面代码都乱了。在网上搜,说是代码过多。
昨天看了“V2.7.2 Release 0604正式版”里面有说解决这个问题“ [变更] 邮件模板编辑器改进为html编辑器”但是找不到在什么位置。不知道如何下手。

回答:
没有人知道吗?

这是index.dwt
这些是前台的模板文件,和邮件没有关系。
你点下 邮件模板设置,就会发现和以前有什么不同了

我提的是两个问题哦。

这是index.dwt
这些是前台的模板文件,和邮件没有关系。
你点下 邮件模板设置,就会发现和以前有什么不同 ...
晓天 发表于 2010-7-9 11:54

关键词和程序有关系
有些地方是没关键词或者是没有设置的关系,看下程序的输出就可以了。

我设计好一个邮件模板生成HTML后,把代码copy到编辑器里面去,保存后,等下再来看,里面代码都乱了。
编辑器切回源码,把代码复制进去试下。



邮件模板
刚加入代码时①.jpg 刚加入代码时① 刚加入代码时②.jpg 刚加入代码时② 保存后再回来看①.jpg 保存后再回来看① 保存后再回来看②.jpg 保存后再回来看②

我看有朋友也遇到过这样的问题
http://bbs.ecshop.com/thread-126072-1-1.html

贴下你的源码我们看下


  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>衣点扮网发货通知</title>
  6. <style>
  7. table,tr,td,span{ font-size:14px; font-family:Arial, "宋体"; padding:0px; margin:0px;}
  8. .red{ color:#7C2425; font-weight:bold;}
  9. </style>
  10. </head>

  11. <body>
  12. <table width="618" border="0" align="center" cellpadding="0" cellspacing="0">
  13. <tr>
  14. <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
  15. <tr>
  16. <td height="62" valign="top"> <img src="http://www.yidianban.com/images/logo.gif" /></td>
  17. <td width="125" valign="bottom"><img src="http://www.yidianban.com/images/emai_t1.jpg" width="128" height="49" /></td>
  18. </tr>
  19. </table>
  20. <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  21. <tr>
  22. <td height="69" background="http://www.yidianban.com/images/emai_t2.jpg"> </td>
  23. </tr>
  24. </table>
  25. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  26. <tr>
  27. <td background="http://www.yidianban.com/images/emai_t3.jpg" style="padding:11px; padding-bottom:0px;"><table width="100%" border="0" cellspacing="9">
  28. <tr>
  29. <td>亲爱的<span style=" color:#7C2425; font-weight:bold;">{$order.consignee}。</span>您好!
  30. <p>您的订单<span style=" color:#7C2425; font-weight:bold;">{$order.order_sn}</span> 已于{$send_time}按照您预定的配送方式给您发货了</p>
  31. {if $order.invoice_no}发货单号是{$order.invoice_no}。
  32. {/if}
  33. </td>
  34. </tr>
  35. <tr>
  36. <td><p>在您收到货物之后请点击下面的链接确认您已经收到货物:
  37. <a style=" color:#7C2425;" target="_blank" href="{$confirm_url}">{$confirm_url}</a>
  38. </p>
  39. <p> </p>
  40. <p>如果您还没有收到货物可以点击以下链接给我们留言:</p>
  41. <p><a style=" color:#7C2425;" target="_blank" href="{$send_msg_url}">{$send_msg_url}</a></p>
  42. <p>再次感谢您对我们的支持。欢迎您的再次光临。 </p>
  43. </td>
  44. </tr>
  45. <tr>
  46. <td height="1" background="http://www.yidianban.com/images/emai_t6.jpg"></td>
  47. </tr>
  48. <tr>
  49. <td align="right"><p>{$shop_name}</p>
  50. <p>{$send_date}</p></td>
  51. </tr>
  52. </table></td>
  53. </tr>
  54. </table>
  55. </td>
  56. </tr>
  57. </table>
  58. <table width="618" border="0" align="center" cellpadding="0" cellspacing="0">
  59. <tr>
  60. <td height="19" ><img src="http://www.yidianban.com/images/emai_t4.jpg" width="618" height="19" /></td>
  61. </tr>
  62. </table>
  63. </body>
  64. </html>
复制代码

源代码,我只copy<table>

不会是代码过多的吧

这应该是编辑器的BUG吧

没有人遇到过吗?

很多人遇到过,顶起来