magento在产品详细页面添加分享链接的方法

1,在产品详细页面的对用位置加入一下代码

<div class="sharethis_box">
          <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('sharethis')->toHtml() ?>
 </div>

2,在后台按照上面的方式创建好静态块,保存刷新缓存后就可以了

原文地址:https://www.cnblogs.com/focai/p/3829291.html