[ https://issues.apache.org/jira/browse/OFBIZ-6798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15097857#comment-15097857 ] Jason Reast-Jones edited comment on OFBIZ-6798 at 1/14/16 9:08 AM: ------------------------------------------------------------------- Are you not seeing the layered navigation as per the attached screenshot? On the left below the category tree. You have to change this to enable it. {code:xml} Index: specialpurpose/ecommerce/widget/CatalogScreens.xml =================================================================== --- specialpurpose/ecommerce/widget/CatalogScreens.xml (revision 1724393) +++ specialpurpose/ecommerce/widget/CatalogScreens.xml (working copy) @@ -164,10 +164,10 @@ <set field="titleProperty" value="PageTitleCategoryPage"/> <script location="component://order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Category.groovy"/> - <!-- Open this commented section for the demo of Layered Navigation, navigate through Gizmo and Widgets categories to see it in action. + <!-- Open this commented section for the demo of Layered Navigation, navigate through Gizmo and Widgets categories to see it in action.--> <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/LayeredNavigation.groovy"/> <set field="detailScreen" value="LayeredCategoryDetail"/> - --> + <set field="tabButtonItem" value="LookupProductCategories"/> </actions> <widgets> {code} was (Author: jreast): Are you not seeing the layered navigation as per the attached screenshot? You have to change this to enable it. {code:xml} Index: specialpurpose/ecommerce/widget/CatalogScreens.xml =================================================================== --- specialpurpose/ecommerce/widget/CatalogScreens.xml (revision 1724393) +++ specialpurpose/ecommerce/widget/CatalogScreens.xml (working copy) @@ -164,10 +164,10 @@ <set field="titleProperty" value="PageTitleCategoryPage"/> <script location="component://order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Category.groovy"/> - <!-- Open this commented section for the demo of Layered Navigation, navigate through Gizmo and Widgets categories to see it in action. + <!-- Open this commented section for the demo of Layered Navigation, navigate through Gizmo and Widgets categories to see it in action.--> <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/LayeredNavigation.groovy"/> <set field="detailScreen" value="LayeredCategoryDetail"/> - --> + <set field="tabButtonItem" value="LookupProductCategories"/> </actions> <widgets> {code} > Broken filter links if using ecommerce Layered Navigation > --------------------------------------------------------- > > Key: OFBIZ-6798 > URL: https://issues.apache.org/jira/browse/OFBIZ-6798 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: Trunk > Environment: Any > Reporter: Jason Reast-Jones > Assignee: Jacques Le Roux > Priority: Minor > Labels: newbie, patch > Attachments: LayeredNavBar.ftl.patch, LayeredNavScreenlet.png > > > If you enable Layered Navigation in the ecommerce (via CatalogScreens.xml) the Sub-Category and color filter links have no closing </a> tag. > Patch attached. -- This message was sent by Atlassian JIRA (v6.3.4#6332) |
Free forum by Nabble | Edit this page |