脚本标记在shopify中的frontstore上没有显示任何内容

时间:2013-04-29 09:49:34

标签: php shopify

我使用shopify Api

创建了一个脚本标记
    $src = "http://localhost/shopifyplugin/shopify.js";
    $script = $sc->call('POST', '/admin/script_tags.json', array(
            "script_tag"=> array(
                "event"=>"onload", "src"=>"$src"
             )));

js文件代码:

console.log("Coming here...");
alert("coming here...");
jQuery("form[action='/cart/add']").each(function() {
  console.log("I'm in product page");
});

但是,在商店里它没有显示任何东西。我是否需要包含jquery,如果是,那么我需要在哪个文件中包含,我在index.php文件中创建脚本标记。

1 个答案:

答案 0 :(得分:0)

试试http://support.shopify.com/。你最有可能在那里获得更好的支持。

另外,http://support.shopify.com/#stq=javascript&stp=1用于javascript帮助:)