从Magento的类别页面获取一个产品信息

时间:2013-05-03 02:36:49

标签: magento-1.7 google-trusted-stores

¡HOLA,

我正在尝试在我的Magento网站上设置这个令人信服的Google可信商店脚本。我似乎谷歌要我将以下javascript添加到每个页面,并且每个页面只调用一个产品。这对产品页面没问题,但我在其他页面上遇到了一些麻烦,比如类别页面。我想我可以以某种方式将脚本添加到 template / catalog / product / list.phtml 所以无论如何,我想知道我是否可以将每个类别页面上的第一个产品列表添加到Google中JavaScript的?

有没有人想过如何添加像Google想要Magento这样的脚本,或者在某处有关于它的教程?

以下是Google javascript:

<!-- BEGIN: Google Trusted Stores -->
<script type="text/javascript">
  var gts = gts || [];
  gts.push(["id", "xxxxxx"]);
  gts.push(["google_base_offer_id", "<?php echo $this->htmlEscape($_product->getSku()) ?>"]);
  gts.push(["google_base_subaccount_id", "xxxxxxxx"]);
  gts.push(["google_base_country", "US"]);
  gts.push(["google_base_language", "EN"]);
  (function() {
    var scheme = (("https:" == document.location.protocol) ? "https://" : "http://");
    var gts = document.createElement("script");
    gts.type = "text/javascript";
    gts.async = true;
    gts.src = scheme + "www.googlecommerce.com/trustedstores/gtmp_compiled.js";
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(gts, s);
  })();
</script>
<!-- END: Google Trusted Stores -->

由于

1 个答案:

答案 0 :(得分:0)

我是一个虚拟的代码已经在Google Trusted Stores Module中。 :)