2011-09-15 30 views
2

使用uCommerce 2,一把umbraco 4.7。ucommerce:如何更改类模板

我有一个类别侧导航显示使用类别:

<a> 
    <xsl:attribute name="href"> 
     <xsl:value-of select="CommerceLibrary:GetNiceUrlForCategory($catalogueName, @id)"/> 
    </xsl:attribute> 
    <xsl:value-of select="@displayName"/> 
</a> 

首先,将鼠标悬停在链接时,它仍然显示旧的目录名称,即使我已经改名为目录和也硬了目录名称为:

<xsl:variable name="catalogueName" select="'MyCatalogue'"/> 

当我点击通过GetNiceUrlForCategory产生我得到附带uCommerce开始网站的标准模板的链接。我尝试删除整个启动的网站,但我无法将其链接到我为该类别所做的模板。

我还是不太明白ucommerce如何知道使用的类别链接的模板。

索伦? :)

干杯,

马特

+0

PS。有足够声誉的人可以在SO上设置一个ucommerce标签吗? – autonomatt

回答

1

找到答案:变化UrlRewriting.config ... simpelz