Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: How to replace >> before subcategory in the leftnav

  1. #1
    knivestown is offline Junior Member
    Join Date
    Jun 2011
    Posts
    19

    Question How to replace >> before subcategory in the leftnav

    I would like to replace the >> that appears before a subcategory with another symbol - perhaps a single bullet or even an image. Currently it looks like this in the leftnav when I select a manufacturer:

    Al Mar
    >> Folding Knives
    >> Pocket Knives

    The URL is:

    http://aspdotnetstorefront.knivestow...-1-al-mar.aspx

    It's the >> I want to replace. Please help

  2. #2
    ROBB is offline Senior Member
    Join Date
    Jun 2011
    Location
    United States
    Posts
    107

    Default Re: How to replace >> before subcategory in the leftnav

    To replace the ">>", you will have to do so in the "rev.manufacturers.xml.config" xml package.

    Search for the line of markup that looks like the following: <span class="catMark">&gt;&gt;</span>&#160;

    That is the line inserting the double angle brackets, and is where you will have to make the change.

    You should be able to find the file under the skin_x/XmlPackage directory