您可以修改编辑样式表 noPriceInfo.xsl
<!-- private access only fields --> <xsl:template match="price"> <price>0.0</price> </xsl:template> <xsl:template match="Price"> <Price>0.0</Price> </xsl:template>