我正在尝试替换在产品视图中显示图像的块。我正在使用 layout.xml 以编程方式执行此操作。我已经让它适用于所有产品,但我只想为一个类别做它。我的 layout.xml 在下面;它是从我模块中的 config.xml 调用的。
<?xml version="1.0"?>
<layout>
<catalog_product_view>
<!--here is where I had <CATEGORY_35> but it doesn't work-->
<reference name="head">
<action method="addJs"><script>chrysalis_monomer/chrysalis.js</script></action>
</reference>
<reference name="product.info.media">
<action method="setTemplate">
<template>catalog/product/view/chrysalis.phtml</template>
</action>
</reference>
<!--/CATEGORY_35-->
</catalog_product_view>
</layout>
我应该在哪里或如何使用类别句柄将其缩小到特定类别中的产品?仅针对特定产品呢?我可以用把手吗?