Announcement

Collapse
No announcement yet.

I want to put facets in the column-left on CTGY category screen

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I want to put facets in the column-left on CTGY category screen

    I want to put facets in the column left space on the CTGY screen. I found the column-left code in the global footer and figured it if put the facets item in there it would work..
    Code:
                    <mvt:if expr="l.settings:page:code CIN g.screenCheck">
                    <mvt:else>
                        <div class="column-left column hide large-show large-one-fourth large-pull-three-fourths nlp">
                            <mvt:item name="facets" />
                        </div>
                    </mvt:if>
                    <!-- end column-left -->
    but the facets didn't show.

    ... I had a momentary "un"lapse of reason and figured it out. Figured I would go ahead and post this because someone would be tired and looking for this info.

    The facets item wasn't assigned to the CTGY page. DUH! assigned the facets item and wa-la!

    #2
    It's an easy oversite as you're adding the item to the 'Global' settings even though that code doesn't run unless you are on a category page.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment

    Working...
    X