Wrong number of products coming in layered navigation functionality.
--------------------------------------------------------------------
Key: OFBIZ-3839
URL:
https://issues.apache.org/jira/browse/OFBIZ-3839 Project: OFBiz
Issue Type: Bug
Reporter: Amit Sharma
Priority: Minor
Fix For: Release Branch 10.04
Wrong number of products coming in layered navigation functionality.
Here is the steps to verify :-
# Enable layered navigation by uncommenting layered section in category screen of CatalogScreens.xml.
# Go to
http://localhost:8080/ecommerce/control/main# Press Gizmos category from browse category section.
# Now Layered Navigation section will show it sub category and features with number of products. Like :-
#* Categories
##* Large Gizmos (12)
##* Small Gizmos (14)
#* Price Range
##* $0.00 - $10.00 (4)
##* $10.00 - $20.00 (2)
# Click on Large Gizmos category.
# Now category details shows only 6 products.
There are only 6 products in large gizmos category but it shows 12 products, which is wrong behavior.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.