Announcement

Collapse
No announcement yet.

Alt Category Page Question

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

    Alt Category Page Question

    Hi,
    Working on removing Sebenza modules from our Miva 9 site so we can upgrade to Miva 10.

    I am making an Alternate Page for the categories. The problem I am having is some of the categories that are currently inactive are displaying. I have them checked as inactive but they are showing in my new category page.

    Is there something I am missing to stop that from happening? I know I can remove them from the category but I would rather not because some of the categories are seasonal and would rather just make it inactive.

    Thanks,
    Mike

    #2
    Ok I found it in an older post, someone had a similar issue.

    Changed this:
    <mvt:do name="l.result" file="g.Module_Library_DB" value="CategoryList_Load_Parent( l.settings:current_category:id, l.settings:sub_cats )" />

    To this:
    <mvt:do name="l.result" file="g.Module_Library_DB" value="Runtime_CategoryList_Load_Parent( l.settings:current_category:id, l.settings:sub_cats )" />

    Comment

    Working...
    X