我想在产品的元描述中添加产品价格。我不在产品选项中写元描述,magento 从产品描述中获取它。 (对我来说没关系)
$description = $product->getMetaDescription();
if ($description) {
$headBlock->setDescription( ($description) );
} else {
$headBlock->setDescription(Mage::helper('core/string')->substr($product->getDescription(), 0, 255));
如何使 Meta desc 看起来像这样 = ProductDesc Color only FinalPrice
?
请复制文件 view.php ap