Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Layout 如何在Magento Enterprise中删除js/jqzoom/jquery-1.3.1.min.js脚本?_Layout_Magento - Fatal编程技术网

Layout 如何在Magento Enterprise中删除js/jqzoom/jquery-1.3.1.min.js脚本?

Layout 如何在Magento Enterprise中删除js/jqzoom/jquery-1.3.1.min.js脚本?,layout,magento,Layout,Magento,无法删除Magento EE 1.10.1.1版本中的js/jqzoom/jquery-1.3.1.min.js脚本。 此脚本将添加到app/design/frontend/enterprise/default/layout/catalog.xml(第196行附近) 以下是我的local.xml布局文件中的代码: <catalog_product_view> <action method="removeItem"><type>skin_js&l

无法删除Magento EE 1.10.1.1版本中的js/jqzoom/jquery-1.3.1.min.js脚本。 此脚本将添加到app/design/frontend/enterprise/default/layout/catalog.xml(第196行附近)

以下是我的local.xml布局文件中的代码:

<catalog_product_view>
        <action method="removeItem"><type>skin_js</type><name>js/jqzoom/jquery-1.3.1.min.js</name></action>
</catalog_product_view>

skin_jsjs/jqzoom/jquery-1.3.1.min.js
如何在不修改核心布局文件的情况下删除此脚本?谢谢。

试试这个:

<catalog_product_view>
    <reference name="head">
        <action method="removeItem"><type>skin_js</type><name>js/jqzoom/jquery-1.3.1.min.js</name></action>
    </reference>
</catalog_product_view>

skin_jsjs/jqzoom/jquery-1.3.1.min.js
试试这个:

<catalog_product_view>
    <reference name="head">
        <action method="removeItem"><type>skin_js</type><name>js/jqzoom/jquery-1.3.1.min.js</name></action>
    </reference>
</catalog_product_view>

skin_jsjs/jqzoom/jquery-1.3.1.min.js