我的模板中没有默认的元标记。所以我添加了这个元标记:
<meta name="keywords" content="<?php echo tep_output_string_protected($oscTemplate->getTitle()); ?>,AADVR Systems from ECCS" />
但我的问题在于元描述部分:
<meta name="keywords" content="***Here I want to add description from my Product description***" />
我该如何添加:<?php echo tep_output_string_protected($oscTemplate->getTitle()); ?>