You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Amit Sharma (JIRA)" <ji...@apache.org> on 2010/06/29 10:25:49 UTC

[jira] Created: (OFBIZ-3839) Wrong number of products coming in layered navigation functionality.

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.


[jira] Updated: (OFBIZ-3839) Wrong number of products coming in layered navigation functionality.

Posted by "Amit Sharma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amit Sharma updated OFBIZ-3839:
-------------------------------

    Attachment: OFBIZ-3839.patch

Here is the patch for the same.

--
Regards,
Amit Sharma

> 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
>
>         Attachments: OFBIZ-3839.patch
>
>
> 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.